cgma
|
#include <CubitCoordEvent.hpp>
Public Types | |
enum | Type { COORDINATE_SYSTEM_CREATED, COORDINATE_SYSTEM_MODIFIED, COORDINATE_SYSTEM_DELETED } |
Public Member Functions | |
CubitCoordEvent (Type type, CubitCoordinateSystem *sys) | |
~CubitCoordEvent () | |
CubitCoordinateSystem * | get_entity () const |
Type | get_type () const |
Protected Attributes | |
Type | mType |
CubitCoordinateSystem * | mCubitCoordinateSystem |
Definition at line 8 of file CubitCoordEvent.hpp.
Definition at line 11 of file CubitCoordEvent.hpp.
CubitCoordEvent::CubitCoordEvent | ( | Type | type, |
CubitCoordinateSystem * | sys | ||
) | [inline] |
Definition at line 18 of file CubitCoordEvent.hpp.
: mType(type), mCubitCoordinateSystem(sys) {}
CubitCoordEvent::~CubitCoordEvent | ( | ) | [inline] |
Definition at line 20 of file CubitCoordEvent.hpp.
{}
CubitCoordinateSystem* CubitCoordEvent::get_entity | ( | ) | const [inline] |
Definition at line 22 of file CubitCoordEvent.hpp.
{return mCubitCoordinateSystem; }
Type CubitCoordEvent::get_type | ( | ) | const [inline] |
Definition at line 23 of file CubitCoordEvent.hpp.
{ return mType; }
Definition at line 28 of file CubitCoordEvent.hpp.
Type CubitCoordEvent::mType [protected] |
Definition at line 27 of file CubitCoordEvent.hpp.