|
| SomaFMStationModel (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 |
|
QModelIndex | getFirstRowIndexOf (const QString &substr) override |
|
QModelIndex | getNextRowIndexOf (const QString &substr, int cur_row, const QModelIndex &parent) override |
|
QModelIndex | getPrevRowIndexOf (const QString &substr, int cur_row, const QModelIndex &parent) override |
|
QMap< QChar, QString > | getExtraTriggers () override |
|
void | set_stations (const QList< SomaFMStation > &stations) |
|
void | replace_station (const SomaFMStation &station) |
|
bool | has_stations () const |
|
void | set_waiting () |
|
virtual void | set_search_mode (Library::SearchModeMask search_mode) |
|
virtual Library::SearchModeMask | search_mode () const final |
|