|
SHAPER
9.15.0
|
Implementation of root label in Object Browser. More...

Public Slots | |
| void | unselect () |
| On unselect. More... | |
Public Member Functions | |
| XGUI_ActiveDocLbl (const QString &theText, QWidget *theParent) | |
| Constructor. More... | |
| void | setTreeView (QTreeView *theView) |
| Sets tree view. More... | |
| QTreeView * | treePalette () const |
| Returns tree view. More... | |
Protected Member Functions | |
| virtual void | mouseReleaseEvent (QMouseEvent *e) |
| On mouse release. More... | |
| bool | eventFilter (QObject *theObj, QEvent *theEvent) |
| Filter event. More... | |
Implementation of root label in Object Browser.
| XGUI_ActiveDocLbl::XGUI_ActiveDocLbl | ( | const QString & | theText, |
| QWidget * | theParent | ||
| ) |
Constructor.
| theText | a text |
| theParent | a parent widget |
| void XGUI_ActiveDocLbl::setTreeView | ( | QTreeView * | theView | ) |
Sets tree view.
| theView | a view |
|
inline |
Returns tree view.
|
slot |
On unselect.
|
protectedvirtual |
On mouse release.