|
MythTV
0.26-pre
|
#include <playlisteditorview.h>
Public Member Functions | |
| MusicGenericTree (MusicGenericTree *parent, const QString &name, const QString &action="", MythUIButtonListItem::CheckState state=MythUIButtonListItem::CantCheck, bool showArrow=true) | |
| virtual | ~MusicGenericTree () |
| QString | getAction (void) const |
| MythUIButtonListItem::CheckState | getCheck (void) const |
| void | setCheck (MythUIButtonListItem::CheckState state) |
| void | setDrawArrow (bool flag) |
| MythUIButtonListItem * | CreateListButton (MythUIButtonList *list) |
Protected Attributes | |
| QString | m_action |
| QPointer< MusicButtonItem > | m_buttonItem |
| MythUIButtonListItem::CheckState | m_check |
| bool | m_showArrow |
| bool | m_active |
Definition at line 34 of file playlisteditorview.h.
| MusicGenericTree::MusicGenericTree | ( | MusicGenericTree * | parent, |
| const QString & | name, | ||
| const QString & | action = "", |
||
| MythUIButtonListItem::CheckState | state = MythUIButtonListItem::CantCheck, |
||
| bool | showArrow = true |
||
| ) |
Definition at line 24 of file playlisteditorview.cpp.
| MusicGenericTree::~MusicGenericTree | ( | void | ) | [virtual] |
Definition at line 44 of file playlisteditorview.cpp.
| QString MusicGenericTree::getAction | ( | void | ) | const [inline] |
Definition at line 43 of file playlisteditorview.h.
| MythUIButtonListItem::CheckState MusicGenericTree::getCheck | ( | void | ) | const [inline] |
Definition at line 45 of file playlisteditorview.h.
Definition at line 55 of file playlisteditorview.cpp.
| void MusicGenericTree::setDrawArrow | ( | bool | flag | ) |
Definition at line 48 of file playlisteditorview.cpp.
Referenced by MusicGenericTree().
| MythUIButtonListItem * MusicGenericTree::CreateListButton | ( | MythUIButtonList * | list | ) | [virtual] |
Reimplemented from MythGenericTree.
Definition at line 65 of file playlisteditorview.cpp.
QString MusicGenericTree::m_action [protected] |
Definition at line 53 of file playlisteditorview.h.
Referenced by MusicGenericTree().
QPointer<MusicButtonItem> MusicGenericTree::m_buttonItem [protected] |
Definition at line 54 of file playlisteditorview.h.
Referenced by CreateListButton(), setCheck(), and setDrawArrow().
Definition at line 55 of file playlisteditorview.h.
Referenced by CreateListButton(), MusicGenericTree(), and setCheck().
bool MusicGenericTree::m_showArrow [protected] |
Definition at line 56 of file playlisteditorview.h.
Referenced by CreateListButton(), MusicGenericTree(), and setDrawArrow().
bool MusicGenericTree::m_active [protected] |
Definition at line 57 of file playlisteditorview.h.
1.7.6.1