4 #ifndef pqAnimationCue_h 5 #define pqAnimationCue_h 42 QObject* parent =
nullptr);
48 int getNumberOfKeyFrames()
const;
53 QList<vtkSMProxy*> getKeyFrames()
const;
68 void deleteKeyFrame(
int index);
88 QString getAnimatedPropertyName()
const;
93 static QString getCameraModeName(
int mode);
98 int getAnimatedPropertyIndex()
const;
116 void setEnabled(
bool enable);
117 bool isEnabled()
const;
123 QString getDisplayName();
138 bool isTimekeeperCue();
144 void keyframesModified();
160 void onEnabledModified();
171 QString KeyFrameType;
vtkSmartPointer< vtkSMProxy > Proxy
void setKeyFrameType(const QString &type)
Set the type of the keyframe created by default.
superclass for all SM properties
pqAnimationCue is the pqProxy wrapping an animation proxy.
void triggerKeyFramesModified()
Used by editors to trigger keyframesModified() signal after bulk of modifications have been made to t...
This class represents any registered Server Manager proxy.
proxy for a VTK object(s) on a server
pqAnimatedPropertyInfo stores information about an animated property.
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...