ParaView
Public Slots | Signals | Public Member Functions | Protected Member Functions | Properties
pqAnimationKeyFrame Class Reference

#include <pqAnimationKeyFrame.h>

List of all members.

Public Slots

void setNormalizedStartTime (double t)
void setNormalizedEndTime (double t)
void setStartValue (const QVariant &)
void setEndValue (const QVariant &)
void setIcon (const QIcon &icon)
void setBoundingRect (const QRectF &r)
void adjustRect ()

Signals

void startValueChanged ()
void endValueChanged ()
void iconChanged ()

Public Member Functions

 pqAnimationKeyFrame (pqAnimationTrack *p, QGraphicsScene *s)
 ~pqAnimationKeyFrame ()
double normalizedStartTime () const
double normalizedEndTime () const
QVariant startValue () const
QVariant endValue () const
QIcon icon () const
QRectF boundingRect () const

Protected Member Functions

pqAnimationTrackparentTrack () const
 Returns the parent pqAnimationTrack.
virtual void paint (QPainter *p, const QStyleOptionGraphicsItem *option, QWidget *widget)

Properties

double normalizedStartTime
 the time as a fraction of scene time that this keyframe starts at
double normalizedEndTime
 the time as a fraction of scene time that this keyframe ends at
QVariant startValue
 the value at the start of the keyframe
QVariant endValue
 the value at the end of the keyframe
QIcon icon
 an icon to help describe the keyframe

Detailed Description

Definition at line 44 of file pqAnimationKeyFrame.h.


Constructor & Destructor Documentation

pqAnimationKeyFrame::pqAnimationKeyFrame ( pqAnimationTrack p,
QGraphicsScene *  s 
)
pqAnimationKeyFrame::~pqAnimationKeyFrame ( )

Member Function Documentation

double pqAnimationKeyFrame::normalizedStartTime ( ) const
double pqAnimationKeyFrame::normalizedEndTime ( ) const
QVariant pqAnimationKeyFrame::startValue ( ) const
QVariant pqAnimationKeyFrame::endValue ( ) const
QIcon pqAnimationKeyFrame::icon ( ) const
QRectF pqAnimationKeyFrame::boundingRect ( ) const
void pqAnimationKeyFrame::setNormalizedStartTime ( double  t) [slot]
void pqAnimationKeyFrame::setNormalizedEndTime ( double  t) [slot]
void pqAnimationKeyFrame::setStartValue ( const QVariant &  ) [slot]
void pqAnimationKeyFrame::setEndValue ( const QVariant &  ) [slot]
void pqAnimationKeyFrame::setIcon ( const QIcon &  icon) [slot]
void pqAnimationKeyFrame::setBoundingRect ( const QRectF &  r) [slot]
void pqAnimationKeyFrame::adjustRect ( ) [slot]
void pqAnimationKeyFrame::startValueChanged ( ) [signal]
void pqAnimationKeyFrame::endValueChanged ( ) [signal]
void pqAnimationKeyFrame::iconChanged ( ) [signal]
pqAnimationTrack* pqAnimationKeyFrame::parentTrack ( ) const [protected]

Returns the parent pqAnimationTrack.

virtual void pqAnimationKeyFrame::paint ( QPainter *  p,
const QStyleOptionGraphicsItem *  option,
QWidget *  widget 
) [protected, virtual]

Property Documentation

double pqAnimationKeyFrame::normalizedStartTime [read, write]

the time as a fraction of scene time that this keyframe starts at

Definition at line 50 of file pqAnimationKeyFrame.h.

double pqAnimationKeyFrame::normalizedEndTime [read, write]

the time as a fraction of scene time that this keyframe ends at

Definition at line 54 of file pqAnimationKeyFrame.h.

QVariant pqAnimationKeyFrame::startValue [read, write]

the value at the start of the keyframe

Definition at line 56 of file pqAnimationKeyFrame.h.

QVariant pqAnimationKeyFrame::endValue [read, write]

the value at the end of the keyframe

Definition at line 58 of file pqAnimationKeyFrame.h.

QIcon pqAnimationKeyFrame::icon [read, write]

an icon to help describe the keyframe

Definition at line 60 of file pqAnimationKeyFrame.h.


The documentation for this class was generated from the following file: