The AbstractSearchDialog class is a pure virtual class which can be passed to plugins to be extended.
More...
#include <abstractsearchdialog.h>
The AbstractSearchDialog class is a pure virtual class which can be passed to plugins to be extended.
- Author
- Matthieu Bachelier
- Copyright
- GNU General Public License v3
Enumerator |
---|
DT_Origin |
|
DT_Identifier |
|
Enumerator |
---|
Artist |
|
Album |
|
Track |
|
AbstractSearchDialog::AbstractSearchDialog |
( |
QWidget * |
parent = nullptr , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
|
inlineexplicit |
virtual AbstractSearchDialog::~AbstractSearchDialog |
( |
| ) |
|
|
inlinevirtual |
virtual void AbstractSearchDialog::aboutToProcessRemoteTracks |
( |
const std::list< TrackDAO > & |
tracks | ) |
|
|
pure virtualslot |
void AbstractSearchDialog::aboutToSearch |
( |
const QString & |
text | ) |
|
|
signal |
virtual void AbstractSearchDialog::addSource |
( |
QCheckBox * |
checkBox | ) |
|
|
pure virtual |
virtual QListView* AbstractSearchDialog::albums |
( |
| ) |
const |
|
pure virtual |
virtual QListView* AbstractSearchDialog::artists |
( |
| ) |
const |
|
pure virtual |
virtual QListView* AbstractSearchDialog::tracks |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: