KVIrc
4.9.2
DeveloperAPIs
|
#include <KviKvsObjectFunctionHandlerImpl.h>
Public Member Functions | |
virtual | ~KviKvsObjectScriptFunctionHandler () |
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 () |
virtual bool | isScriptHandler () |
KviKvsObjectScriptFunctionHandler (const QString &szScriptContext, const QString &szCode, const QString &szReminder, unsigned int uFlags=0) | |
KviKvsObjectScriptFunctionHandler (const KviKvsObjectScriptFunctionHandler &h) | |
virtual QString | reminder () |
virtual QString | scriptHandlerCode () |
virtual void | setReminder (const QString &szReminder) |
Protected Member Functions inherited from KviKvsObjectFunctionHandler | |
KviKvsObjectFunctionHandler (unsigned int uFlags=0) | |
Protected Attributes | |
KviKvsScript * | m_pHandler |
QString | m_szReminder |
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 |
References KviKvsScript::InstructionList, m_pHandler, and m_szReminder.
Referenced by clone().
|
protected |
References m_pHandler.
|
virtual |
References m_pHandler.
|
protectedvirtual |
|
protectedvirtual |
Implements KviKvsObjectFunctionHandler.
References KviKvsObjectScriptFunctionHandler().
|
protectedvirtual |
Reimplemented from KviKvsObjectFunctionHandler.
|
protectedvirtual |
Reimplemented from KviKvsObjectFunctionHandler.
References m_szReminder.
|
protectedvirtual |
Reimplemented from KviKvsObjectFunctionHandler.
References KviKvsScript::code(), and m_pHandler.
|
inlineprotectedvirtual |
Reimplemented from KviKvsObjectFunctionHandler.
|
friend |
|
friend |
|
protected |
Referenced by call(), KviKvsObjectScriptFunctionHandler(), scriptHandlerCode(), and ~KviKvsObjectScriptFunctionHandler().
|
protected |
Referenced by KviKvsObjectScriptFunctionHandler(), and reminder().