Snapshot work in progress

This commit is contained in:
jonjenssen
2026-06-17 13:55:32 +02:00
committed by JJ
parent 361b4bc3db
commit 52df6fd283
20 changed files with 103 additions and 89 deletions
@@ -25,6 +25,8 @@
#include "cafPdmField.h"
#include "cafPdmObject.h"
#include <QImage>
class RimDockWindowController;
namespace ads
@@ -101,7 +103,7 @@ protected:
void defineObjectEditorAttribute( QString uiConfigName, caf::PdmUiEditorAttribute* attribute ) override;
QImage captureImage( QWidget* widget, int width, int height );
QImage captureSnapshot( QWidget* widget, int width, int height );
private:
friend class RimProject;