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

#include <KviKvsTreeNodeSwitchList.h>

+ Inheritance diagram for KviKvsTreeNodeSwitchList:

Public Member Functions

void addLong (const QString &szLongKey, KviKvsTreeNodeData *p)
 
void addShort (int iShortKey, KviKvsTreeNodeData *p)
 
virtual void contextDescription (QString &szBuffer)
 Sets the buffer. More...
 
virtual void dump (const char *prefix)
 Dumps the tree. More...
 
bool evaluate (KviKvsRunTimeContext *c, KviKvsSwitchList *pSwList)
 
KviKvsTreeNodeDatagetStandardRebindingSwitch ()
 
bool isEmpty ()
 
 KviKvsTreeNodeSwitchList (const QChar *pLocation)
 
 ~KviKvsTreeNodeSwitchList ()
 
- 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...
 

Public Attributes

KviPointerHashTable< QString,
KviKvsTreeNodeData > * 
m_pLongSwitchDict
 
KviPointerHashTable< int,
KviKvsTreeNodeData > * 
m_pShortSwitchDict
 

Additional Inherited Members

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

Constructor & Destructor Documentation

KviKvsTreeNodeSwitchList::KviKvsTreeNodeSwitchList ( const QChar *  pLocation)
KviKvsTreeNodeSwitchList::~KviKvsTreeNodeSwitchList ( )

Member Function Documentation

void KviKvsTreeNodeSwitchList::addLong ( const QString &  szLongKey,
KviKvsTreeNodeData p 
)
void KviKvsTreeNodeSwitchList::addShort ( int  iShortKey,
KviKvsTreeNodeData p 
)
void KviKvsTreeNodeSwitchList::contextDescription ( QString &  szBuffer)
virtual

Sets the buffer.

Parameters
szBufferThe buffer :)
Returns
void

Implements KviKvsTreeNode.

void KviKvsTreeNodeSwitchList::dump ( const char *  prefix)
virtual
bool KviKvsTreeNodeSwitchList::evaluate ( KviKvsRunTimeContext c,
KviKvsSwitchList pSwList 
)
KviKvsTreeNodeData * KviKvsTreeNodeSwitchList::getStandardRebindingSwitch ( )
bool KviKvsTreeNodeSwitchList::isEmpty ( )
inline

Member Data Documentation

KviPointerHashTable<QString, KviKvsTreeNodeData>* KviKvsTreeNodeSwitchList::m_pLongSwitchDict
KviPointerHashTable<int, KviKvsTreeNodeData>* KviKvsTreeNodeSwitchList::m_pShortSwitchDict

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