![]() |
KVIrc 5.2.0
Developer APIs
|
#include <KviKvsTreeNodeSpecialCommandDefpopup.h>
Public Member Functions | |
virtual void | contextDescription (QString &szBuffer) |
Sets the buffer. | |
virtual void | dump (const char *prefix) |
Dumps the tree. | |
virtual bool | execute (KviKvsRunTimeContext *c, KviKvsPopupMenu *p) |
KviKvsTreeNodeSpecialCommandDefpopupLabelSeparator (const QChar *pLocation, const QString &szCondition, const QString &szItemName) | |
~KviKvsTreeNodeSpecialCommandDefpopupLabelSeparator () | |
![]() | |
KviKvsTreeNodeSpecialCommandDefpopupConditionalLabel (const QChar *pLocation, const QString &szCondition, const QString &szItemName) | |
void | setCondition (const QString &szCondition) |
~KviKvsTreeNodeSpecialCommandDefpopupConditionalLabel () | |
![]() | |
KviKvsTreeNodeSpecialCommandDefpopupLabel (const QChar *pLocation, const QString &szItemName) | |
void | setItemName (const QString &szItemName) |
~KviKvsTreeNodeSpecialCommandDefpopupLabel () | |
![]() | |
KviKvsTreeNode (const QChar *pLocation) | |
Constructs the treenode object. | |
const QChar * | location () |
Returns the location char. | |
KviKvsTreeNode * | parent () |
Returns the parent object. | |
void | setParent (KviKvsTreeNode *p) |
Sets the parent object. | |
virtual | ~KviKvsTreeNode () |
Destroys the treenode object. | |
Additional Inherited Members | |
![]() | |
QString | m_szItemName |
![]() | |
void | setLocation (const QChar *pLocation) |
Sets the location char. | |
![]() | |
QString | m_szCondition |
![]() | |
const QChar * | m_pLocation |
KviKvsTreeNode * | m_pParent |
|
inline |
|
inline |
|
virtual |
Sets the buffer.
szBuffer | The buffer :) |
Implements KviKvsTreeNode.
References szBuffer.
|
virtual |
Dumps the tree.
prefix | The prefix of the instruction |
Implements KviKvsTreeNode.
References KviKvsTreeNodeSpecialCommandDefpopupConditionalLabel::m_szCondition.
|
virtual |