KVIrc
4.9.2
DeveloperAPIs
|
#include <KviKvsEventHandler.h>
Public Types | |
enum | Type { Script, Module } |
Public Member Functions | |
KviKvsEventHandler (Type t) | |
Type | type () |
virtual | ~KviKvsEventHandler () |
Protected Attributes | |
Type | m_type |
KviKvsEventHandler::KviKvsEventHandler | ( | Type | t | ) |
|
virtualdefault |
|
inline |
Referenced by KviKvsEvent::clearScriptHandlers(), KviKvsEventManager::findScriptAppHandler(), KviKvsEventManager::findScriptRawHandler(), KviKvsEventManager::removeAllModuleAppHandlers(), KviKvsEventManager::removeAllModuleRawHandlers(), KviKvsEventManager::removeAllScriptRawHandlers(), KviKvsEventManager::removeModuleAppHandler(), KviKvsEventManager::removeModuleRawHandler(), KviKvsEventManager::removeScriptAppHandler(), and KviKvsEventManager::removeScriptRawHandler().
|
protected |