32 #ifndef pqAnimationManager_h 33 #define pqAnimationManager_h 35 #include "pqComponentsModule.h" 89 bool saveGeometry(
const QString& filename,
pqView* view);
99 void restoreSettings();
104 bool animationPlaying()
const;
115 void activeServerChanged(
pqServer* scene);
120 void saveProgress(
const QString&,
int);
126 void beginNonUndoableChanges();
132 void endNonUndoableChanges();
139 void disconnectServer();
144 void writeAnimation(
const QString& filename,
int magnification,
double frameRate);
158 void onActiveServerChanged(
pqServer*);
169 void updateViewModules();
185 void onWidthEdited();
186 void onHeightEdited();
187 void onLockAspectRatio(
bool lock);
193 pqInternals* Internals;
196 QString AnimationExtension;
This is a PQ abstraction of a generic view module.
pqAnimationManager manages the Animation sub-system.
This class represents any registered Server Manager proxy.
proxy for a VTK object(s) on a server
pqAnimationScene is a representation for a vtkSMAnimationScene proxy.
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...