|
MNE-CPP
0.1.9
A Framework for Electrophysiology
|
This class allows controlling the scene camera along an orbital path. More...
#include <orbitalcameracontroller.h>
Public Types | |
| typedef QSharedPointer< OrbitalCameraController > | SPtr |
| typedef QSharedPointer< const OrbitalCameraController > | ConstSPtr |
Public Member Functions | |
| OrbitalCameraController (Qt3DCore::QNode *pParent=nullptr) | |
| ~OrbitalCameraController ()=default | |
| void | invertCameraRotation (bool newStatusFlag) |
| void | setRotating (int count) |
| int | rotating () const |
Properties | |
| int | rotating |
This class allows controlling the scene camera along an orbital path.
This class allows controlling the scene camera along an orbital path.
The controls are:
Definition at line 88 of file orbitalcameracontroller.h.

| typedef QSharedPointer<const OrbitalCameraController> DISP3DLIB::OrbitalCameraController::ConstSPtr |
Const shared pointer type for OrbitalCameraController.
Definition at line 95 of file orbitalcameracontroller.h.
| typedef QSharedPointer<OrbitalCameraController> DISP3DLIB::OrbitalCameraController::SPtr |
Shared pointer type for OrbitalCameraController.
Definition at line 94 of file orbitalcameracontroller.h.
| OrbitalCameraController::OrbitalCameraController | ( | Qt3DCore::QNode * | pParent = nullptr | ) |
Constructs a OrbitalCameraController object.
Definition at line 66 of file orbitalcameracontroller.cpp.
|
default |
Default destructor.
| void OrbitalCameraController::invertCameraRotation | ( | bool | newStatusFlag | ) |
Turns inverse rotation of the camera on and off.
| [in] | newStatusFlag | The new status of the inversion. |
Definition at line 75 of file orbitalcameracontroller.cpp.
| int DISP3DLIB::OrbitalCameraController::rotating | ( | ) | const |
Queries the camera rotating counter
| void OrbitalCameraController::setRotating | ( | int | count | ) |
Sets the angle of the camera for rotating around
| [in] | count | The counter for how long the rotation has been happening. |
Definition at line 144 of file orbitalcameracontroller.cpp.
|
readwrite |
Access for QPropertyAnimation.
Definition at line 91 of file orbitalcameracontroller.h.
1.8.17