ParaView
Signals | Public Member Functions
pqAnimationCue Class Reference

#include <pqAnimationCue.h>

Inheritance diagram for pqAnimationCue:
Inheritance graph
[legend]
Collaboration diagram for pqAnimationCue:
Collaboration graph
[legend]

List of all members.

Signals

void keyframesModified ()
void modified ()
void enabled (bool)
 Fired when the enabled-state of the cue changes.

Public Member Functions

 pqAnimationCue (const QString &group, const QString &name, vtkSMProxy *proxy, pqServer *server, QObject *parent=NULL)
virtual ~pqAnimationCue ()
int getNumberOfKeyFrames () const
QList< vtkSMProxy * > getKeyFrames () const
vtkSMProxyinsertKeyFrame (int index)
void deleteKeyFrame (int index)
vtkSMProxygetKeyFrame (int index) const
vtkSMProxygetAnimatedProxy () const
vtkSMPropertygetAnimatedProperty () const
int getAnimatedPropertyIndex () const
void setManipulatorType (const QString &type)
void setKeyFrameType (const QString &type)
 Set the type of the keyframe created by default.
vtkSMProxygetManipulatorProxy () const
void setDefaultPropertyValues ()
 Sets default values for the underlying proxy.
void triggerKeyFramesModified ()
 Used by editors to trigger keyframesModified() signal after bulk of modifications have been made to the cue/key frames.
void setEnabled (bool enable)
 Get/Set the enabled state for the cue.
bool isEnabled () const

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
vtkSMProxy* pqAnimationCue::insertKeyFrame ( int  index)
void pqAnimationCue::deleteKeyFrame ( int  index)
vtkSMProxy* pqAnimationCue::getKeyFrame ( int  index) const
vtkSMProxy* pqAnimationCue::getAnimatedProxy ( ) const
vtkSMProperty* pqAnimationCue::getAnimatedProperty ( ) const
int pqAnimationCue::getAnimatedPropertyIndex ( ) const
void pqAnimationCue::setManipulatorType ( const QString &  type) [inline]

Definition at line 80 of file pqAnimationCue.h.

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]

Used by editors to trigger keyframesModified() signal after bulk of modifications have been made to the cue/key frames.

Definition at line 102 of file pqAnimationCue.h.

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: