#include <databasebox.h>

Definition at line 35 of file databasebox.h.
| DatabaseBox::DatabaseBox | ( | MythMainWindow * | parent, | |
| const QString | dev, | |||
| const QString & | window_name, | |||
| const QString & | theme_filename, | |||
| const char * | name = 0 | |||
| ) |
Definition at line 33 of file databasebox.cpp.
| DatabaseBox::~DatabaseBox | ( | ) |
Definition at line 149 of file databasebox.cpp.
| void DatabaseBox::dealWithTracks | ( | PlaylistItem * | item_ptr | ) |
| void DatabaseBox::setCDTitle | ( | const QString & | title | ) |
Definition at line 1265 of file databasebox.cpp.
| void DatabaseBox::fillCD | ( | void | ) |
Definition at line 513 of file databasebox.cpp.
Referenced by DatabaseBox(), and occasionallyCheckCD().
| void DatabaseBox::selected | ( | UIListGenericTree * | item | ) | [protected, slot] |
| void DatabaseBox::entered | ( | UIListTreeType * | treetype, | |
| UIListGenericTree * | item | |||
| ) | [protected, slot] |
| void DatabaseBox::doMenus | ( | UIListGenericTree * | item | ) | [protected, slot] |
| void DatabaseBox::alternateDoMenus | ( | UIListGenericTree * | item, | |
| int | keypad_number | |||
| ) | [protected, slot] |
| void DatabaseBox::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, slot] |
| void DatabaseBox::moveHeldUpDown | ( | bool | flag | ) | [protected, slot] |
| void DatabaseBox::deleteTrack | ( | UIListGenericTree * | item | ) | [protected, slot] |
| void DatabaseBox::copyNewPlaylist | ( | ) | [protected, slot] |
| void DatabaseBox::copyToActive | ( | ) | [protected, slot] |
| void DatabaseBox::deletePlaylist | ( | ) | [protected, slot] |
| void DatabaseBox::renamePlaylist | ( | ) | [protected, slot] |
| void DatabaseBox::popBackPlaylist | ( | ) | [protected, slot] |
| void DatabaseBox::clearActive | ( | ) | [protected, slot] |
| void DatabaseBox::closeActivePopup | ( | void | ) | [protected, slot] |
Definition at line 951 of file databasebox.cpp.
Referenced by BlankCDRW(), clearActive(), copyNewPlaylist(), CreateCDAudio(), CreateCDMP3(), doActivePopup(), and popBackPlaylist().
| void DatabaseBox::closePlaylistPopup | ( | void | ) | [protected, slot] |
Definition at line 833 of file databasebox.cpp.
Referenced by copyToActive(), deletePlaylist(), doPlaylistPopup(), and renamePlaylist().
| void DatabaseBox::occasionallyCheckCD | ( | ) | [protected, slot] |
| void DatabaseBox::keepFilling | ( | ) | [protected, slot] |
| void DatabaseBox::showWaiting | ( | ) | [protected, slot] |
| void DatabaseBox::ErrorPopup | ( | const QString & | msg | ) | [protected, slot] |
| void DatabaseBox::closeErrorPopup | ( | void | ) | [protected, slot] |
| void DatabaseBox::CreateCDAudio | ( | ) | [protected, slot] |
| void DatabaseBox::CreateCDMP3 | ( | ) | [protected, slot] |
| void DatabaseBox::BlankCDRW | ( | ) | [protected, slot] |
| void DatabaseBox::doSelected | ( | UIListGenericTree * | item, | |
| bool | cd_flag | |||
| ) | [private] |
| void DatabaseBox::doPlaylistPopup | ( | TreeCheckItem * | item_ptr | ) | [private] |
| void DatabaseBox::doActivePopup | ( | PlaylistTitle * | item_ptr | ) | [private] |
Definition at line 843 of file databasebox.cpp.
Referenced by alternateDoMenus(), doMenus(), and selected().
| void DatabaseBox::checkParent | ( | UIListGenericTree * | item | ) | [private] |
Definition at line 1024 of file databasebox.cpp.
Referenced by checkTree(), fillCD(), and selected().
| void DatabaseBox::checkTree | ( | UIListGenericTree * | startingpoint = NULL |
) | [private] |
Definition at line 1225 of file databasebox.cpp.
Referenced by clearActive(), copyNewPlaylist(), copyToActive(), deletePlaylist(), deleteTrack(), keepFilling(), and popBackPlaylist().
| QPixmap DatabaseBox::getPixmap | ( | QString & | level | ) | [private] |
UIListGenericTree* DatabaseBox::rootNode [private] |
Definition at line 84 of file databasebox.h.
Referenced by checkTree(), DatabaseBox(), and ~DatabaseBox().
UIListTreeType* DatabaseBox::tree [private] |
Definition at line 85 of file databasebox.h.
Referenced by alternateDoMenus(), checkTree(), copyToActive(), DatabaseBox(), dealWithTracks(), deletePlaylist(), deleteTrack(), fillCD(), keyPressEvent(), moveHeldUpDown(), renamePlaylist(), and selected().
CDCheckItem* DatabaseBox::cditem [private] |
Definition at line 87 of file databasebox.h.
Referenced by DatabaseBox(), fillCD(), and setCDTitle().
QString DatabaseBox::m_CDdevice [private] |
bool DatabaseBox::holding_track [private] |
Definition at line 90 of file databasebox.h.
Referenced by DatabaseBox(), dealWithTracks(), and keyPressEvent().
PlaylistTrack* DatabaseBox::track_held [private] |
Definition at line 91 of file databasebox.h.
Referenced by dealWithTracks(), keyPressEvent(), and moveHeldUpDown().
TreeCheckItem* DatabaseBox::allmusic [private] |
Definition at line 92 of file databasebox.h.
Referenced by DatabaseBox(), keepFilling(), and showWaiting().
TreeCheckItem* DatabaseBox::alllists [private] |
Definition at line 93 of file databasebox.h.
Referenced by clearActive(), copyNewPlaylist(), copyToActive(), DatabaseBox(), deletePlaylist(), deleteTrack(), keepFilling(), and popBackPlaylist().
PlaylistTitle* DatabaseBox::allcurrent [private] |
Playlist* DatabaseBox::active_playlist [private] |
Definition at line 95 of file databasebox.h.
Referenced by checkTree(), CreateCDAudio(), CreateCDMP3(), DatabaseBox(), deleteTrack(), doActivePopup(), doSelected(), keepFilling(), occasionallyCheckCD(), and selected().
MythPopupBox* DatabaseBox::active_popup [private] |
Definition at line 97 of file databasebox.h.
Referenced by BlankCDRW(), clearActive(), closeActivePopup(), copyNewPlaylist(), CreateCDAudio(), CreateCDMP3(), DatabaseBox(), doActivePopup(), and popBackPlaylist().
MythRemoteLineEdit* DatabaseBox::active_pl_edit [private] |
Definition at line 98 of file databasebox.h.
Referenced by copyNewPlaylist(), DatabaseBox(), and doActivePopup().
MythPopupBox* DatabaseBox::playlist_popup [private] |
Definition at line 100 of file databasebox.h.
Referenced by closePlaylistPopup(), copyToActive(), DatabaseBox(), deletePlaylist(), doPlaylistPopup(), and renamePlaylist().
MythRemoteLineEdit* DatabaseBox::playlist_rename [private] |
Definition at line 101 of file databasebox.h.
Referenced by doPlaylistPopup(), and renamePlaylist().
MythPopupBox* DatabaseBox::error_popup [private] |
Definition at line 103 of file databasebox.h.
Referenced by closeErrorPopup(), CreateCDAudio(), CreateCDMP3(), and ErrorPopup().
ReadCDThread* DatabaseBox::cd_reader_thread [private] |
Definition at line 105 of file databasebox.h.
Referenced by DatabaseBox(), fillCD(), occasionallyCheckCD(), and ~DatabaseBox().
QTimer* DatabaseBox::cd_watcher [private] |
bool DatabaseBox::cd_checking_flag [private] |
QTimer* DatabaseBox::fill_list_timer [private] |
int DatabaseBox::wait_counter [private] |
int DatabaseBox::numb_wait_dots [private] |
QStringList DatabaseBox::treelevels [private] |
QPtrList<UITextType> DatabaseBox::m_lines [private] |
1.5.5