#include </home/clem/local/src/opie/core/multimedia/opieplayer/playlistwidget.h>
Inheritance diagram for PlayListWidget:


Public Types | |
| enum | TabType { CurrentPlayList, AudioFiles, VideoFiles, PlayLists } |
| enum | { TabTypeCount = 4 } |
Public Slots | |
| bool | first () |
| bool | last () |
| bool | next () |
| bool | prev () |
| bool | first () |
| bool | last () |
| bool | next () |
| bool | prev () |
| void | writeDefaultPlaylist () |
| QString | currentFileListPathName () const |
Signals | |
| void | skinSelected () |
Public Member Functions | |
| PlayListWidget (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
| ~PlayListWidget () | |
| const DocLnk * | current () |
| void | useSelectedDocument () |
| PlayListWidget (QWidget *parent=0, const char *name=0, WFlags=0) | |
| ~PlayListWidget () | |
| const DocLnk * | current () const |
| void | useSelectedDocument () |
| TabType | currentTab () const |
| Entry | currentEntry () const |
Static Public Member Functions | |
| static QString | appName () |
Public Attributes | |
| QTabWidget * | tabWidget |
| QAction * | fullScreenButton |
| QAction * | scaleButton |
| DocLnkSet | files |
| DocLnkSet | vFiles |
| QListView * | audioView |
| QListView * | videoView |
| QListView * | playlistView |
| QLabel * | libString |
| bool | fromSetDocument |
| bool | insanityBool |
| QString | setDocFileRef |
| QString | currentPlayList |
| FileSelector * | playLists |
| QPushButton * | tbDeletePlaylist |
| int | fd |
| int | selected |
Protected Member Functions | |
| void | keyReleaseEvent (QKeyEvent *e) |
| void | keyPressEvent (QKeyEvent *e) |
| void | keyReleaseEvent (QKeyEvent *e) |
Protected Attributes | |
| QCopChannel * | channel |
| QPopupMenu * | skinsMenu |
| QCopChannel * | channel |
Private Slots | |
| void | qcopReceive (const QCString &, const QByteArray &) |
| void | populateSkinsMenu () |
| void | skinsMenuActivated (int) |
| void | writem3u () |
| void | writeCurrentM3u () |
| void | scanForAudio () |
| void | scanForVideo () |
| void | openFile () |
| void | setDocument (const QString &fileref) |
| void | setDocumentEx (const QString &fileref) |
| void | addToSelection (const DocLnk &) |
| void | addToSelection (QListViewItem *) |
| void | setActiveWindow () |
| void | setPlaylist (bool) |
| void | setView (char) |
| void | clearList () |
| void | addAllToList () |
| void | addAllMusicToList () |
| void | addAllVideoToList () |
| void | saveList () |
| void | loadList (const DocLnk &) |
| void | playIt (QListViewItem *) |
| void | btnPlay (bool) |
| void | deletePlaylist () |
| void | addSelected () |
| void | removeSelected () |
| void | tabChanged (QWidget *) |
| void | viewPressed (int, QListViewItem *, const QPoint &, int) |
| void | playlistViewPressed (int, QListViewItem *, const QPoint &, int) |
| void | playSelected () |
| void | listDelete () |
| bool | downloadPodcast (const QString &) |
| void | qcopReceive (const QCString &, const QByteArray &) |
| void | populateSkinsMenu () |
| void | skinsMenuActivated (int) |
| void | pmViewActivated (int) |
| void | writem3u () |
| void | writeCurrentM3u () |
| void | openFile () |
| void | openURL () |
| void | openDirectory () |
| void | setDocument (const QString &fileref) |
| void | addToSelection (const DocLnk &) |
| void | addToSelection (QListViewItem *) |
| void | clearList () |
| void | addAllToList () |
| void | addAllMusicToList () |
| void | addAllVideoToList () |
| void | saveList () |
| void | loadList (const DocLnk &) |
| void | playIt (QListViewItem *) |
| void | btnPlay (bool) |
| void | deletePlaylist () |
| void | addSelected () |
| void | removeSelected () |
| void | tabChanged (QWidget *) |
| void | viewPressed (int, QListViewItem *, const QPoint &, int) |
| void | playlistViewPressed (int, QListViewItem *, const QPoint &, int) |
| void | playSelected () |
Private Member Functions | |
| void | doBlank () |
| void | doUnblank () |
| void | readm3u (const QString &) |
| void | readPls (const QString &) |
| bool | readpodcast (const QString &) |
| void | initializeStates () |
| void | readConfig (Config &cfg) |
| void | writeConfig (Config &cfg) const |
| void | populateAudioView () |
| void | populateVideoView () |
| void | readListFromFile (const QString &) |
| void | initializeStates () |
| bool | inFileListMode () const |
| DocLnk | addFileToPlaylist (const QString &directory, const QString &name) |
| void | setButtons (void) |
Private Attributes | |
| RssParser | rssHandler |
| int | defaultSkinIndex |
| bool | audioScan |
| bool | videoScan |
| PlayListWidgetPrivate * | d |
| QListView * | currentFileListView |
| MediaPlayer * | m_mp |
Classes | |
| struct | Entry |
|
|
Definition at line 57 of file playlistwidget.h. |
|
|
Definition at line 56 of file playlistwidget.h. |
|
||||||||||||||||
|
|
Definition at line 357 of file playlistwidget.cpp. References PlayListWidgetPrivate::current, d, and writeConfig(). |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 467 of file playlistwidget.cpp. References PlayListSelection::addToSelection(), DocLnkSet::children(), d, files, PlayListSelection::first(), PlayListWidgetPrivate::selectedFiles, tabWidget, and writeCurrentM3u(). Referenced by PlayListWidget(). |
|
|
|
|
|
Definition at line 453 of file playlistwidget.cpp. References PlayListSelection::addToSelection(), DocLnkSet::children(), d, Global::findDocuments(), PlayListSelection::first(), PlayListWidgetPrivate::selectedFiles, tabWidget, and writeCurrentM3u(). Referenced by PlayListWidget(). |
|
|
|
|
|
Definition at line 479 of file playlistwidget.cpp. References PlayListSelection::addToSelection(), DocLnkSet::children(), d, PlayListSelection::first(), PlayListWidgetPrivate::selectedFiles, tabWidget, vFiles, and writeCurrentM3u(). Referenced by PlayListWidget(). |
|
||||||||||||
|
Definition at line 1102 of file playlistwidget.cpp. References PlayListSelection::addToSelection(), d, PlayListWidgetPrivate::selectedFiles, AppLnk::setFile(), AppLnk::setName(), and writeCurrentM3u(). Referenced by openDirectory(). |
|
|
|
|
|
Definition at line 700 of file playlistwidget.cpp. References PlayListSelection::addToSelection(), audioView, d, PlayListWidgetPrivate::selectedFiles, AppLnk::setFile(), AppLnk::setName(), tabWidget, videoView, and writeCurrentM3u(). Referenced by keyReleaseEvent(), PlayListWidget(), and viewPressed(). |
|
|
|
|
|
|
|
|
Definition at line 755 of file playlistwidget.cpp. References PlayListSelection::addToSelection(), d, FALSE, fullBaseName(), PlayListWidgetPrivate::selectedFiles, PlayListWidgetPrivate::setDocumentUsed, AppLnk::setFile(), AppLnk::setName(), tabWidget, and writeCurrentM3u(). |
|
|
Definition at line 430 of file playlistwidget.cpp. References PlayListSelection::addToSelection(), d, MediaPlayerState::playlist(), PlayListWidgetPrivate::selectedFiles, PlayListWidgetPrivate::setDocumentUsed, and MediaPlayerState::setPlaying(). Referenced by btnPlay(), PlayListWidget(), qcopReceive(), and setDocumentEx(). |
|
|
Definition at line 70 of file playlistwidget.h. References QString::fromLatin1(). |
|
|
|
|
|
Definition at line 822 of file playlistwidget.cpp. References addToSelection(), audioView, d, FALSE, insanityBool, odebug, oendl, PlayListSelection::removeSelected(), PlayListWidgetPrivate::selectedFiles, MediaPlayerState::setPlaying(), tabWidget, PlayListSelection::unSelect(), and videoView. Referenced by PlayListWidget(), playSelected(), and qcopReceive(). |
|
|
|
|
|
Definition at line 442 of file playlistwidget.cpp. References currentPlayList, d, first(), PlayListSelection::removeSelected(), PlayListWidgetPrivate::selectedFiles, Config::setGroup(), and Config::writeEntry(). Referenced by loadList(), PlayListWidget(), and setDocumentEx(). |
|
|
Definition at line 412 of file playlistwidget.cpp. References assert, PlayListSelection::current(), CurrentPlayList, currentTab(), d, PlayListSelection::first(), and PlayListWidgetPrivate::selectedFiles. |
|
|
Definition at line 562 of file playlistwidget.cpp. References audioView, DocLnkSet::children(), PlayListWidgetPrivate::current, PlayListSelection::current(), d, files, PlayListWidgetPrivate::files, insanityBool, MediaPlayerState::playlist(), FileSelector::selectedDocument(), PlayListWidgetPrivate::selectedFiles, PlayListWidgetPrivate::setDocumentUsed, tabWidget, TRUE, vFiles, and videoView. Referenced by currentEntry(), prev(), and MediaPlayer::setPlaying(). |
|
|
Definition at line 1045 of file playlistwidget.cpp. References current(), currentFileListPathName(), CurrentPlayList, currentTab(), AppLnk::file(), and AppLnk::name(). |
|
|
Definition at line 1055 of file playlistwidget.cpp. References currentFileListView. Referenced by currentEntry(). |
|
|
Definition at line 1034 of file playlistwidget.cpp. References assert, AudioFiles, CurrentPlayList, PlayLists, TabTypeCount, tabWidget, and VideoFiles. Referenced by current(), currentEntry(), MediaWidget::handleCommand(), inFileListMode(), and setButtons(). |
|
|
|
|
|
Definition at line 864 of file playlistwidget.cpp. References playLists, FileSelector::reread(), FileSelector::selectedDocument(), and tr. Referenced by PlayListWidget(). |
|
|
Definition at line 1272 of file playlistwidget.cpp. |
|
|
Definition at line 1285 of file playlistwidget.cpp. |
|
|
Definition at line 1565 of file playlistwidget.cpp. References QDir::homeDirPath(), QString::latin1(), QString::length(), QString::mid(), qWarning(), readpodcast(), and QString::replace(). Referenced by openFile(). |
|
|
|
|
|
Definition at line 653 of file playlistwidget.cpp. References d, PlayListSelection::first(), MediaPlayerState::looping, MediaPlayerState::playlist(), and PlayListWidgetPrivate::selectedFiles. Referenced by clearList(), and MediaPlayer::next(). |
|
|
Definition at line 640 of file playlistwidget.cpp. References AudioFiles, currentTab(), and VideoFiles. |
|
|
|
|
|
Definition at line 367 of file playlistwidget.cpp. References d, MediaPlayerState::looping, MediaPlayerState::playing, setPlaylist(), MediaPlayerState::shuffled, PlayListWidgetPrivate::tbLoop, PlayListWidgetPrivate::tbPlay, and PlayListWidgetPrivate::tbShuffle. Referenced by PlayListWidget(). |
|
|
Definition at line 1249 of file playlistwidget.cpp. |
|
|
|
|
|
Definition at line 1190 of file playlistwidget.cpp. References addSelected(), d, PlayListSelection::first(), Key_1, Key_2, Key_3, Key_4, Key_F10, Key_F11, Key_F12, Key_F13, Key_F9, Key_Q, Key_R, PlayListSelection::next(), PlayListSelection::prev(), removeSelected(), PlayListWidgetPrivate::selectedFiles, and tabWidget. |
|
|
|
|
|
Definition at line 661 of file playlistwidget.cpp. References d, PlayListSelection::last(), MediaPlayerState::looping, MediaPlayerState::playlist(), and PlayListWidgetPrivate::selectedFiles. Referenced by MediaPlayer::prev(). |
|
|
Definition at line 923 of file playlistwidget.cpp. References audioView, DocLnkSet::children(), currentPlayList, QPEApplication::execDialog(), files, populateAudioView(), prop, Config::readEntry(), Config::setGroup(), and tabWidget. Referenced by viewPressed(). |
|
|
|
|
|
Definition at line 673 of file playlistwidget.cpp. References clearList(), AppLnk::file(), QString::length(), AppLnk::name(), name, readm3u(), and tabWidget. Referenced by PlayListWidget(), and setDocumentEx(). |
|
|
|
|
|
Definition at line 633 of file playlistwidget.cpp. References d, FALSE, PlayListSelection::first(), MediaPlayerState::looping, PlayListSelection::next(), MediaPlayerState::playlist(), prev(), PlayListWidgetPrivate::selectedFiles, MediaPlayerState::shuffled, and TRUE. Referenced by MediaPlayer::next(). |
|
|
|
|
|
|
Definition at line 1048 of file playlistwidget.cpp. References PlayListSelection::addToSelection(), d, downloadPodcast(), QString::find(), fullBaseName(), QString::left(), name, readm3u(), readPls(), readpodcast(), QString::right(), PlayListWidgetPrivate::selectedFiles, AppLnk::setFile(), Config::setGroup(), AppLnk::setIcon(), AppLnk::setName(), InputDialog::text(), tr, TRUE, and writeCurrentM3u(). Referenced by PlayListWidget(). |
|
|
Definition at line 646 of file playlistwidget.cpp. References PlayListSelection::addToSelection(), d, QString::find(), QString::left(), QString::length(), odebug, oendl, readListFromFile(), QString::right(), PlayListWidgetPrivate::selectedFiles, AppLnk::setFile(), Config::setGroup(), AppLnk::setName(), PlayListSelection::setSelectedItem(), InputDialog::text(), tr, and writeCurrentM3u(). |
|
|
|
|
|
Definition at line 747 of file playlistwidget.cpp. References d, PlayListWidgetPrivate::selectedFiles, MediaPlayerState::setPlaying(), TRUE, and PlayListSelection::unSelect(). Referenced by PlayListWidget(). |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Definition at line 904 of file playlistwidget.cpp. References playSelected(), pos, removeSelected(), and tr. Referenced by PlayListWidget(). |
|
|
|
|
|
Definition at line 898 of file playlistwidget.cpp. References btnPlay(). Referenced by playlistViewPressed(), and viewPressed(). |
|
|
Definition at line 969 of file playlistwidget.cpp. References MediaPlayerState::isFullscreen, PlayListWidgetGui::mediaPlayerState, PlayListWidgetGui::pmView, MediaPlayerState::toggleFullscreen(), and Config::writeEntry(). |
|
|
Definition at line 986 of file playlistwidget.cpp. References audioScan, audioView, DocLnkSet::children(), files, StorageInfo::fileSystems(), Opie::Core::OResource::loadPixmap(), name, QString::number(), scanForAudio(), size, and Opie::Core::OResource::SmallIcon. Referenced by listDelete(), and tabChanged(). |
|
|
|
|
|
Definition at line 1298 of file playlistwidget.cpp. References QPtrListIterator< type >::current(), defaultSkinIndex, QDir::Dirs, QDir::entryInfoList(), QFileInfo::fileName(), QDir::Name, QPEApplication::qpeDir(), Config::readEntry(), QDir::setFilter(), Config::setGroup(), QDir::setSorting(), skinsMenu, and TRUE. Referenced by PlayListWidget(). |
|
|
Definition at line 1020 of file playlistwidget.cpp. References DocLnkSet::children(), StorageInfo::fileSystems(), Opie::Core::OResource::loadPixmap(), name, QString::number(), scanForVideo(), Opie::Core::OResource::SmallIcon, vFiles, videoScan, and videoView. Referenced by tabChanged(). |
|
|
|
|
|
Definition at line 604 of file playlistwidget.cpp. References current(), d, FALSE, PlayListSelection::first(), i, PlayListSelection::last(), MediaPlayerState::looping, PlayListSelection::next(), MediaPlayerState::playlist(), PlayListSelection::prev(), PlayListWidgetPrivate::selectedFiles, MediaPlayerState::shuffled, and TRUE. Referenced by next(), and MediaPlayer::prev(). |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 1339 of file playlistwidget.cpp. References addToSelection(), QFileInfo::baseName(), btnPlay(), IO_ReadOnly, setDocumentEx(), AppLnk::setFile(), AppLnk::setName(), MediaPlayerState::setNext(), MediaPlayerState::setPlaying(), MediaPlayerState::setPrev(), stream, MediaPlayerState::toggleLooping(), MediaPlayerState::togglePaused(), and MediaPlayerState::toggleShuffled(). Referenced by PlayListWidget(). |
|
|
Definition at line 376 of file playlistwidget.cpp. References PlayListSelection::addToSelection(), d, i, AppLnk::isValid(), Config::readEntry(), Config::readNumEntry(), PlayListWidgetPrivate::selectedFiles, Config::setGroup(), PlayListSelection::setSelectedItem(), and QString::sprintf(). Referenced by PlayListWidget(). |
|
|
Definition at line 777 of file playlistwidget.cpp. References PlayListSelection::addToSelection(), QValueList< T >::begin(), Om3u::close(), currentPlayList, d, QValueList< T >::end(), QFileInfo::extension(), IO_ReadOnly, QString::left(), odebug, oendl, Om3u::readM3u(), Om3u::readPls(), s, PlayListWidgetPrivate::selectedFiles, setButtons(), AppLnk::setFile(), Config::setGroup(), AppLnk::setIcon(), AppLnk::setName(), PlayListSelection::setSelectedItem(), tr, Config::write(), and Config::writeEntry(). Referenced by openDirectory(), and openURL(). |
|
|
Definition at line 1384 of file playlistwidget.cpp. References PlayListSelection::addToSelection(), QValueList< T >::begin(), Om3u::close(), currentPlayList, d, QValueList< T >::end(), fullBaseName(), IO_ReadOnly, QString::left(), name, Om3u::readM3u(), QString::right(), s, PlayListWidgetPrivate::selectedFiles, AppLnk::setFile(), Config::setGroup(), AppLnk::setIcon(), AppLnk::setName(), PlayListSelection::setSelectedItem(), tr, Config::write(), and Config::writeEntry(). Referenced by loadList(), openFile(), and setDocumentEx(). |
|
|
Definition at line 1440 of file playlistwidget.cpp. References PlayListSelection::addToSelection(), QString::at(), QValueList< T >::begin(), Om3u::close(), d, QValueList< T >::end(), f, QString::findRev(), fullBaseName(), IO_ReadOnly, QString::left(), QString::length(), name, Om3u::readPls(), QString::right(), s, PlayListWidgetPrivate::selectedFiles, AppLnk::setFile(), AppLnk::setName(), AppLnk::setType(), TRUE, and AppLnk::writeLink(). Referenced by openFile(), and setDocumentEx(). |
|
|
Definition at line 1482 of file playlistwidget.cpp. References PlayListSelection::addToSelection(), QValueList< T >::begin(), d, QValueList< T >::end(), f, QString::findRev(), QValueList< T >::first(), fullBaseName(), i, QStringList::join(), QString::left(), QString::length(), name, qWarning(), QString::right(), rssHandler, s, PlayListWidgetPrivate::selectedFiles, AppLnk::setFile(), AppLnk::setName(), AppLnk::setType(), size, QFileInfo::size(), tr, TRUE, and AppLnk::writeLink(). Referenced by downloadPodcast(), and openFile(). |
|
|
|
|
|
Definition at line 743 of file playlistwidget.cpp. References d, PlayListSelection::removeSelected(), and PlayListWidgetPrivate::selectedFiles. Referenced by keyReleaseEvent(), playlistViewPressed(), and PlayListWidget(). |
|
|
|
|
|
Definition at line 669 of file playlistwidget.cpp. References writem3u(). Referenced by PlayListWidget(). |
|
|
Definition at line 965 of file playlistwidget.cpp. References audioScan, DocLnkSet::children(), AppLnkSet::detachChildren(), files, and Global::findDocuments(). Referenced by PlayListWidget(), and populateAudioView(). |
|
|
Definition at line 975 of file playlistwidget.cpp. References DocLnkSet::children(), AppLnkSet::detachChildren(), Global::findDocuments(), vFiles, and videoScan. Referenced by PlayListWidget(), and populateVideoView(). |
|
|
Reimplemented from PlayListWidgetGui. Definition at line 548 of file playlistwidget.cpp. References MediaPlayerState::setView(), and MediaPlayerState::view(). |
|
|
Definition at line 183 of file playlistwidget.cpp. References AudioFiles, audioView, CurrentPlayList, currentTab(), d, PlayListSelection::isEmpty(), PlayLists, PlayListWidgetPrivate::selectedFiles, PlayListWidgetPrivate::tbPlay, PlayListWidgetPrivate::tbRemoveFromList, VideoFiles, and videoView. Referenced by openDirectory(), and readListFromFile(). |
|
|
|
|
|
Definition at line 491 of file playlistwidget.cpp. References d, fromSetDocument, setDocumentEx(), PlayListWidgetPrivate::setDocumentUsed, and TRUE. |
|
|
Definition at line 497 of file playlistwidget.cpp. References addToSelection(), QFileInfo::baseName(), clearList(), d, QFileInfo::exists(), QFileInfo::extension(), FALSE, QString::find(), PlayListSelection::first(), loadList(), oendl, owarn, qApp, readm3u(), readPls(), PlayListWidgetPrivate::selectedFiles, PlayListWidgetPrivate::setDocumentUsed, AppLnk::setFile(), AppLnk::setIcon(), AppLnk::setName(), MediaPlayerState::setPlaying(), tr, true, and TRUE. Referenced by qcopReceive(), and setDocument(). |
|
|
Definition at line 686 of file playlistwidget.cpp. References d, and PlayListWidgetPrivate::playListFrame. Referenced by initializeStates(), and PlayListWidget(). |
|
|
Reimplemented from PlayListWidgetGui. Definition at line 693 of file playlistwidget.cpp. References QPEApplication::showWidget(). |
|
|
|
|
|
|
|
|
Definition at line 1328 of file playlistwidget.cpp. References defaultSkinIndex, FALSE, i, Config::setGroup(), skinsMenu, TRUE, and Config::writeEntry(). Referenced by PlayListWidget(). |
|
|
|
|
|
Definition at line 780 of file playlistwidget.cpp. References audioView, d, FALSE, playLists, populateAudioView(), populateVideoView(), FileSelector::reread(), tabWidget, PlayListWidgetPrivate::tbAddToList, tbDeletePlaylist, PlayListWidgetPrivate::tbRemoveFromList, TRUE, and videoView. Referenced by PlayListWidget(). |
|
|
|
|
|
Definition at line 557 of file playlistwidget.cpp. References d, FALSE, and PlayListWidgetPrivate::setDocumentUsed. |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Definition at line 878 of file playlistwidget.cpp. References addSelected(), listDelete(), playSelected(), pos, QPEApplication::qpeDir(), and tr. Referenced by PlayListWidget(). |
|
|
Definition at line 393 of file playlistwidget.cpp. References PlayListSelection::current(), d, QFile::exists(), PlayListSelection::first(), PlayListSelection::next(), PlayListWidgetPrivate::selectedFiles, QString::sprintf(), and PlayListSelection::writeCurrent(). Referenced by ~PlayListWidget(). |
|
|
|
|
|
Definition at line 1110 of file playlistwidget.cpp. References Om3u::add(), Om3u::close(), PlayListSelection::current(), currentPlayList, d, PlayListSelection::first(), IO_ReadWrite, IO_Truncate, PlayListSelection::next(), Config::readEntry(), PlayListWidgetPrivate::selectedFiles, Config::setGroup(), and Om3u::write(). Referenced by addAllMusicToList(), addAllToList(), addAllVideoToList(), addFileToPlaylist(), addSelected(), addToSelection(), openFile(), and openURL(). |
|
|
Definition at line 215 of file playlistwidget.cpp. References Om3u::add(), Om3u::close(), PlayListSelection::current(), d, QPEApplication::documentDir(), PlayListSelection::first(), IO_ReadWrite, IO_Truncate, PlayListSelection::next(), Config::readEntry(), PlayListWidgetPrivate::selectedFiles, Config::setGroup(), and Om3u::write(). |
|
|
|
|
|
|
Definition at line 83 of file playlistwidget.h. Referenced by PlayListWidget(), populateAudioView(), and scanForAudio(). |
|
|
Reimplemented from PlayListWidgetGui. Definition at line 54 of file playlistwidget.h. Referenced by addSelected(), btnPlay(), current(), listDelete(), PlayListWidget(), populateAudioView(), setButtons(), and tabChanged(). |
|
|
Definition at line 89 of file playlistwidget.h. |
|
|
Definition at line 74 of file playlistwidget.h. Referenced by PlayListWidget(). |
|
|
Definition at line 140 of file playlistwidget.h. Referenced by currentFileListPathName(). |
|
|
Definition at line 138 of file playlistwidget.h. Referenced by clearList(), listDelete(), PlayListWidget(), readListFromFile(), readm3u(), writeCurrentM3u(), and writem3u(). |
|
|
Reimplemented from PlayListWidgetGui. Definition at line 93 of file playlistwidget.h. Referenced by addAllMusicToList(), addAllToList(), addAllVideoToList(), addFileToPlaylist(), addSelected(), addToSelection(), btnPlay(), clearList(), current(), first(), initializeStates(), keyReleaseEvent(), last(), next(), openDirectory(), openFile(), openURL(), playIt(), PlayListWidget(), prev(), readConfig(), readListFromFile(), readm3u(), readPls(), readpodcast(), removeSelected(), setButtons(), setDocument(), setDocumentEx(), setPlaylist(), tabChanged(), useSelectedDocument(), writeConfig(), writeCurrentM3u(), writeDefaultPlaylist(), writem3u(), and ~PlayListWidget(). |
|
|
Definition at line 96 of file playlistwidget.h. Referenced by populateSkinsMenu(), and skinsMenuActivated(). |
|
|
Definition at line 65 of file playlistwidget.h. Referenced by doBlank(), and doUnblank(). |
|
|
Definition at line 52 of file playlistwidget.h. Referenced by addAllMusicToList(), current(), listDelete(), populateAudioView(), and scanForAudio(). |
|
|
Reimplemented from PlayListWidgetGui. Definition at line 136 of file playlistwidget.h. Referenced by PlayListWidget(), and setDocument(). |
|
|
Definition at line 51 of file playlistwidget.h. Referenced by PlayListWidget(). |
|
|
Reimplemented from PlayListWidgetGui. Definition at line 137 of file playlistwidget.h. Referenced by btnPlay(), current(), and PlayListWidget(). |
|
|
Reimplemented from PlayListWidgetGui. Definition at line 55 of file playlistwidget.h. |
|
|
Definition at line 142 of file playlistwidget.h. |
|
|
Reimplemented from PlayListWidgetGui. Definition at line 63 of file playlistwidget.h. Referenced by deletePlaylist(), PlayListWidget(), and tabChanged(). |
|
|
Reimplemented from PlayListWidgetGui. Definition at line 54 of file playlistwidget.h. |
|
|
Definition at line 81 of file playlistwidget.h. Referenced by readpodcast(). |
|
|
Definition at line 51 of file playlistwidget.h. Referenced by PlayListWidget(). |
|
|
Reimplemented from PlayListWidgetGui. Definition at line 139 of file playlistwidget.h. |
|
|
Reimplemented from PlayListWidgetGui. Definition at line 138 of file playlistwidget.h. |
|
|
Reimplemented from PlayListWidgetGui. Definition at line 75 of file playlistwidget.h. Referenced by PlayListWidget(), populateSkinsMenu(), and skinsMenuActivated(). |
|
|
Reimplemented from PlayListWidgetGui. Definition at line 50 of file playlistwidget.h. Referenced by addAllMusicToList(), addAllToList(), addAllVideoToList(), addSelected(), addToSelection(), btnPlay(), current(), currentTab(), keyReleaseEvent(), listDelete(), loadList(), PlayListWidget(), and tabChanged(). |
|
|
Reimplemented from PlayListWidgetGui. Definition at line 64 of file playlistwidget.h. Referenced by PlayListWidget(), and tabChanged(). |
|
|
Definition at line 53 of file playlistwidget.h. Referenced by addAllVideoToList(), current(), populateVideoView(), and scanForVideo(). |
|
|
Definition at line 83 of file playlistwidget.h. Referenced by PlayListWidget(), populateVideoView(), and scanForVideo(). |
|
|
Reimplemented from PlayListWidgetGui. Definition at line 54 of file playlistwidget.h. Referenced by addSelected(), btnPlay(), current(), PlayListWidget(), populateVideoView(), setButtons(), and tabChanged(). |
1.4.2