|
RioEngine
0.1
My first attempt to create a 3D WYSIWYG Game Engine
|
#include <customundoableactions.h>
Public Member Functions | |
| RotateAction (CGameObject *game_obj, btQuaternion rotation) | |
| virtual const char * | getHint () const |
| virtual void | performAction () |
| virtual IUndoableAction * | getOppositeAction () |
Public Member Functions inherited from UndoableAction< CGameObject *, btQuaternion > | |
| UndoableAction (CGameObject *target, btQuaternion &value) | |
| void | setTarget (CGameObject *target) |
| CGameObject * | getTarget () const |
| void | setValue (btQuaternion &value) |
| btQuaternion | getValue () const |
| virtual | ~UndoableAction () |
Public Member Functions inherited from CObject | |
| CObject () | |
| CObject (const CObject &object) | |
| CObject & | operator= (const CObject &object) |
| CObject * | retain () |
| unsigned int | release () const |
| CObject * | autorelease () |
| unsigned int | retainCount () const |
| bool | isValidCObject () const |
| virtual | ~CObject () |
Protected Attributes | |
| btQuaternion | m_oldValue |
Protected Attributes inherited from UndoableAction< CGameObject *, btQuaternion > | |
| CGameObject * | m_target |
| btQuaternion | m_value |
Additional Inherited Members | |
Static Public Member Functions inherited from CObject | |
| static void | safeRetain (void *pointer) |
| template<class T > | |
| static void | safeRelease (T *pointer) |
| template<class T > | |
| static void | safeReleaseArray (T *array) |
| static void | safeRelease (const char *pointer) |
Protected Member Functions inherited from CObject | |
| virtual void | copyValuesFromObject (const CObject &object) |
RotateAction is created when the user rotates a game object in the editor.
Definition at line 178 of file customundoableactions.h.
|
inline |
Definition at line 180 of file customundoableactions.h.
|
inlinevirtual |
Reimplemented from IUndoableAction.
Definition at line 184 of file customundoableactions.h.
|
inlinevirtual |
Reimplemented from IUndoableAction.
Definition at line 192 of file customundoableactions.h.
|
inlinevirtual |
Reimplemented from IUndoableAction.
Definition at line 188 of file customundoableactions.h.
|
protected |
Definition at line 197 of file customundoableactions.h.