|
| bool | isToolBox () const |
| |
| | RExpanderBoxExclusive (QWidget *const parent=0) |
| |
| void | setIsToolBox (bool b) |
| |
| | ~RExpanderBoxExclusive () override |
| |
Public Member Functions inherited from KDcrawIface::RExpanderBox |
| void | addItem (QWidget *const w, const QIcon &icon, const QString &txt, const QString &objName, bool expandBydefault) |
| |
| void | addItem (QWidget *const w, const QString &txt, const QString &objName, bool expandBydefault) |
| |
| void | addStretch () |
| |
| bool | checkBoxIsVisible (int index) const |
| |
| int | count () const |
| |
| void | createItem (int index, QWidget *const w, const QIcon &icon, const QString &txt, const QString &objName, bool expandBydefault) |
| |
| int | indexOf (RLabelExpander *const widget) const |
| |
| void | insertItem (int index, QWidget *const w, const QIcon &icon, const QString &txt, const QString &objName, bool expandBydefault) |
| |
| void | insertItem (int index, QWidget *const w, const QString &txt, const QString &objName, bool expandBydefault) |
| |
| void | insertStretch (int index) |
| |
| bool | isChecked (int index) const |
| |
| bool | isItemEnabled (int index) const |
| |
| bool | isItemExpanded (int index) const |
| |
| QIcon | itemIcon (int index) const |
| |
| QString | itemText (int index) const |
| |
| QString | itemToolTip (int index) const |
| |
| | Private (RExpanderBox *const box) |
| |
| virtual void | readSettings (KConfigGroup &group) |
| |
| void | removeItem (int index) |
| |
| | RExpanderBox (QWidget *const parent=0) |
| |
| void | setCheckBoxVisible (int index, bool b) |
| |
| void | setChecked (int index, bool b) |
| |
| void | setItemEnabled (int index, bool enabled) |
| |
| void | setItemExpanded (int index, bool b) |
| |
| void | setItemIcon (int index, const QIcon &icon) |
| |
| void | setItemText (int index, const QString &txt) |
| |
| void | setItemToolTip (int index, const QString &tip) |
| |
| RLabelExpander * | widget (int index) const |
| |
| virtual void | writeSettings (KConfigGroup &group) |
| |
| | ~RExpanderBox () override |
| |
Definition at line 275 of file rexpanderbox.h.