32 #ifndef pqAnimationManager_h 33 #define pqAnimationManager_h 35 #include "pqComponentsModule.h" 68 vtkSMProxy* proxy,
const char* propertyname,
int index)
const;
77 bool saveGeometry(
const QString& filename,
pqView* view);
83 void restoreSettings();
86 bool animationPlaying()
const;
93 void activeServerChanged(
pqServer* scene);
96 void saveProgress(
const QString&,
int);
100 void beginNonUndoableChanges();
104 void endNonUndoableChanges();
109 void disconnectServer();
112 void writeAnimation(
const QString& filename,
int magnification,
double frameRate);
122 void onActiveServerChanged(
pqServer*);
131 void updateViewModules();
141 void onWidthEdited();
142 void onHeightEdited();
143 void onLockAspectRatio(
bool lock);
148 pqInternals* Internals;
151 QString AnimationExtension;
This is a PQ abstraction of a generic view module.
This class represents any registered Server Manager proxy.
pqAnimationScene is a representation for a vtkSMAnimationScene proxy.
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...