QTreeView for module selection.
More...
#include <NodeTreeView.h>
|
|
QSortFilterProxyModel * | _filter |
| | filter wildcard proxy
|
| |
|
QSortFilterProxyModel * | _hideEmtptyGroups |
| | hide emtpy groups proxy
|
| |
|
QStandardItemModel * | _model |
| | the model of the view
|
| |
|
Ui::NodeTreeView * | _ui |
| | designer gui
|
| |
Definition at line 42 of file NodeTreeView.h.
| void NodeTreeView::on_editFilter_textChanged |
( |
const QString & |
text | ) |
|
|
slot |
the second level of items is filtered by the given text that is interpreted as unix wildcard regexp. Items matching this regex are shown, others are hidden. Given an empty string, all items are shown.
- Parameters
-
Definition at line 175 of file NodeTreeView.cpp.
References _filter, _hideEmtptyGroups, and _ui.
| void NodeTreeView::showClassDoc |
( |
const QString & |
className | ) |
|
|
signal |
- Parameters
-
| className | class to show doc for |
The documentation for this class was generated from the following files: