mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4890 Window tiling
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "RiuMainWindowBase.h"
|
||||
#include "RiuMdiArea.h"
|
||||
|
||||
#include "cafPdmPointer.h"
|
||||
|
||||
#include <QMdiArea>
|
||||
#include <QPointer>
|
||||
#include <QString>
|
||||
|
||||
@@ -76,11 +76,6 @@ public:
|
||||
void enable3DSelectionLink( bool enable );
|
||||
bool selection3DLinkEnabled();
|
||||
|
||||
void tileSubWindows() override;
|
||||
void storeSubWindowTiling( bool tiled ) override;
|
||||
void clearWindowTiling() override;
|
||||
bool subWindowsAreTiled() const override;
|
||||
|
||||
bool isAnyMdiSubWindowVisible();
|
||||
QMdiSubWindow* findMdiSubWindow( QWidget* viewer ) override;
|
||||
RimViewWindow* findViewWindowFromSubWindow( QMdiSubWindow* subWindow );
|
||||
@@ -106,7 +101,7 @@ protected:
|
||||
void dropEvent( QDropEvent* event ) override;
|
||||
|
||||
QStringList defaultDockStateNames() override;
|
||||
QAction* tileSubWindowsAction() override;
|
||||
QStringList windowsMenuFeatureNames() override;
|
||||
|
||||
private:
|
||||
void setPdmRoot( caf::PdmObject* pdmRoot );
|
||||
|
||||
Reference in New Issue
Block a user