|
SHAPER
9.15.0
|

Public Member Functions | |
| XGUI_ConstraintsItemDelegate (QObject *theParent) | |
| Constructor. More... | |
| virtual QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| Redefinition of virtual method. More... | |
| bool | isEditable (const QModelIndex &theIndex) const |
| Returns True if the given index is editable item. More... | |
| bool | GetIsActive (const QModelIndex &index) const |
| void | SetIsActive (QModelIndex &theIndex, bool theIsActive) |
| QModelIndex | editIndex () const |
| Returns currently editing index. More... | |
Protected Member Functions | |
| virtual void | initStyleOption (QStyleOptionViewItem *option, const QModelIndex &index) const |
| Redefinition of virtual method. More... | |
ItemDelegate object in order to redefine items behavior
|
inline |
Constructor.
| theParent | a parent |
|
virtual |
Redefinition of virtual method.
| parent | a parent widget |
| option | the item options |
| index | the current index |
| bool XGUI_ConstraintsItemDelegate::isEditable | ( | const QModelIndex & | theIndex | ) | const |
Returns True if the given index is editable item.
| theIndex | an item index |
|
inline |
Returns currently editing index.
|
protectedvirtual |
Redefinition of virtual method.
| option | the item options |
| index | the current index |