|
RioEngine
0.1
My first attempt to create a 3D WYSIWYG Game Engine
|
#include <customundoableactions.h>
Public Member Functions | |
| TranslateAction (CGameObject *game_obj, btVector3 translate_vec) | |
| virtual const char * | getHint () const |
| virtual void | performAction () |
| virtual IUndoableAction * | getOppositeAction () |
Public Member Functions inherited from UndoableAction< CGameObject *, btVector3 > | |
| UndoableAction (CGameObject *target, btVector3 &value) | |
| void | setTarget (CGameObject *target) |
| CGameObject * | getTarget () const |
| void | setValue (btVector3 &value) |
| btVector3 | 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 | |
| btVector3 | m_oldValue |
Protected Attributes inherited from UndoableAction< CGameObject *, btVector3 > | |
| CGameObject * | m_target |
| btVector3 | 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) |
TranslateAction is created when the user modifies the position of any game object in the editor.
Definition at line 42 of file customundoableactions.h.
|
inline |
Definition at line 44 of file customundoableactions.h.
|
inlinevirtual |
Reimplemented from IUndoableAction.
Definition at line 49 of file customundoableactions.h.
|
inlinevirtual |
Reimplemented from IUndoableAction.
Definition at line 57 of file customundoableactions.h.
|
inlinevirtual |
Reimplemented from IUndoableAction.
Definition at line 53 of file customundoableactions.h.
|
protected |
Definition at line 62 of file customundoableactions.h.