SectionsModel¶
-
class SectionsModel : public AddressableItemModel<QAbstractListModel>¶
Public Types
Public Functions
-
SectionsModel(QList<SectionDescription> *sections, 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¶
-
virtual RVA address(const QModelIndex &index) const override¶
-
virtual QString name(const QModelIndex &index) const override¶
Get name for item, optional.
- Parameters:
index – item intex
- Returns:
Item name or empty QString if item doesn’t have short descriptive name.
-
SectionsModel(QList<SectionDescription> *sections, QObject *parent = nullptr)¶