GridTreeView Class
GridTreeView implements the common tree view used in Qtitan::TreeGrid. More...
Header: | #include <GridTreeView> |
Inherits: | GridTableView |
Public Functions
void | collapse(const QModelIndex &index) |
void | collapseRow(const GridRow &row) |
void | expand(const QModelIndex &index) |
void | expandRow(const GridRow &row) |
void | expandToLevel(int level) |
GridTreeViewOptions & | treeOptions() const |
Detailed Description
Member Function Documentation
void GridTreeView::collapse(const QModelIndex &index)
Collapses tree node for given model index.
void GridTreeView::collapseRow(const GridRow &row)
Collapses tree node for given row.
void GridTreeView::expand(const QModelIndex &index)
Expands tree node for given model index.
void GridTreeView::expandRow(const GridRow &row)
Expands tree node for given row.
void GridTreeView::expandToLevel(int level)
Expands all nodes in the tree to the given level.
GridTreeViewOptions &GridTreeView::treeOptions() const
Returns the options for tree view.