#850 Summary : Added snapshot of all well log plots and summary plots to file

This commit is contained in:
Magne Sjaastad
2016-10-27 11:03:13 +02:00
parent 5a63b841b8
commit 70fb105ced
13 changed files with 204 additions and 62 deletions

View File

@@ -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;
};