ExportsModel¶
-
class
ExportsModel
: public AddressableItemModel<QAbstractListModel>¶ Public Types
Public Functions
-
ExportsModel
(QList<ExportDescription> *exports, 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) const override¶
-
QVariant
headerData
(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override¶
-
RVA
address
(const QModelIndex &index) const override¶
-
QString
name
(const QModelIndex &index) const override¶ Get name for item, optional.
- Return
Item name or empty QString if item doesn’t have short descriptive name.
- Parameters
index
: item intex
-