|
|
| StationModel (QObject *parent=nullptr) |
| |
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
| |
|
int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
| |
|
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
| |
|
QMimeData * | mimeData (const QModelIndexList &indexes) const override |
| |
|
Qt::ItemFlags | flags (const QModelIndex &index) const override |
| |
|
bool | has_items () const override |
| |
|
QModelIndexList | search_results (const QString &substr) override |
| |
|
void | set_stations (const QList< SomaFM::Station > &stations) |
| |
|
void | replace_station (const SomaFM::Station &station) |
| |
|
bool | has_stations () const |
| |
|
void | set_waiting () |
| |
|
virtual ExtraTriggerMap | getExtraTriggers () |
| |
|
virtual ::Library::SearchModeMask | search_mode () const final |
| |