mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#850 Summary : Added snapshot of all well log plots and summary plots to file
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
|
||||
#include "cafPdmObject.h"
|
||||
#include "cafPdmField.h"
|
||||
#include "QPointer"
|
||||
|
||||
#include <vector>
|
||||
|
||||
struct RimMdiWindowGeometry
|
||||
{
|
||||
@@ -47,16 +48,9 @@ public:
|
||||
virtual QImage snapshotWindowContent() = 0;
|
||||
virtual void zoomAll() = 0;
|
||||
|
||||
protected:
|
||||
void setViewWidget(QWidget* viewWidget);
|
||||
|
||||
// Possible abilities of this class
|
||||
|
||||
//caf::PdmField<QString> name;
|
||||
//caf::PdmField<bool> showWindow;
|
||||
virtual QWidget* viewWidget() = 0;
|
||||
|
||||
private:
|
||||
caf::PdmField< std::vector<int> > m_windowGeometry;
|
||||
QPointer<QWidget> m_viewWidget;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user