15 #ifndef BORNAGAIN_GUI_COREGUI_MODELS_PARAMETERTUNINGMODEL_H
16 #define BORNAGAIN_GUI_COREGUI_MODELS_PARAMETERTUNINGMODEL_H
34 Qt::ItemFlags
flags(
const QModelIndex& proxyIndex)
const;
35 QMimeData*
mimeData(
const QModelIndexList& proxyIndexes)
const;
44 return Qt::CopyAction;
49 return Qt::IgnoreAction;
Defines class FilterPropertyProxy.
The FilterPropertyProxy class filters out all PropertyItem's and similar from SessionModel to have on...
The ParameterItem class represent a tuning value in a parameter tuning tree.
The ParameterTuningModel class represents parameters which can be tuned in real time in ParameterTuni...
Qt::ItemFlags flags(const QModelIndex &proxyIndex) const
QMimeData * mimeData(const QModelIndexList &proxyIndexes) const
Qt::DropActions supportedDragActions() const
Qt::DropActions supportedDropActions() const
ParameterTuningModel(QObject *parent=0)
ParameterItem * getParameterItem(const QModelIndex &proxyIndex) const
Returns ParameterItem from given proxy index.