![]() |
KVIrc 5.2.6
Developer APIs
|
#include "kvi_settings.h"
#include "KviKvsEvent.h"
#include "KviPointerList.h"
#include "KviKvsEventTable.h"
Go to the source code of this file.
Classes | |
class | KviKvsEventManager |
Macros | |
#define | KVI_KVS_EVENT_HANDLER_NAME_INVALID_CHARS_REG_EXP "[^A-Za-z0-9_]" |
#define | KVI_KVS_EVENT_HANDLER_NAME_REG_EXP "^[A-Za-z0-9_]*$" |
#define | KVI_KVS_NUM_RAW_EVENTS 1000 |
#define KVI_KVS_EVENT_HANDLER_NAME_INVALID_CHARS_REG_EXP "[^A-Za-z0-9_]" |
Referenced by KviKvsEventManager::cleanHandlerName().
#define KVI_KVS_EVENT_HANDLER_NAME_REG_EXP "^[A-Za-z0-9_]*$" |
Referenced by EventEditor::EventEditor().
#define KVI_KVS_NUM_RAW_EVENTS 1000 |
Referenced by KviKvsEventManager::addRawHandler(), KviKvsEventManager::addRawHandler(), KviKvsEventManager::findScriptRawHandler(), KviKvsEventManager::isValidRawEvent(), KviKvsEventManager::loadRawEvents(), KviKvsEventManager::removeModuleRawHandler(), KviKvsEventManager::removeScriptRawHandler(), and KviKvsEventManager::saveRawEvents().