SceneManipulatorManager Class Reference

#include <MemoryX/gui-plugins/SceneEditor/scene3D/SceneManipulatorManager.h>

Public Member Functions

void addManipulator (SceneObjectPtr object)
 Adds the selected Manipulator to a SceneObject. More...
 
void applyManipulator (SceneObjectPtr object)
 Applys the selected Manipulator to a SceneObject. More...
 
ManipulatorMode getManipulatorMode ()
 Returns the set ManipulatorMode. More...
 
 SceneManipulatorManager (ScenePtr scene)
 Constructor Creates an Instance of the Class. More...
 
void setManipulatorMode (scene3D::ManipulatorMode mode)
 Sets a specific ManipulatorMode. More...
 

Friends

class SceneSelectionManager
 

Detailed Description

Definition at line 34 of file SceneManipulatorManager.h.

Constructor & Destructor Documentation

◆ SceneManipulatorManager()

Constructor Creates an Instance of the Class.

Parameters
sceneExisting Scene

Definition at line 104 of file SceneManipulatorManager.cpp.

Member Function Documentation

◆ addManipulator()

void addManipulator ( scene3D::SceneObjectPtr  object)

Adds the selected Manipulator to a SceneObject.

Parameters
objectSceneObject the Manipulator is added to

Definition at line 109 of file SceneManipulatorManager.cpp.

+ Here is the caller graph for this function:

◆ applyManipulator()

void applyManipulator ( scene3D::SceneObjectPtr  object)

Applys the selected Manipulator to a SceneObject.

Parameters
objectSceneObject the Manipulator is applied to

Definition at line 163 of file SceneManipulatorManager.cpp.

◆ getManipulatorMode()

scene3D::ManipulatorMode getManipulatorMode ( )

Returns the set ManipulatorMode.

Returns
ManipulatorMode ManipulatorMode

Definition at line 168 of file SceneManipulatorManager.cpp.

◆ setManipulatorMode()

void setManipulatorMode ( scene3D::ManipulatorMode  mode)

Sets a specific ManipulatorMode.

Parameters
modeManipulatorMode to be set

Definition at line 29 of file SceneManipulatorManager.cpp.

+ Here is the call graph for this function:

Friends And Related Function Documentation

◆ SceneSelectionManager

friend class SceneSelectionManager
friend

Definition at line 36 of file SceneManipulatorManager.h.


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