![]() |
KVIrc 5.2.0
Developer APIs
|
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 | |
KviModule * | g_pEditorModulePointer = nullptr |
std::set< ScriptEditorImplementation * > | g_pScriptEditorWindowList |
|
static |
References g_pScriptEditorWindowList.
|
static |
References g_pScriptEditorWindowList, t, and w.
KVIMODULEEXPORTFUNC void editor_module_destroyScriptEditor | ( | KviScriptEditor * | e | ) |
References e.
|
static |
References g_pEditorModulePointer, and 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" | |||
) |
std::set<ScriptEditorImplementation *> g_pScriptEditorWindowList |