Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CAction Class Reference

Base Class for all Actions performed on CValue's. More...

#include <Value.h>

Inheritance diagram for CAction:

CAngularVelocityAction CForceAction CIpoAction CLinearVelocityAction CMoveAction CRotateAction CTorqueAction List of all members.

Public Methods

 CAction ()
virtual ~CAction ()
virtual void Execute () const = 0

Detailed Description

Base Class for all Actions performed on CValue's.

Can be extended for undo/redo system in future.

Definition at line 174 of file Value.h.


Constructor & Destructor Documentation

CAction::CAction ( ) [inline]
 

Definition at line 177 of file Value.h.

CAction::~CAction ( ) [inline, virtual]
 

Definition at line 179 of file Value.h.


Member Function Documentation

virtual void CAction::Execute ( ) const [pure virtual]
 

Reimplemented in CIpoAction, CForceAction, CTorqueAction, CMoveAction, CRotateAction, CLinearVelocityAction, and CAngularVelocityAction.

Referenced by CValue::Execute().


The documentation for this class was generated from the following file:
Generated at Thu Feb 1 13:03:31 2001 for Ketsji Game Engine by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000