SHAPER
9.13.0
|
Implementation of Data Tree object for Object Browser. More...
Public Slots | |
virtual void | clear () |
Clear content of data tree. More... | |
Signals | |
void | contextMenuRequested (QContextMenuEvent *theEvent) |
Emited on context menu request. More... | |
Public Member Functions | |
XGUI_DataTree (QWidget *theParent) | |
Constructor. More... | |
XGUI_DataModel * | dataModel () const |
Returns current data model. More... | |
Protected Slots | |
virtual void | commitData (QWidget *theEditor) |
Commit modified data (used for renaming of objects) More... | |
void | onDoubleClick (const QModelIndex &) |
A slot which is called on mouse double click. More... | |
Protected Member Functions | |
virtual void | contextMenuEvent (QContextMenuEvent *theEvent) |
Redefinition of virtual method. More... | |
virtual void | resizeEvent (QResizeEvent *theEvent) |
Redefinition of virtual method. More... | |
virtual void | mouseReleaseEvent (QMouseEvent *theEvent) |
Redefinition of virtual method. More... | |
Implementation of Data Tree object for Object Browser.
XGUI_DataTree::XGUI_DataTree | ( | QWidget * | theParent | ) |
Constructor.
theParent | a parent widget |
XGUI_DataModel * XGUI_DataTree::dataModel | ( | ) | const |
Returns current data model.
|
signal |
Emited on context menu request.
|
virtualslot |
Clear content of data tree.
|
protectedvirtualslot |
Commit modified data (used for renaming of objects)
|
protectedslot |
A slot which is called on mouse double click.
|
protectedvirtual |
Redefinition of virtual method.
|
protectedvirtual |
Redefinition of virtual method.
|
protectedvirtual |
Redefinition of virtual method.