Qt 4.8
|
Public Functions | |
AttributePoint () | |
AttributePoint (const AttributePoint &other) | |
AttributePoint & | operator= (const AttributePoint &other) |
Public Variables | |
qreal | origpercent |
qreal | percent |
qreal | scale |
QHash< QString, qreal > | values |
Definition at line 251 of file qdeclarativepath_p.h.
|
inline |
Definition at line 252 of file qdeclarativepath_p.h.
|
inline |
Definition at line 253 of file qdeclarativepath_p.h.
|
inline |
Definition at line 255 of file qdeclarativepath_p.h.
qreal QDeclarativePath::AttributePoint::origpercent |
Definition at line 260 of file qdeclarativepath_p.h.
Referenced by QDeclarativePath::createPointCache(), QDeclarativePath::interpolate(), operator=(), and QDeclarativePath::processPath().
qreal QDeclarativePath::AttributePoint::percent |
Definition at line 258 of file qdeclarativepath_p.h.
Referenced by QDeclarativePath::attributeAt(), QDeclarativePath::createPointCache(), and operator=().
qreal QDeclarativePath::AttributePoint::scale |
Definition at line 259 of file qdeclarativepath_p.h.
Referenced by QDeclarativePath::createPointCache(), and operator=().
Definition at line 261 of file qdeclarativepath_p.h.
Referenced by QDeclarativePath::attributeAt(), QDeclarativePath::endpoint(), QDeclarativePath::interpolate(), operator=(), and QDeclarativePath::processPath().