KVIrc
4.9.2
DeveloperAPIs
|
#include <KviKvsObjectFunctionHandlerImpl.h>
Public Member Functions | |
virtual | ~KviKvsObjectCoreCallFunctionHandler () |
Public Member Functions inherited from KviKvsObjectFunctionHandler | |
unsigned int | flags () |
bool | isClone () |
void | setClone (bool bCl) |
virtual | ~KviKvsObjectFunctionHandler () |
Protected Member Functions | |
virtual bool | call (KviKvsObject *pObject, KviKvsObjectFunctionCall *pCall) |
virtual KviKvsObjectFunctionHandler * | clone () |
KviKvsObjectCoreCallFunctionHandler (KviKvsObjectFunctionHandlerProc pProc, unsigned int uFlags=0) | |
KviKvsObjectCoreCallFunctionHandler (const KviKvsObjectCoreCallFunctionHandler &h) | |
Protected Member Functions inherited from KviKvsObjectFunctionHandler | |
virtual bool | isScriptHandler () |
KviKvsObjectFunctionHandler (unsigned int uFlags=0) | |
virtual QString | reminder () |
virtual QString | scriptHandlerCode () |
virtual void | setReminder (const QString &szReminder) |
Protected Attributes | |
KviKvsObjectFunctionHandlerProc | m_pProc |
Protected Attributes inherited from KviKvsObjectFunctionHandler | |
bool | m_bClone |
unsigned int | m_uFlags |
Friends | |
class | KviKvsObject |
class | KviKvsObjectClass |
Additional Inherited Members | |
Public Types inherited from KviKvsObjectFunctionHandler | |
enum | Flags { Internal = 1 } |
|
protected |
|
protected |
References m_pProc.
|
virtualdefault |
|
protectedvirtual |
Implements KviKvsObjectFunctionHandler.
References m_pProc.
|
protectedvirtual |
Implements KviKvsObjectFunctionHandler.
References KviKvsObjectCoreCallFunctionHandler().
|
friend |
|
friend |
|
protected |
Referenced by call(), and KviKvsObjectCoreCallFunctionHandler().