KVIrc
4.9.2
DeveloperAPIs
|
#include <KviKvsObjectFunctionHandlerImpl.h>
Public Member Functions | |
virtual | ~KviKvsObjectStandardNothingReturnFunctionHandler () |
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 () |
KviKvsObjectStandardNothingReturnFunctionHandler () | |
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) |
Friends | |
class | KviKvsObject |
class | KviKvsObjectClass |
Additional Inherited Members | |
Public Types inherited from KviKvsObjectFunctionHandler | |
enum | Flags { Internal = 1 } |
Protected Attributes inherited from KviKvsObjectFunctionHandler | |
bool | m_bClone |
unsigned int | m_uFlags |
|
inlineprotected |
Referenced by clone().
|
inlinevirtual |
|
protectedvirtual |
Implements KviKvsObjectFunctionHandler.
References KviKvsObjectFunctionCall::returnValue(), and KviKvsVariant::setNothing().
|
protectedvirtual |
Implements KviKvsObjectFunctionHandler.
References KviKvsObjectStandardNothingReturnFunctionHandler().
|
friend |
|
friend |