KVIrc  4.9.2
DeveloperAPIs
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
KviKvsObjectCoreCallFunctionHandler Class Reference

#include <KviKvsObjectFunctionHandlerImpl.h>

+ Inheritance diagram for KviKvsObjectCoreCallFunctionHandler:

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 }
 

Constructor & Destructor Documentation

KviKvsObjectCoreCallFunctionHandler::KviKvsObjectCoreCallFunctionHandler ( KviKvsObjectFunctionHandlerProc  pProc,
unsigned int  uFlags = 0 
)
protected

References m_pProc.

Referenced by clone().

KviKvsObjectCoreCallFunctionHandler::KviKvsObjectCoreCallFunctionHandler ( const KviKvsObjectCoreCallFunctionHandler h)
protected

References m_pProc.

KviKvsObjectCoreCallFunctionHandler::~KviKvsObjectCoreCallFunctionHandler ( )
virtualdefault

Member Function Documentation

bool KviKvsObjectCoreCallFunctionHandler::call ( KviKvsObject pObject,
KviKvsObjectFunctionCall pCall 
)
protectedvirtual

Implements KviKvsObjectFunctionHandler.

References m_pProc.

KviKvsObjectFunctionHandler * KviKvsObjectCoreCallFunctionHandler::clone ( )
protectedvirtual

Friends And Related Function Documentation

friend class KviKvsObject
friend
friend class KviKvsObjectClass
friend

Member Data Documentation

KviKvsObjectFunctionHandlerProc KviKvsObjectCoreCallFunctionHandler::m_pProc
protected

The documentation for this class was generated from the following files: