|
libyui
2.42.6
|


Public Member Functions | |
| YWidgetTreeItem (YWidget *widget, bool isOpen) | |
| YWidgetTreeItem (YWidgetTreeItem *parent, YWidget *widget, bool isOpen) | |
| YWidget * | widget () const |
Public Member Functions inherited from YTreeItem | |
| YTreeItem (const std::string &label, bool isOpen=false) | |
| YTreeItem (const std::string &label, const std::string &iconName, bool isOpen=false) | |
| YTreeItem (YTreeItem *parent, const std::string &label, bool isOpen=false) | |
| YTreeItem (YTreeItem *parent, const std::string &label, const std::string &iconName, bool isOpen=false) | |
| virtual | ~YTreeItem () |
| virtual bool | hasChildren () const |
| virtual YItemIterator | childrenBegin () |
| virtual YItemConstIterator | childrenBegin () const |
| virtual YItemIterator | childrenEnd () |
| virtual YItemConstIterator | childrenEnd () const |
| virtual void | addChild (YItem *item_disown) |
| virtual void | deleteChildren () |
| bool | isOpen () const |
| void | setOpen (bool open) |
| virtual YTreeItem * | parent () const |
Public Member Functions inherited from YItem | |
| YItem (const std::string &label, bool selected=false) | |
| YItem (const std::string &label, const std::string &iconName, bool selected=false) | |
| virtual | ~YItem () |
| std::string | label () const |
| void | setLabel (const std::string &newLabel) |
| std::string | iconName () const |
| bool | hasIconName () const |
| void | setIconName (const std::string &newIconName) |
| bool | selected () const |
| void | setSelected (bool sel=true) |
| void | setIndex (int index) |
| int | index () const |
| void | setData (void *newData) |
| void * | data () const |
Protected Member Functions | |
| void | setWidgetLabel () |
Custom tree item class to map tree items to widgets
Definition at line 59 of file YDialogSpy.cc.