|
|
| impl (Bands const *bands, Stations stations, QObject *parent) |
|
Stations | station_list (Stations) |
|
QModelIndex | add (Station) |
|
FrequencyDelta | offset (Frequency) const |
|
int | rowCount (QModelIndex const &parent=QModelIndex{}) const override |
|
int | columnCount (QModelIndex const &parent=QModelIndex{}) const override |
|
Qt::ItemFlags | flags (QModelIndex const &=QModelIndex{}) const override |
|
QVariant | data (QModelIndex const &, int role) const override |
|
QVariant | headerData (int section, Qt::Orientation, int=Qt::DisplayRole) const override |
|
bool | setData (QModelIndex const &, QVariant const &value, int role=Qt::EditRole) override |
|
bool | removeRows (int row, int count, QModelIndex const &parent=QModelIndex{}) override |
|
bool | insertRows (int row, int count, QModelIndex const &parent=QModelIndex{}) override |
|
Qt::DropActions | supportedDropActions () const override |
|
QStringList | mimeTypes () const override |
|
QMimeData * | mimeData (QModelIndexList const &) const override |
|
bool | dropMimeData (QMimeData const *, Qt::DropAction, int row, int column, QModelIndex const &parent) override |
|
QModelIndex | first_matching_band (QString const &band_name) const |
|
|
Bands const * | bands_ |
|
Stations | stations_ |
|
|
static int constexpr | num_columns {5} |
|
static auto constexpr | mime_type = "application/wsjt.antenna-descriptions" |
The documentation for this class was generated from the following file: