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

#include <KviKvsTreeNodeSpecialCommandClass.h>

+ Inheritance diagram for KviKvsTreeNodeSpecialCommandClassFunctionDefinition:

Public Member Functions

const QString & buffer ()
 
virtual void contextDescription (QString &szBuffer)
 Sets the buffer. More...
 
virtual void dump (const char *prefix)
 Dumps the tree. More...
 
unsigned int handlerFlags ()
 
 KviKvsTreeNodeSpecialCommandClassFunctionDefinition (const QChar *pLocation, const QString &szName, const QString &szBuffer, const QString &szReminder, unsigned int uHandlerFlags)
 
const QString & name ()
 
const QString & reminder ()
 
virtual ~KviKvsTreeNodeSpecialCommandClassFunctionDefinition ()
 
- Public Member Functions inherited from KviKvsTreeNode
 KviKvsTreeNode (const QChar *pLocation)
 Constructs the treenode object. More...
 
const QChar * location ()
 Returns the location char. More...
 
KviKvsTreeNodeparent ()
 Returns the parent object. More...
 
void setParent (KviKvsTreeNode *p)
 Sets the parent object. More...
 
virtual ~KviKvsTreeNode ()
 Destroys the treenode object. More...
 

Protected Attributes

QString m_szBuffer
 
QString m_szName
 
QString m_szReminder
 
unsigned int m_uHandlerFlags
 
- Protected Attributes inherited from KviKvsTreeNode
const QChar * m_pLocation
 
KviKvsTreeNodem_pParent
 

Additional Inherited Members

- Protected Member Functions inherited from KviKvsTreeNode
void setLocation (const QChar *pLocation)
 Sets the location char. More...
 

Constructor & Destructor Documentation

KviKvsTreeNodeSpecialCommandClassFunctionDefinition::KviKvsTreeNodeSpecialCommandClassFunctionDefinition ( const QChar *  pLocation,
const QString &  szName,
const QString &  szBuffer,
const QString &  szReminder,
unsigned int  uHandlerFlags 
)
virtual KviKvsTreeNodeSpecialCommandClassFunctionDefinition::~KviKvsTreeNodeSpecialCommandClassFunctionDefinition ( )
inlinevirtual

Member Function Documentation

const QString& KviKvsTreeNodeSpecialCommandClassFunctionDefinition::buffer ( )
inline
void KviKvsTreeNodeSpecialCommandClassFunctionDefinition::contextDescription ( QString &  szBuffer)
virtual

Sets the buffer.

Parameters
szBufferThe buffer :)
Returns
void

Implements KviKvsTreeNode.

References m_szName.

void KviKvsTreeNodeSpecialCommandClassFunctionDefinition::dump ( const char *  prefix)
virtual

Dumps the tree.

Parameters
prefixThe prefix of the instruction
Returns
void

Implements KviKvsTreeNode.

References m_szBuffer, and m_szName.

unsigned int KviKvsTreeNodeSpecialCommandClassFunctionDefinition::handlerFlags ( )
inline
const QString& KviKvsTreeNodeSpecialCommandClassFunctionDefinition::name ( )
inline
const QString& KviKvsTreeNodeSpecialCommandClassFunctionDefinition::reminder ( )
inline

Member Data Documentation

QString KviKvsTreeNodeSpecialCommandClassFunctionDefinition::m_szBuffer
protected
QString KviKvsTreeNodeSpecialCommandClassFunctionDefinition::m_szName
protected
QString KviKvsTreeNodeSpecialCommandClassFunctionDefinition::m_szReminder
protected
unsigned int KviKvsTreeNodeSpecialCommandClassFunctionDefinition::m_uHandlerFlags
protected

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