#include <treecheckitem.h>

Definition at line 11 of file treecheckitem.h.
Public Member Functions | |
| TreeCheckItem (UIListGenericTree *parent, const QString &text, const QString &level, int id) | |
| virtual | ~TreeCheckItem () |
| QString | getLevel (void) |
| int | getID (void) |
| void | setCheckable (bool flag) |
| bool | isCheckable (void) |
| void | setCheck (int flag) |
Private Member Functions | |
| void | pickPixmap (void) |
Private Attributes | |
| int | m_id |
| QString | m_level |
| bool | m_checkable |
| TreeCheckItem::TreeCheckItem | ( | UIListGenericTree * | parent, | |
| const QString & | text, | |||
| const QString & | level, | |||
| int | id | |||
| ) |
Definition at line 110 of file treecheckitem.cpp.
| virtual TreeCheckItem::~TreeCheckItem | ( | ) | [inline, virtual] |
Definition at line 16 of file treecheckitem.h.
| QString TreeCheckItem::getLevel | ( | void | ) | [inline] |
| int TreeCheckItem::getID | ( | void | ) | [inline] |
Definition at line 19 of file treecheckitem.h.
Referenced by DatabaseBox::doSelected(), and DatabaseBox::entered().
| void TreeCheckItem::setCheckable | ( | bool | flag | ) |
Definition at line 121 of file treecheckitem.cpp.
Referenced by DatabaseBox::fillCD(), PlaylistsContainer::refreshRelevantPlaylists(), and PlaylistsContainer::showRelevantPlaylists().
| bool TreeCheckItem::isCheckable | ( | void | ) | [inline] |
Definition at line 22 of file treecheckitem.h.
| void TreeCheckItem::setCheck | ( | int | flag | ) | [virtual] |
Reimplemented from UIListGenericTree.
Definition at line 128 of file treecheckitem.cpp.
Referenced by DatabaseBox::checkParent(), DatabaseBox::doSelected(), DatabaseBox::fillCD(), AllMusic::putCDOnTheListView(), MusicNode::putYourselfOnTheListView(), and setCheckable().
| void TreeCheckItem::pickPixmap | ( | void | ) | [private] |
int TreeCheckItem::m_id [private] |
QString TreeCheckItem::m_level [private] |
Definition at line 30 of file treecheckitem.h.
Referenced by getLevel(), pickPixmap(), and TreeCheckItem().
bool TreeCheckItem::m_checkable [private] |
Definition at line 31 of file treecheckitem.h.
Referenced by isCheckable(), setCheck(), setCheckable(), and TreeCheckItem().
1.5.5