1#ifndef _KVI_KVS_TREENODE_BASE_H_
2#define _KVI_KVS_TREENODE_BASE_H_
86 virtual void dump(
const char * prefix) = 0;
Helper functions for the QString class.
void setParent(KviKvsTreeNode *p)
Sets the parent object.
Definition KviKvsTreeNodeBase.h:67
virtual ~KviKvsTreeNode()
Destroys the treenode object.
Definition KviKvsTreeNodeBase.h:55
const QChar * m_pLocation
Definition KviKvsTreeNodeBase.h:59
KviKvsTreeNode * parent()
Returns the parent object.
Definition KviKvsTreeNodeBase.h:73
void setLocation(const QChar *pLocation)
Sets the location char.
Definition KviKvsTreeNodeBase.h:103
virtual void contextDescription(QString &szBuffer)=0
Sets the buffer.
friend class KviKvsParser
Definition KviKvsTreeNodeBase.h:42
const QChar * location()
Returns the location char.
Definition KviKvsTreeNodeBase.h:79
KviKvsTreeNode * m_pParent
Definition KviKvsTreeNodeBase.h:58
KviKvsTreeNode(const QChar *pLocation)
Constructs the treenode object.
Definition KviKvsTreeNodeBase.cpp:27
virtual void dump(const char *prefix)=0
Dumps the tree.
#define p
Definition detector.cpp:81
This file contains compile time settings.
#define KVIRC_API
Definition kvi_settings.h:127
char szBuffer[4096]
Definition winamp.cpp:77