#include <pqAnimationKeyFrame.h>
List of all members.
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] |
| 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] |
QVariant pqAnimationKeyFrame::endValue [read, write] |
QIcon pqAnimationKeyFrame::icon [read, write] |
The documentation for this class was generated from the following file: