Version: 9.12.0
StdMeshersGUI_FixedPointsParamWdg::LineDelegate Class Reference
Inheritance diagram for StdMeshersGUI_FixedPointsParamWdg::LineDelegate:

Public Member Functions

 LineDelegate (QTreeWidget *)
 
 ~LineDelegate ()
 
QWidgetcreateEditor (QWidget *, const QStyleOptionViewItem &, const QModelIndex &) const
 
void setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const
 

Private Attributes

QTreeWidgetmyTreeWidget
 

Constructor & Destructor Documentation

◆ LineDelegate()

StdMeshersGUI_FixedPointsParamWdg::LineDelegate::LineDelegate ( QTreeWidget parent)

◆ ~LineDelegate()

StdMeshersGUI_FixedPointsParamWdg::LineDelegate::~LineDelegate ( )

Member Function Documentation

◆ createEditor()

QWidget * StdMeshersGUI_FixedPointsParamWdg::LineDelegate::createEditor ( QWidget parent,
const QStyleOptionViewItem &  ,
const QModelIndex &  index 
) const

◆ setModelData()

void StdMeshersGUI_FixedPointsParamWdg::LineDelegate::setModelData ( QWidget editor,
QAbstractItemModel *  model,
const QModelIndex &  index 
) const

Field Documentation

◆ myTreeWidget

QTreeWidget* StdMeshersGUI_FixedPointsParamWdg::LineDelegate::myTreeWidget
private