![]() |
KVIrc 5.2.0
Developer APIs
|
#include "EventEditorWindow.h"
#include "KviModule.h"
#include "KviLocale.h"
#include "KviMainWindow.h"
Functions | |
static bool | eventeditor_kvs_cmd_open (KviKvsModuleCommandCall *) |
static bool | eventeditor_module_can_unload (KviModule *) |
static bool | eventeditor_module_cleanup (KviModule *) |
static bool | eventeditor_module_init (KviModule *m) |
Variables | |
EventEditorWindow * | g_pEventEditorWindow = nullptr |
|
static |
References KviMainWindow::addWindow(), KviWindow::delayedAutoRaise(), g_pEventEditorWindow, and g_pMainWindow.
Referenced by eventeditor_module_init().
|
static |
References g_pEventEditorWindow.
|
static |
References KviMainWindow::closeWindow(), g_pEventEditorWindow, and g_pMainWindow.
|
static |
References eventeditor_kvs_cmd_open(), g_pEventEditorWindow, KVSM_REGISTER_SIMPLE_COMMAND, and m.
EventEditorWindow* g_pEventEditorWindow = nullptr |