The TreeView class is the base class for displaying trees in the player.
More...
#include <treeview.h>
|
virtual int | countAll (const QModelIndexList &indexes) const =0 |
|
virtual bool | eventFilter (QObject *obj, QEvent *event) override |
|
virtual void | startDrag (Qt::DropActions supportedActions) override |
|
The TreeView class is the base class for displaying trees in the player.
- Author
- Matthieu Bachelier
- Copyright
- GNU General Public License v3
TreeView::TreeView |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
void TreeView::aboutToInsertToPlaylist |
( |
int |
rowIndex, |
|
|
const QList< QUrl > & |
tracks |
|
) |
| |
|
signal |
Adds tracks to the current playlist at a specific position.
void TreeView::aboutToSendToTagEditor |
( |
const QList< QUrl > & |
tracks | ) |
|
|
signal |
Adds tracks to the tag editor.
void TreeView::appendToPlaylist |
( |
| ) |
|
|
slot |
Sends folders or tracks to the end of a playlist.
Send folders or tracks to a specific position in a playlist.
virtual int TreeView::countAll |
( |
const QModelIndexList & |
indexes | ) |
const |
|
protectedpure virtual |
bool TreeView::eventFilter |
( |
QObject * |
obj, |
|
|
QEvent * |
event |
|
) |
| |
|
overrideprotectedvirtual |
Redefined to override shortcuts that are mapped on simple keys.
virtual void TreeView::findAll |
( |
const QModelIndex & |
index, |
|
|
QList< QUrl > * |
tracks |
|
) |
| const |
|
pure virtual |
void TreeView::openTagEditor |
( |
| ) |
|
|
slot |
Sends folders or tracks to the tag editor.
Send folders or tracks to the tag editor.
QList< QUrl > TreeView::selectedTracks |
( |
| ) |
|
|
overridevirtual |
void TreeView::startDrag |
( |
Qt::DropActions |
supportedActions | ) |
|
|
overrideprotectedvirtual |
The documentation for this class was generated from the following files: