25 #define COL_NAME_EVENTS 1
26 #define COL_TRIGGER_EVENTS 2
27 #define COL_DELAYED_EVENTS 3
28 #define COL_DELAY_EXPRESSION_EVENTS 4
29 #define COL_ASSIGNTARGET_EVENTS 5
30 #define COL_ASSIGNEXPRESSION_EVENTS 6
31 #define TOTAL_COLS_EVENTS 7
39 virtual int rowCount(
const QModelIndex &parent = QModelIndex())
const;
40 virtual int columnCount(
const QModelIndex &parent = QModelIndex())
const;
41 Qt::ItemFlags
flags(
const QModelIndex &index)
const;
42 QVariant
data(
const QModelIndex &index,
int role)
const;
43 QVariant
headerData(
int section, Qt::Orientation orientation,
44 int role = Qt::DisplayRole)
const;
45 bool setData(
const QModelIndex &index,
const QVariant &value,
46 int role = Qt::EditRole);
47 bool removeRows(QModelIndexList rows,
const QModelIndex &index = QModelIndex());
50 bool insertRows(
int position,
int rows,
const QModelIndex &index = QModelIndex());
51 bool removeRows(
int position,
int rows,
const QModelIndex &index = QModelIndex());
bool setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole)
virtual int rowCount(const QModelIndex &parent=QModelIndex()) const
QVariant headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const
virtual int columnCount(const QModelIndex &parent=QModelIndex()) const
bool insertRows(int position, int rows, const QModelIndex &index=QModelIndex())
bool removeRows(QModelIndexList rows, const QModelIndex &index=QModelIndex())
QVariant data(const QModelIndex &index, int role) const
Qt::ItemFlags flags(const QModelIndex &index) const
CQEventDM(QObject *parent=0)