mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#378) Added an tree view expansion interface
This commit is contained in:
@@ -147,5 +147,13 @@ void PdmUiTreeView::selectAsCurrentItem(PdmUiItem* uiItem)
|
||||
m_treeViewEditor->selectAsCurrentItem(uiItem);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void PdmUiTreeView::setExpanded(const PdmUiItem* uiItem, bool doExpand) const
|
||||
{
|
||||
m_treeViewEditor->setExpanded(uiItem, doExpand);
|
||||
}
|
||||
|
||||
} //End of namespace caf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user