![]() |
KVIrc 5.2.0
Developer APIs
|
#include "RawEditorWindow.h"
#include "KviModule.h"
#include "KviLocale.h"
#include "KviMainWindow.h"
Functions | |
static bool | raweditor_kvs_cmd_open (KviKvsModuleCommandCall *) |
static bool | raweditor_module_can_unload (KviModule *) |
static bool | raweditor_module_cleanup (KviModule *) |
static bool | raweditor_module_init (KviModule *m) |
Variables | |
RawEditorWindow * | g_pRawEditorWindow = nullptr |
|
static |
References KviMainWindow::addWindow(), KviWindow::delayedAutoRaise(), g_pMainWindow, and g_pRawEditorWindow.
Referenced by raweditor_module_init().
|
static |
References g_pRawEditorWindow.
|
static |
References KviMainWindow::closeWindow(), g_pMainWindow, and g_pRawEditorWindow.
|
static |
References g_pRawEditorWindow, KVSM_REGISTER_SIMPLE_COMMAND, m, and raweditor_kvs_cmd_open().
RawEditorWindow* g_pRawEditorWindow = nullptr |