|
|
| Camera (QPointF translation, qreal rotation, qreal scaling) |
| |
|
| Camera (const Camera &) |
| |
|
Camera * | clone () override |
| |
|
QTransform | getView () |
| |
|
void | reset () |
| |
|
void | updateViewTransform () |
| |
|
void | assign (const Camera &rhs) |
| |
|
void | translate (qreal dx, qreal dy) |
| |
|
void | translate (const QPointF) |
| |
|
QPointF | translation () |
| |
|
void | rotate (qreal degree) |
| |
|
qreal | rotation () |
| |
|
void | scale (qreal scaleValue) |
| |
|
void | scaleWithOffset (qreal scaleValue, QPointF offset) |
| |
|
qreal | scaling () |
| |
|
bool | operator== (const Camera &rhs) const |
| |
|
| KeyFrame (const KeyFrame &k2) |
| |
|
int | pos () const |
| |
|
void | setPos (int position) |
| |
|
int | length () const |
| |
|
void | setLength (int len) |
| |
|
void | modification () |
| |
|
void | setModified (bool b) |
| |
|
bool | isModified () const |
| |
|
void | setSelected (bool b) |
| |
|
bool | isSelected () const |
| |
|
QString | fileName () const |
| |
|
void | setFileName (QString strFileName) |
| |
|
void | addEventListener (KeyFrameEventListener *) |
| |
|
void | removeEventListner (KeyFrameEventListener *) |
| |
|
virtual void | loadFile () |
| |
|
virtual void | unloadFile () |
| |
|
virtual bool | isLoaded () |
| |
|
virtual quint64 | memoryUsage () |
| |
|
|
QPointF | mTranslate |
| |
|
qreal | mRotate = 0. |
| |
|
qreal | mScale = 1. |
| |
|
bool | mNeedUpdateView = true |
| |
Definition at line 24 of file camera.h.
The documentation for this class was generated from the following files: