#include <pqAnimationCue.h>
List of all members.
Detailed Description
Definition at line 40 of file pqAnimationCue.h.
Constructor & Destructor Documentation
| pqAnimationCue::pqAnimationCue |
( |
const QString & |
group, |
|
|
const QString & |
name, |
|
|
vtkSMProxy * |
proxy, |
|
|
pqServer * |
server, |
|
|
QObject * |
parent = NULL |
|
) |
| |
| virtual pqAnimationCue::~pqAnimationCue |
( |
| ) |
[virtual] |
Member Function Documentation
| int pqAnimationCue::getNumberOfKeyFrames |
( |
| ) |
const |
| QList<vtkSMProxy*> pqAnimationCue::getKeyFrames |
( |
| ) |
const |
| void pqAnimationCue::deleteKeyFrame |
( |
int |
index | ) |
|
| vtkSMProxy* pqAnimationCue::getAnimatedProxy |
( |
| ) |
const |
| int pqAnimationCue::getAnimatedPropertyIndex |
( |
| ) |
const |
| void pqAnimationCue::setManipulatorType |
( |
const QString & |
type | ) |
[inline] |
| void pqAnimationCue::setKeyFrameType |
( |
const QString & |
type | ) |
[inline] |
Set the type of the keyframe created by default.
default is CompositeKeyFrame.
Definition at line 85 of file pqAnimationCue.h.
| vtkSMProxy* pqAnimationCue::getManipulatorProxy |
( |
| ) |
const |
| void pqAnimationCue::setDefaultPropertyValues |
( |
| ) |
[virtual] |
Sets default values for the underlying proxy.
This is during the initialization stage of the pqProxy for proxies created by the GUI itself i.e. for proxies loaded through state or created by python client this method won't be called. The default implementation iterates over all properties of the proxy and sets them to default values.
Reimplemented from pqProxy.
| void pqAnimationCue::triggerKeyFramesModified |
( |
| ) |
[inline] |
| void pqAnimationCue::setEnabled |
( |
bool |
enable | ) |
|
Get/Set the enabled state for the cue.
| bool pqAnimationCue::isEnabled |
( |
| ) |
const |
| void pqAnimationCue::keyframesModified |
( |
| ) |
[signal] |
| void pqAnimationCue::modified |
( |
| ) |
[signal] |
| void pqAnimationCue::enabled |
( |
bool |
| ) |
[signal] |
Fired when the enabled-state of the cue changes.
The documentation for this class was generated from the following file: