KVIrc
4.9.2
DeveloperAPIs
|
#include "ClassEditorWindow.h"
#include "KviModule.h"
#include "KviLocale.h"
#include "KviMainWindow.h"
Functions | |
static bool | classeditor_kvs_cmd_open (KviKvsModuleCommandCall *) |
static bool | classeditor_module_can_unload (KviModule *) |
static bool | classeditor_module_cleanup (KviModule *) |
static bool | classeditor_module_init (KviModule *m) |
Variables | |
KviModule * | g_pClassEditorModule = nullptr |
ClassEditorWindow * | g_pClassEditorWindow = nullptr |
|
static |
References KviMainWindow::addWindow(), and g_pMainWindow.
Referenced by classeditor_module_init().
|
static |
|
static |
References KviMainWindow::closeWindow(), and g_pMainWindow.
|
static |
References classeditor_kvs_cmd_open(), KVSM_REGISTER_SIMPLE_COMMAND, and m.
KviModule* g_pClassEditorModule = nullptr |
ClassEditorWindow* g_pClassEditorWindow = nullptr |