![]() |
Mixxx
|
#include <browsefeature.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) |
Signals | |
void | setRootIndex (const QModelIndex &) |
Public Member Functions | |
BrowseFeature (QObject *parent, ConfigObject< ConfigValue > *pConfig, TrackCollection *pTrackCollection, RecordingManager *pRec) | |
virtual | ~BrowseFeature () |
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 () |
Definition at line 21 of file browsefeature.h.
BrowseFeature::BrowseFeature | ( | QObject * | parent, |
ConfigObject< ConfigValue > * | pConfig, | ||
TrackCollection * | pTrackCollection, | ||
RecordingManager * | pRec | ||
) |
BrowseFeature::~BrowseFeature | ( | ) | [virtual] |
Definition at line 105 of file browsefeature.cpp.
void BrowseFeature::activate | ( | ) | [virtual, slot] |
called when you single click on the root item
Implements LibraryFeature.
Definition at line 143 of file browsefeature.cpp.
void BrowseFeature::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 150 of file browsefeature.cpp.
bool BrowseFeature::dragMoveAccept | ( | QUrl | url | ) | [virtual] |
Implements LibraryFeature.
Definition at line 132 of file browsefeature.cpp.
bool BrowseFeature::dragMoveAcceptChild | ( | const QModelIndex & | index, |
QUrl | url | ||
) | [virtual] |
Implements LibraryFeature.
Definition at line 137 of file browsefeature.cpp.
bool BrowseFeature::dropAccept | ( | QUrl | url | ) | [virtual] |
Implements LibraryFeature.
Definition at line 121 of file browsefeature.cpp.
bool BrowseFeature::dropAcceptChild | ( | const QModelIndex & | index, |
QUrl | url | ||
) | [virtual] |
Implements LibraryFeature.
Definition at line 126 of file browsefeature.cpp.
TreeItemModel * BrowseFeature::getChildModel | ( | ) | [virtual] |
Implements LibraryFeature.
Definition at line 117 of file browsefeature.cpp.
QIcon BrowseFeature::getIcon | ( | ) | [virtual] |
Implements LibraryFeature.
Definition at line 113 of file browsefeature.cpp.
void BrowseFeature::onLazyChildExpandation | ( | const QModelIndex & | index | ) | [virtual, slot] |
Implements LibraryFeature.
Definition at line 171 of file browsefeature.cpp.
void BrowseFeature::onRightClick | ( | const QPoint & | globalPos | ) | [virtual, slot] |
called when you right click on the root item
Implements LibraryFeature.
Definition at line 158 of file browsefeature.cpp.
void BrowseFeature::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 162 of file browsefeature.cpp.
void BrowseFeature::setRootIndex | ( | const QModelIndex & | ) | [signal] |
QVariant BrowseFeature::title | ( | ) | [virtual] |
Implements LibraryFeature.
Definition at line 109 of file browsefeature.cpp.