|
| 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 |
|
QModelIndex | getNextRowIndexOf (const QString &substr, int cur_row, const QModelIndex &parent) override |
|
QModelIndex | getPrevRowIndexOf (const QString &substr, int cur_row, const QModelIndex &parent) override |
|
void | set_stations (const QList< SomaFM::Station > &stations) |
|
void | replace_station (const SomaFM::Station &station) |
|
bool | has_stations () const |
|
void | set_waiting () |
|
virtual QModelIndex | getFirstRowIndexOf (const QString &substr) |
|
virtual ExtraTriggerMap | getExtraTriggers () |
|
virtual int | getNumberResults (const QString &str) |
|
virtual ::Library::SearchModeMask | search_mode () const final |
|