#include <pqAnimationKeyFrame.h>
Inherits QObject, and QGraphicsItem.
Definition at line 44 of file pqAnimationKeyFrame.h.
§ pqAnimationKeyFrame()
§ ~pqAnimationKeyFrame()
pqAnimationKeyFrame::~pqAnimationKeyFrame |
( |
| ) |
|
§ normalizedStartTime()
double pqAnimationKeyFrame::normalizedStartTime |
( |
| ) |
const |
§ normalizedEndTime()
double pqAnimationKeyFrame::normalizedEndTime |
( |
| ) |
const |
§ startValue()
QVariant pqAnimationKeyFrame::startValue |
( |
| ) |
const |
§ endValue()
QVariant pqAnimationKeyFrame::endValue |
( |
| ) |
const |
§ icon()
QIcon pqAnimationKeyFrame::icon |
( |
| ) |
const |
§ boundingRect()
QRectF pqAnimationKeyFrame::boundingRect |
( |
| ) |
const |
§ setNormalizedStartTime
void pqAnimationKeyFrame::setNormalizedStartTime |
( |
double |
t | ) |
|
|
slot |
§ setNormalizedEndTime
void pqAnimationKeyFrame::setNormalizedEndTime |
( |
double |
t | ) |
|
|
slot |
§ setStartValue
void pqAnimationKeyFrame::setStartValue |
( |
const QVariant & |
| ) |
|
|
slot |
§ setEndValue
void pqAnimationKeyFrame::setEndValue |
( |
const QVariant & |
| ) |
|
|
slot |
§ setIcon
void pqAnimationKeyFrame::setIcon |
( |
const QIcon & |
icon | ) |
|
|
slot |
§ setBoundingRect
void pqAnimationKeyFrame::setBoundingRect |
( |
const QRectF & |
r | ) |
|
|
slot |
§ adjustRect
void pqAnimationKeyFrame::adjustRect |
( |
| ) |
|
|
slot |
§ startValueChanged
void pqAnimationKeyFrame::startValueChanged |
( |
| ) |
|
|
signal |
§ endValueChanged
void pqAnimationKeyFrame::endValueChanged |
( |
| ) |
|
|
signal |
§ iconChanged
void pqAnimationKeyFrame::iconChanged |
( |
| ) |
|
|
signal |
§ parentTrack()
§ paint()
virtual void pqAnimationKeyFrame::paint |
( |
QPainter * |
p, |
|
|
const QStyleOptionGraphicsItem * |
option, |
|
|
QWidget * |
widget |
|
) |
| |
|
protectedvirtual |
§ normalizedStartTime
double pqAnimationKeyFrame::normalizedStartTime |
|
readwrite |
the time as a fraction of scene time that this keyframe starts at
Definition at line 50 of file pqAnimationKeyFrame.h.
§ normalizedEndTime
double pqAnimationKeyFrame::normalizedEndTime |
|
readwrite |
the time as a fraction of scene time that this keyframe ends at
Definition at line 54 of file pqAnimationKeyFrame.h.
§ startValue
QVariant pqAnimationKeyFrame::startValue |
|
readwrite |
§ endValue
QVariant pqAnimationKeyFrame::endValue |
|
readwrite |
§ icon
QIcon pqAnimationKeyFrame::icon |
|
readwrite |
The documentation for this class was generated from the following file: