![]() |
KVIrc 5.2.6
Developer APIs
|
#include <KviKvsObjectFunctionHandlerImpl.h>
Public Member Functions | |
virtual | ~KviKvsObjectCoreCallFunctionHandler () |
![]() | |
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 (const KviKvsObjectCoreCallFunctionHandler &h) | |
KviKvsObjectCoreCallFunctionHandler (KviKvsObjectFunctionHandlerProc pProc, unsigned int uFlags=0) | |
![]() | |
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 |
![]() | |
bool | m_bClone |
unsigned int | m_uFlags |
Friends | |
class | KviKvsObject |
class | KviKvsObjectClass |
Additional Inherited Members | |
![]() | |
enum | Flags { Internal = 1 } |
|
protected |
References KviKvsObjectFunctionHandler::KviKvsObjectFunctionHandler(), and m_pProc.
Referenced by clone(), KviKvsObjectClass, and KviKvsObjectCoreCallFunctionHandler().
|
protected |
|
virtualdefault |
|
protectedvirtual |
Implements KviKvsObjectFunctionHandler.
References KviKvsObject, and m_pProc.
|
protectedvirtual |
Implements KviKvsObjectFunctionHandler.
References KviKvsObjectCoreCallFunctionHandler(), and KviKvsObjectFunctionHandler::KviKvsObjectFunctionHandler().
|
friend |
References KviKvsObject.
Referenced by call(), and KviKvsObject.
|
friend |
References h, KviKvsObjectClass, and KviKvsObjectCoreCallFunctionHandler().
Referenced by KviKvsObjectClass.
|
protected |
Referenced by call(), KviKvsObjectCoreCallFunctionHandler(), and KviKvsObjectCoreCallFunctionHandler().