#955 Toolbar Button State : Update plot toolbars when eclipse case is imported

This commit is contained in:
Magne Sjaastad
2018-05-15 10:56:31 +02:00
parent 19125396a1
commit 9eb16f22cd
3 changed files with 14 additions and 1 deletions

View File

@@ -33,5 +33,6 @@ public:
static void setActiveViewer(QWidget* subWindow) ;
static void setExpanded(const caf::PdmUiItem* uiItem, bool expanded = true);
static void selectAsCurrentItem(const caf::PdmObject* object, bool allowActiveViewChange = true);
static void refreshToolbars();
};