#include <treecheckitem.h>

Definition at line 54 of file treecheckitem.h.
Public Member Functions | |
| PlaylistTitle (UIListGenericTree *parent, const QString &title) | |
| void | setOwner (Playlist *owner) |
| void | userSelectedMe (void) |
| void | removeTrack (int x) |
| bool | isActive (void) |
Private Attributes | |
| Playlist * | ptr_to_owner |
| bool | active |
| PlaylistTitle::PlaylistTitle | ( | UIListGenericTree * | parent, | |
| const QString & | title | |||
| ) |
Definition at line 156 of file treecheckitem.cpp.
| void PlaylistTitle::setOwner | ( | Playlist * | owner | ) |
Definition at line 173 of file treecheckitem.cpp.
| void PlaylistTitle::userSelectedMe | ( | void | ) | [virtual] |
| void PlaylistTitle::removeTrack | ( | int | x | ) |
Definition at line 209 of file treecheckitem.cpp.
| bool PlaylistTitle::isActive | ( | void | ) | [inline] |
Definition at line 62 of file treecheckitem.h.
Playlist* PlaylistTitle::ptr_to_owner [private] |
bool PlaylistTitle::active [private] |
1.5.5