![]() |
VR-Forces 4.1 Class Documentation
|
A tree view that allows for selecting no item. More...

Public Member Functions | |
| DtDeselectableTreeView (QWidget *parent=NULL) | |
| CTOR. | |
Protected Member Functions | |
| virtual void | mousePressEvent (QMouseEvent *event) |
| Handle mouse press events on the view. | |
A tree view that allows for selecting no item.
Mouse clicking on any item in the tree will switch the selection-focus normally. Clicking white space off the tree will remove selection-focus from the current items.
| makVrv::DtDeselectableTreeView::DtDeselectableTreeView | ( | QWidget * | parent = NULL | ) |
CTOR.
|
protectedvirtual |
Handle mouse press events on the view.
This handler identifies where the mouse clicked on the tree. If the click was on an item, the event is handled normally. If the click was not on an item, any selected item becomes un-selected.