#include <treecheckitem.h>

Definition at line 69 of file treecheckitem.h.
Public Member Functions | |
| PlaylistTrack (UIListGenericTree *parent, const QString &title) | |
| void | setOwner (Track *owner) |
| void | userSelectedMe () |
| void | beMoving (bool flag) |
| void | moveUpDown (bool flag) |
| int | getID () |
Protected Attributes | |
| QPixmap * | pixmap |
| Track * | ptr_to_owner |
| bool | held |
| PlaylistTrack::PlaylistTrack | ( | UIListGenericTree * | parent, | |
| const QString & | title | |||
| ) |
Definition at line 178 of file treecheckitem.cpp.
| void PlaylistTrack::setOwner | ( | Track * | owner | ) |
| void PlaylistTrack::userSelectedMe | ( | void | ) | [virtual] |
| void PlaylistTrack::beMoving | ( | bool | flag | ) |
Definition at line 214 of file treecheckitem.cpp.
Referenced by DatabaseBox::dealWithTracks(), and DatabaseBox::keyPressEvent().
| void PlaylistTrack::moveUpDown | ( | bool | flag | ) |
| int PlaylistTrack::getID | ( | void | ) |
Definition at line 204 of file treecheckitem.cpp.
QPixmap* PlaylistTrack::pixmap [protected] |
Definition at line 81 of file treecheckitem.h.
Referenced by beMoving(), PlaylistCD::PlaylistCD(), PlaylistPlaylist::PlaylistPlaylist(), and PlaylistTrack().
Track* PlaylistTrack::ptr_to_owner [protected] |
bool PlaylistTrack::held [protected] |
1.5.5