![]() |
Mixxx
|
#include <playlistfeature.h>
Public Slots | |
void | activate () |
void | activateChild (const QModelIndex &index) |
void | onRightClick (const QPoint &globalPos) |
void | onRightClickChild (const QPoint &globalPos, QModelIndex index) |
void | onLazyChildExpandation (const QModelIndex &index) |
void | slotCreatePlaylist () |
void | slotDeletePlaylist () |
void | slotAddToAutoDJ () |
void | slotRenamePlaylist () |
void | slotTogglePlaylistLock () |
void | slotImportPlaylist () |
void | slotExportPlaylist () |
Signals | |
void | showPage (const QUrl &page) |
Public Member Functions | |
PlaylistFeature (QObject *parent, TrackCollection *pTrackCollection, ConfigObject< ConfigValue > *pConfig) | |
virtual | ~PlaylistFeature () |
QVariant | title () |
QIcon | getIcon () |
bool | dropAccept (QUrl url) |
bool | dropAcceptChild (const QModelIndex &index, QUrl url) |
bool | dragMoveAccept (QUrl url) |
bool | dragMoveAcceptChild (const QModelIndex &index, QUrl url) |
TreeItemModel * | getChildModel () |
void | bindWidget (WLibrarySidebar *sidebarWidget, WLibrary *libraryWidget, MixxxKeyboard *keyboard) |
Definition at line 21 of file playlistfeature.h.
PlaylistFeature::PlaylistFeature | ( | QObject * | parent, |
TrackCollection * | pTrackCollection, | ||
ConfigObject< ConfigValue > * | pConfig | ||
) |
PlaylistFeature::~PlaylistFeature | ( | ) | [virtual] |
Definition at line 74 of file playlistfeature.cpp.
void PlaylistFeature::activate | ( | ) | [virtual, slot] |
called when you single click on the root item
Implements LibraryFeature.
Definition at line 102 of file playlistfeature.cpp.
void PlaylistFeature::activateChild | ( | const QModelIndex & | index | ) | [virtual, slot] |
called when you single click on a child item, e.g., a concrete playlist or crate
Implements LibraryFeature.
Definition at line 107 of file playlistfeature.cpp.
void PlaylistFeature::bindWidget | ( | WLibrarySidebar * | sidebarWidget, |
WLibrary * | libraryWidget, | ||
MixxxKeyboard * | keyboard | ||
) | [virtual] |
Reimplemented from LibraryFeature.
Definition at line 93 of file playlistfeature.cpp.
bool PlaylistFeature::dragMoveAccept | ( | QUrl | url | ) | [virtual] |
Implements LibraryFeature.
Definition at line 336 of file playlistfeature.cpp.
bool PlaylistFeature::dragMoveAcceptChild | ( | const QModelIndex & | index, |
QUrl | url | ||
) | [virtual] |
Implements LibraryFeature.
Definition at line 340 of file playlistfeature.cpp.
bool PlaylistFeature::dropAccept | ( | QUrl | url | ) | [virtual] |
Implements LibraryFeature.
Definition at line 300 of file playlistfeature.cpp.
bool PlaylistFeature::dropAcceptChild | ( | const QModelIndex & | index, |
QUrl | url | ||
) | [virtual] |
Implements LibraryFeature.
Definition at line 304 of file playlistfeature.cpp.
TreeItemModel * PlaylistFeature::getChildModel | ( | ) | [virtual] |
Implements LibraryFeature.
Definition at line 352 of file playlistfeature.cpp.
QIcon PlaylistFeature::getIcon | ( | ) | [virtual] |
Implements LibraryFeature.
Definition at line 88 of file playlistfeature.cpp.
void PlaylistFeature::onLazyChildExpandation | ( | const QModelIndex & | index | ) | [virtual, slot] |
Implements LibraryFeature.
Definition at line 429 of file playlistfeature.cpp.
void PlaylistFeature::onRightClick | ( | const QPoint & | globalPos | ) | [virtual, slot] |
called when you right click on the root item
Implements LibraryFeature.
Definition at line 117 of file playlistfeature.cpp.
void PlaylistFeature::onRightClickChild | ( | const QPoint & | globalPos, |
QModelIndex | index | ||
) | [virtual, slot] |
called when you right click on a child item, e.g., a concrete playlist or crate
Implements LibraryFeature.
Definition at line 126 of file playlistfeature.cpp.
void PlaylistFeature::showPage | ( | const QUrl & | page | ) | [signal] |
void PlaylistFeature::slotAddToAutoDJ | ( | ) | [slot] |
Definition at line 482 of file playlistfeature.cpp.
void PlaylistFeature::slotCreatePlaylist | ( | ) | [slot] |
Definition at line 154 of file playlistfeature.cpp.
void PlaylistFeature::slotDeletePlaylist | ( | ) | [slot] |
Definition at line 276 of file playlistfeature.cpp.
void PlaylistFeature::slotExportPlaylist | ( | ) | [slot] |
Definition at line 433 of file playlistfeature.cpp.
void PlaylistFeature::slotImportPlaylist | ( | ) | [slot] |
Definition at line 393 of file playlistfeature.cpp.
void PlaylistFeature::slotRenamePlaylist | ( | ) | [slot] |
Definition at line 207 of file playlistfeature.cpp.
void PlaylistFeature::slotTogglePlaylistLock | ( | ) | [slot] |
Definition at line 262 of file playlistfeature.cpp.
QVariant PlaylistFeature::title | ( | ) | [virtual] |
Implements LibraryFeature.
Definition at line 84 of file playlistfeature.cpp.