#include <uilistbtntype.h>

Definition at line 30 of file uilistbtntype.h.
Public Member Functions | |
| UIListGenericTree (UIListGenericTree *parent, const QString &name, const QString &action="", int check=-1, QPixmap *image=NULL) | |
| virtual | ~UIListGenericTree () |
| QPixmap * | getImage (void) |
| QString | getAction (void) |
| int | getCheck (void) |
| virtual void | setCheck (int flag) |
| void | setItem (UIListBtnTypeItem *item) |
| UIListBtnTypeItem * | getItem (void) |
| void | setText (const QString &text) |
| void | setPixmap (QPixmap *pixmap) |
| void | setDrawArrow (bool flag) |
| void | RemoveFromParent (void) |
| void | setActive (bool flag) |
| bool | getActive (void) |
| bool | movePositionUpDown (bool flag) |
Protected Attributes | |
| QPixmap * | m_image |
| QString | m_action |
| int | m_check |
| UIListBtnTypeItem * | m_physitem |
| bool | m_active |
| UIListGenericTree::UIListGenericTree | ( | UIListGenericTree * | parent, | |
| const QString & | name, | |||
| const QString & | action = "", |
|||
| int | check = -1, |
|||
| QPixmap * | image = NULL | |||
| ) |
Definition at line 29 of file uilistbtntype.cpp.
| UIListGenericTree::~UIListGenericTree | ( | ) | [virtual] |
Definition at line 51 of file uilistbtntype.cpp.
| QPixmap* UIListGenericTree::getImage | ( | void | ) | [inline] |
| QString UIListGenericTree::getAction | ( | void | ) | [inline] |
Definition at line 40 of file uilistbtntype.h.
| int UIListGenericTree::getCheck | ( | void | ) | [inline] |
Definition at line 41 of file uilistbtntype.h.
Referenced by DatabaseBox::checkParent(), DatabaseBox::doSelected(), and UIListTreeType::FillLevelFromTree().
| void UIListGenericTree::setCheck | ( | int | flag | ) | [virtual] |
Reimplemented in TreeCheckItem.
Definition at line 90 of file uilistbtntype.cpp.
Referenced by TreeCheckItem::setCheck().
| void UIListGenericTree::setItem | ( | UIListBtnTypeItem * | item | ) | [inline] |
Definition at line 44 of file uilistbtntype.h.
Referenced by UIListTreeType::ClearLevel(), and UIListTreeType::FillLevelFromTree().
| UIListBtnTypeItem* UIListGenericTree::getItem | ( | void | ) | [inline] |
Definition at line 45 of file uilistbtntype.h.
| void UIListGenericTree::setText | ( | const QString & | text | ) |
Definition at line 70 of file uilistbtntype.cpp.
Referenced by PlaylistsContainer::clearActive(), PlaylistsContainer::copyNewPlaylist(), PlaylistsContainer::copyToActive(), DatabaseBox::fillCD(), DatabaseBox::keepFilling(), PlaylistsContainer::popBackPlaylist(), PlaylistsContainer::renamePlaylist(), PlaylistsContainer::setActiveWidget(), DatabaseBox::setCDTitle(), and DatabaseBox::showWaiting().
| void UIListGenericTree::setPixmap | ( | QPixmap * | pixmap | ) |
| void UIListGenericTree::setDrawArrow | ( | bool | flag | ) |
Definition at line 84 of file uilistbtntype.cpp.
Referenced by RemoveFromParent(), and UIListGenericTree().
| void UIListGenericTree::RemoveFromParent | ( | void | ) |
Definition at line 55 of file uilistbtntype.cpp.
Referenced by DatabaseBox::deletePlaylist(), Track::deleteYourWidget(), DatabaseBox::fillCD(), and PlaylistsContainer::showRelevantPlaylists().
| void UIListGenericTree::setActive | ( | bool | flag | ) |
Definition at line 101 of file uilistbtntype.cpp.
Referenced by UIListTreeType::RefreshCurrentLevel(), and PlaylistsContainer::showRelevantPlaylists().
| bool UIListGenericTree::getActive | ( | void | ) |
Definition at line 108 of file uilistbtntype.cpp.
Referenced by UIListTreeType::FillLevelFromTree(), and UIListTreeType::RefreshCurrentLevel().
QPixmap* UIListGenericTree::m_image [protected] |
Definition at line 60 of file uilistbtntype.h.
Referenced by TreeCheckItem::pickPixmap(), PlaylistCD::PlaylistCD(), PlaylistPlaylist::PlaylistPlaylist(), PlaylistTitle::PlaylistTitle(), PlaylistTrack::PlaylistTrack(), setPixmap(), and UIListGenericTree().
QString UIListGenericTree::m_action [protected] |
int UIListGenericTree::m_check [protected] |
UIListBtnTypeItem* UIListGenericTree::m_physitem [protected] |
Definition at line 64 of file uilistbtntype.h.
Referenced by movePositionUpDown(), RemoveFromParent(), setActive(), setCheck(), setDrawArrow(), setPixmap(), setText(), and UIListGenericTree().
bool UIListGenericTree::m_active [protected] |
Definition at line 66 of file uilistbtntype.h.
Referenced by getActive(), setActive(), and UIListGenericTree().
1.5.5