Definition at line 24 of file camera.h.
◆ Camera() [1/4]
◆ Camera() [2/4]
Camera::Camera |
( |
QPointF |
translation, |
|
|
qreal |
rotation, |
|
|
qreal |
scaling |
|
) |
| |
|
explicit |
◆ Camera() [3/4]
Camera::Camera |
( |
QPointF |
translation, |
|
|
qreal |
rotation, |
|
|
qreal |
scaling, |
|
|
CameraEasingType |
type |
|
) |
| |
|
explicit |
◆ Camera() [4/4]
Camera::Camera |
( |
const Camera & |
c2 | ) |
|
|
explicit |
◆ ~Camera()
◆ assign()
void Camera::assign |
( |
const Camera & |
rhs | ) |
|
◆ clone()
Camera * Camera::clone |
( |
| ) |
const |
|
overridevirtual |
◆ compare()
bool Camera::compare |
( |
const Camera & |
rhs | ) |
const |
◆ getEasingType()
CameraEasingType Camera::getEasingType |
( |
| ) |
const |
|
inline |
◆ getPathControlPoint()
QPointF Camera::getPathControlPoint |
( |
| ) |
const |
|
inline |
◆ getView()
◆ pathControlPointMoved()
bool Camera::pathControlPointMoved |
( |
| ) |
const |
|
inline |
◆ resetTransform()
void Camera::resetTransform |
( |
| ) |
|
◆ rotate()
void Camera::rotate |
( |
qreal |
degree | ) |
|
◆ rotation()
qreal Camera::rotation |
( |
| ) |
const |
|
inline |
◆ scale()
void Camera::scale |
( |
qreal |
scaleValue | ) |
|
◆ scaling()
qreal Camera::scaling |
( |
| ) |
const |
|
inline |
◆ setEasingType()
void Camera::setEasingType |
( |
CameraEasingType |
type | ) |
|
◆ setPathControlPoint()
void Camera::setPathControlPoint |
( |
QPointF |
point | ) |
|
◆ setPathControlPointMoved()
void Camera::setPathControlPointMoved |
( |
bool |
pathMoved | ) |
|
◆ translate() [1/2]
void Camera::translate |
( |
const QPointF |
pt | ) |
|
◆ translate() [2/2]
void Camera::translate |
( |
qreal |
dx, |
|
|
qreal |
dy |
|
) |
| |
◆ translation()
QPointF Camera::translation |
( |
| ) |
const |
|
inline |
◆ updateViewTransform()
void Camera::updateViewTransform |
( |
| ) |
|
◆ mEasingType
CameraEasingType Camera::mEasingType = CameraEasingType::LINEAR |
|
private |
◆ mNeedUpdateView
bool Camera::mNeedUpdateView = true |
|
private |
◆ mPathControlPoint
◆ mPathControlPointMoved
bool Camera::mPathControlPointMoved = false |
|
private |
◆ mRotate
qreal Camera::mRotate = 0. |
|
private |
◆ mScale
qreal Camera::mScale = 1. |
|
private |
◆ mTranslate
◆ mView
The documentation for this class was generated from the following files: