#include <osdlistbtntype.h>

Definition at line 46 of file osdlistbtntype.h.
Public Member Functions | |
| OSDGenericTree (OSDGenericTree *parent, const QString &name, const QString &action="", int check=-1, OSDTypeImage *image=NULL, QString group="") | |
| QString | getAction (void) const |
| QString | getGroup (void) const |
| int | getCheckable (void) const |
| OSDTypeImage * | getImage (void) |
| OSDListBtnTypeItem * | getParentButton (void) |
| void | setParentButton (OSDListBtnTypeItem *button) |
Private Attributes | |
| OSDTypeImage * | m_image |
| QString | m_action |
| QString | m_group |
| int | m_checkable |
| OSDListBtnTypeItem * | m_parentButton |
| OSDGenericTree::OSDGenericTree | ( | OSDGenericTree * | parent, | |
| const QString & | name, | |||
| const QString & | action = "", |
|||
| int | check = -1, |
|||
| OSDTypeImage * | image = NULL, |
|||
| QString | group = "" | |||
| ) | [inline] |
Definition at line 50 of file osdlistbtntype.h.
| QString OSDGenericTree::getAction | ( | void | ) | const [inline] |
| QString OSDGenericTree::getGroup | ( | void | ) | const [inline] |
Definition at line 63 of file osdlistbtntype.h.
Referenced by OSDListTreeType::FillLevelFromTree(), and OSDListTreeType::SelectItem().
| int OSDGenericTree::getCheckable | ( | void | ) | const [inline] |
| OSDTypeImage* OSDGenericTree::getImage | ( | void | ) | [inline] |
| OSDListBtnTypeItem* OSDGenericTree::getParentButton | ( | void | ) | [inline] |
| void OSDGenericTree::setParentButton | ( | OSDListBtnTypeItem * | button | ) | [inline] |
OSDTypeImage* OSDGenericTree::m_image [private] |
QString OSDGenericTree::m_action [private] |
QString OSDGenericTree::m_group [private] |
int OSDGenericTree::m_checkable [private] |
OSDListBtnTypeItem* OSDGenericTree::m_parentButton [private] |
Definition at line 77 of file osdlistbtntype.h.
Referenced by getParentButton(), and setParentButton().
1.5.5