32 #ifndef pqSaveSnapshotDialog_h 33 #define pqSaveSnapshotDialog_h 35 #include "pqComponentsModule.h" 44 typedef QDialog Superclass;
53 void setViewSize(
const QSize& size);
58 QSize viewSize()
const;
70 void setEnableSaveAllViews(
bool enable);
77 void setAllViewsSize(
const QSize& size);
82 bool saveAllViews()
const;
88 QString palette()
const;
94 int getStereoMode()
const;
101 void onWidthEdited();
103 void onHeightEdited();
105 void onLockAspectRatio(
bool);
113 pqInternal* Internal;
Dialog used to ask the user for the resolution of the snapshot to save.