4 #ifndef pqProxiesActionListModel_h 5 #define pqProxiesActionListModel_h 9 #include <QAbstractListModel> 28 typedef QAbstractListModel Superclass;
36 DocumentationRole = Qt::UserRole + 1,
48 int rowCount(
const QModelIndex& parent)
const override;
49 QVariant
data(
const QModelIndex& index,
int role)
const override;
50 QVariant headerData(
int section, Qt::Orientation orientation,
int role)
const override;
54 QList<pqProxyAction*> ProxyActions;
#define PQAPPLICATIONCOMPONENTS_EXPORT
: a wrapper around a QAction used for proxy creation.
A model to handle a list of proxy action.