KVIrc  4.9.2
DeveloperAPIs
Functions | Variables
libkvieditor.cpp File Reference
#include "ScriptEditorImplementation.h"
#include "KviModule.h"
#include "KviWindow.h"

Functions

static bool editor_module_can_unload (KviModule *)
 
static bool editor_module_cleanup (KviModule *)
 
KVIMODULEEXPORTFUNC void editor_module_destroyScriptEditor (KviScriptEditor *e)
 
static bool editor_module_init (KviModule *m)
 
 KVIRC_MODULE ("Editor","4.0.0","Copyright (C) 2000 Szymon Stefanek (pragma at kvirc dot net)","Text editor extension", editor_module_init, editor_module_can_unload, 0, editor_module_cleanup,"editor") KVIMODULEEXPORTFUNC KviScriptEditor *editor_module_createScriptEditor(QWidget *par)
 

Variables

KviModuleg_pEditorModulePointer = nullptr
 
KviPointerList
< ScriptEditorImplementation > * 
g_pScriptEditorWindowList = nullptr
 

Function Documentation

static bool editor_module_can_unload ( KviModule )
static
static bool editor_module_cleanup ( KviModule )
static
KVIMODULEEXPORTFUNC void editor_module_destroyScriptEditor ( KviScriptEditor e)
static bool editor_module_init ( KviModule m)
static
KVIRC_MODULE ( "Editor"  ,
"4.0.0"  ,
"Copyright (C) 2000 Szymon Stefanek (pragma at kvirc dot net)"  ,
"Text editor extension"  ,
editor_module_init  ,
editor_module_can_unload  ,
,
editor_module_cleanup  ,
"editor"   
)

Variable Documentation

KviModule* g_pEditorModulePointer = nullptr
KviPointerList<ScriptEditorImplementation>* g_pScriptEditorWindowList = nullptr

Referenced by editor_module_cleanup().