|
Model of the FilterableTreeView. More...
#include <ArmarXGui/gui-plugins/ScenarioManager/gui/filterabletreemodelsortfilterproxymodel.h>
Public Member Functions | |
QVariant | data (const QModelIndex &proxy_index, int role) const override |
Returns the data stored at the specified location, based on the given role. More... | |
FilterableTreeModelSortFilterProxyModel () | |
Constructor that registers the used meta-types. More... | |
bool | filterAcceptsRow (int sourceRow, const QModelIndex &sourceParent) const override |
Returns whether the filter accepts a row. More... | |
Model of the FilterableTreeView.
Definition at line 41 of file filterabletreemodelsortfilterproxymodel.h.
Constructor that registers the used meta-types.
Definition at line 34 of file filterabletreemodelsortfilterproxymodel.cpp.
|
override |
Returns the data stored at the specified location, based on the given role.
proxy_index | Model-Index of the item |
role | describes what kind of data is requested |
Definition at line 42 of file filterabletreemodelsortfilterproxymodel.cpp.
|
override |
Returns whether the filter accepts a row.
sourceRow | index of the row |
sourceParent | index of the parent |
Definition at line 68 of file filterabletreemodelsortfilterproxymodel.cpp.