TDME2 1.9.121
Public Member Functions | Private Attributes | List of all members
CameraRotationInputHandler Class Referencefinal

Camera Rotation Input Handler. More...

#include <tdme/tools/editor/misc/CameraRotationInputHandler.h>

Inheritance diagram for CameraRotationInputHandler:
Inheritance graph
Collaboration diagram for CameraRotationInputHandler:
Collaboration graph

Public Member Functions

 CameraRotationInputHandler (Engine *engine, CameraRotationInputHandlerEventHandler *eventHandler=nullptr)
 Public constructor. More...
 
 ~CameraRotationInputHandler ()
 Destructor. More...
 
const TransformationsgetLookFromRotations ()
 
float getDefaultScale ()
 
void setDefaultScale (float defaultScale)
 Set default scale. More...
 
float getScale ()
 
void setScale (float scale)
 Set scale. More...
 
void reset ()
 Reset. More...
 
void handleInputEvents () override
 Handle input events that have not yet been processed. More...
 
- Public Member Functions inherited from GUIInputEventHandler
virtual void handleInputEvents ()=0
 Handle input events that have not yet been processed. More...
 
virtual ~GUIInputEventHandler ()
 Destructor. More...
 

Private Attributes

Engineengine { nullptr }
 
bool mouseDragging
 
bool keyLeft
 
bool keyRight
 
bool keyUp
 
bool keyDown
 
bool keyPeriod
 
bool keyComma
 
bool keyPlus
 
bool keyMinus
 
bool keyR
 
int mouseLastX
 
int mouseLastY
 
Transformations lookFromRotations
 
float defaultScale
 
float scale
 
bool resetRequested
 
BoundingBox boundingBoxTransformed
 
CameraRotationInputHandlerEventHandlereventHandler { nullptr }
 

Detailed Description

Camera Rotation Input Handler.

Author
Andreas Drewke
Version
$Id$

Definition at line 21 of file CameraRotationInputHandler.h.

Constructor & Destructor Documentation

◆ CameraRotationInputHandler()

CameraRotationInputHandler ( Engine engine,
CameraRotationInputHandlerEventHandler eventHandler = nullptr 
)

Public constructor.

Parameters
engineengine
eventHandlerevent handler

Definition at line 31 of file CameraRotationInputHandler.cpp.

◆ ~CameraRotationInputHandler()

Destructor.

Definition at line 56 of file CameraRotationInputHandler.cpp.

Member Function Documentation

◆ getDefaultScale()

float getDefaultScale ( )
inline
Returns
default scale

Definition at line 66 of file CameraRotationInputHandler.h.

◆ getLookFromRotations()

const Transformations & getLookFromRotations ( )
Returns
look from rotation

Definition at line 59 of file CameraRotationInputHandler.cpp.

◆ getScale()

float getScale ( )
inline
Returns
scale

Definition at line 81 of file CameraRotationInputHandler.h.

◆ handleInputEvents()

void handleInputEvents ( )
overridevirtual

Handle input events that have not yet been processed.

Implements GUIInputEventHandler.

Definition at line 69 of file CameraRotationInputHandler.cpp.

◆ reset()

void reset ( )

Reset.

Definition at line 64 of file CameraRotationInputHandler.cpp.

◆ setDefaultScale()

void setDefaultScale ( float  defaultScale)
inline

Set default scale.

Parameters
scaledefault scale

Definition at line 74 of file CameraRotationInputHandler.h.

◆ setScale()

void setScale ( float  scale)
inline

Set scale.

Parameters
scalescale

Definition at line 89 of file CameraRotationInputHandler.h.

Member Data Documentation

◆ boundingBoxTransformed

BoundingBox boundingBoxTransformed
private

Definition at line 42 of file CameraRotationInputHandler.h.

◆ defaultScale

float defaultScale
private

Definition at line 39 of file CameraRotationInputHandler.h.

◆ engine

Engine* engine { nullptr }
private

Definition at line 25 of file CameraRotationInputHandler.h.

◆ eventHandler

CameraRotationInputHandlerEventHandler* eventHandler { nullptr }
private

Definition at line 43 of file CameraRotationInputHandler.h.

◆ keyComma

bool keyComma
private

Definition at line 32 of file CameraRotationInputHandler.h.

◆ keyDown

bool keyDown
private

Definition at line 30 of file CameraRotationInputHandler.h.

◆ keyLeft

bool keyLeft
private

Definition at line 27 of file CameraRotationInputHandler.h.

◆ keyMinus

bool keyMinus
private

Definition at line 34 of file CameraRotationInputHandler.h.

◆ keyPeriod

bool keyPeriod
private

Definition at line 31 of file CameraRotationInputHandler.h.

◆ keyPlus

bool keyPlus
private

Definition at line 33 of file CameraRotationInputHandler.h.

◆ keyR

bool keyR
private

Definition at line 35 of file CameraRotationInputHandler.h.

◆ keyRight

bool keyRight
private

Definition at line 28 of file CameraRotationInputHandler.h.

◆ keyUp

bool keyUp
private

Definition at line 29 of file CameraRotationInputHandler.h.

◆ lookFromRotations

Transformations lookFromRotations
private

Definition at line 38 of file CameraRotationInputHandler.h.

◆ mouseDragging

bool mouseDragging
private

Definition at line 26 of file CameraRotationInputHandler.h.

◆ mouseLastX

int mouseLastX
private

Definition at line 36 of file CameraRotationInputHandler.h.

◆ mouseLastY

int mouseLastY
private

Definition at line 37 of file CameraRotationInputHandler.h.

◆ resetRequested

bool resetRequested
private

Definition at line 41 of file CameraRotationInputHandler.h.

◆ scale

float scale
private

Definition at line 40 of file CameraRotationInputHandler.h.


The documentation for this class was generated from the following files: