|
| virtual void | contextDescription (QString &szBuffer) |
| | Sets the buffer. More...
|
| |
| virtual void | dump (const char *prefix) |
| | Dumps the tree. More...
|
| |
| virtual bool | execute (KviKvsRunTimeContext *c, KviKvsPopupMenu *p) |
| |
| | KviKvsTreeNodeSpecialCommandDefpopupLabelItem (const QChar *pLocation, const QString &szCondition, const QString &szText, const QString &szIcon, const QString &szInstruction, const QString &szItemName) |
| |
| | ~KviKvsTreeNodeSpecialCommandDefpopupLabelItem () |
| |
Public Member Functions inherited from KviKvsTreeNodeSpecialCommandDefpopupConditionalLabelWithTextAndIcon |
| | KviKvsTreeNodeSpecialCommandDefpopupConditionalLabelWithTextAndIcon (const QChar *pLocation, const QString &szCondition, const QString &szText, const QString &szIcon, const QString &szItemName) |
| |
| void | setIcon (const QString &szIcon) |
| |
| void | setText (const QString &szText) |
| |
| | ~KviKvsTreeNodeSpecialCommandDefpopupConditionalLabelWithTextAndIcon () |
| |
Public Member Functions inherited from KviKvsTreeNodeSpecialCommandDefpopupConditionalLabel |
| | KviKvsTreeNodeSpecialCommandDefpopupConditionalLabel (const QChar *pLocation, const QString &szCondition, const QString &szItemName) |
| |
| void | setCondition (const QString &szCondition) |
| |
| | ~KviKvsTreeNodeSpecialCommandDefpopupConditionalLabel () |
| |
Public Member Functions inherited from KviKvsTreeNodeSpecialCommandDefpopupLabel |
| | KviKvsTreeNodeSpecialCommandDefpopupLabel (const QChar *pLocation, const QString &szItemName) |
| |
| void | setItemName (const QString &szItemName) |
| |
| | ~KviKvsTreeNodeSpecialCommandDefpopupLabel () |
| |
| | KviKvsTreeNode (const QChar *pLocation) |
| | Constructs the treenode object. More...
|
| |
| const QChar * | location () |
| | Returns the location char. More...
|
| |
| KviKvsTreeNode * | parent () |
| | Returns the parent object. More...
|
| |
| void | setParent (KviKvsTreeNode *p) |
| | Sets the parent object. More...
|
| |
| virtual | ~KviKvsTreeNode () |
| | Destroys the treenode object. More...
|
| |