#include <BLSURFPluginGUI_HypothesisCreator.h>
Public Member Functions | |
EnforcedTreeWidgetDelegate (QObject *parent=0) | |
QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const |
void | setEditorData (QWidget *editor, const QModelIndex &index) const |
void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const |
void | updateEditorGeometry (QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const |
bool | vertexExists (QAbstractItemModel *model, const QModelIndex &index, QString value) const |
EnforcedTreeWidgetDelegate::EnforcedTreeWidgetDelegate | ( | QObject * | parent = 0 | ) |
QWidget * EnforcedTreeWidgetDelegate::createEditor | ( | QWidget * | parent, |
const QStyleOptionViewItem & | option, | ||
const QModelIndex & | index | ||
) | const |
References ENF_VER_ENTRY_COLUMN, ENF_VER_GROUP_COLUMN, ENF_VER_X_COLUMN, ENF_VER_Y_COLUMN, and ENF_VER_Z_COLUMN.
void EnforcedTreeWidgetDelegate::setEditorData | ( | QWidget * | editor, |
const QModelIndex & | index | ||
) | const |
References ENF_VER_X_COLUMN, ENF_VER_Y_COLUMN, and ENF_VER_Z_COLUMN.
void EnforcedTreeWidgetDelegate::setModelData | ( | QWidget * | editor, |
QAbstractItemModel * | model, | ||
const QModelIndex & | index | ||
) | const |
void EnforcedTreeWidgetDelegate::updateEditorGeometry | ( | QWidget * | editor, |
const QStyleOptionViewItem & | option, | ||
const QModelIndex & | index | ||
) | const |
bool EnforcedTreeWidgetDelegate::vertexExists | ( | QAbstractItemModel * | model, |
const QModelIndex & | index, | ||
QString | value | ||
) | const |
References ENF_VER_NAME_COLUMN, ENF_VER_X_COLUMN, ENF_VER_Y_COLUMN, and ENF_VER_Z_COLUMN.