BreakpointModel

class BreakpointModel : public AddressableItemModel<QAbstractListModel>

Public Types

enum Column

Values:

AddrColumn = 0
NameColumn
TypeColumn
TraceColumn
EnabledColumn
CommentColumn
ColumnCount
enum Role

Values:

BreakpointDescriptionRole = Qt::UserRole

Public Functions

BreakpointModel(QObject *parent = nullptr)
void refresh()
int rowCount(const QModelIndex &parent = QModelIndex()) const
int columnCount(const QModelIndex &parent = QModelIndex()) const
QVariant data(const QModelIndex &index, int role) const
QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const
bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole)
Qt::ItemFlags flags(const QModelIndex &index) const
RVA address(const QModelIndex &index) const