mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4221 MDI window : Move MDI handling to RiuMainWindowBase
This commit is contained in:
@@ -29,6 +29,9 @@ namespace caf
|
||||
class PdmUiItem;
|
||||
}
|
||||
|
||||
class QMdiArea;
|
||||
|
||||
|
||||
//==================================================================================================
|
||||
///
|
||||
//==================================================================================================
|
||||
@@ -55,9 +58,12 @@ public:
|
||||
void setExpanded(const caf::PdmUiItem* uiItem, bool expanded = true);
|
||||
|
||||
void selectAsCurrentItem(const caf::PdmObject* object, bool allowActiveViewChange = true);
|
||||
|
||||
void enableShowFirstVisibleMdiWindowMaximized(bool enable);
|
||||
|
||||
protected slots:
|
||||
void slotDockWidgetToggleViewActionTriggered();
|
||||
void addViewerToMdiArea(QMdiArea* mdiArea, QWidget* viewer, const QPoint& subWindowPos, const QSize& subWindowSize);
|
||||
|
||||
protected:
|
||||
caf::PdmUiTreeView* m_projectTreeView;
|
||||
@@ -67,4 +73,7 @@ protected:
|
||||
|
||||
private:
|
||||
QString registryFolderName();
|
||||
|
||||
private:
|
||||
bool m_showFirstVisibleWindowMaximized;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user