cgma
CubitCoordEvent Class Reference

#include <CubitCoordEvent.hpp>

Inheritance diagram for CubitCoordEvent:
CubitEvent

List of all members.

Public Types

enum  Type { COORDINATE_SYSTEM_CREATED, COORDINATE_SYSTEM_MODIFIED, COORDINATE_SYSTEM_DELETED }

Public Member Functions

 CubitCoordEvent (Type type, CubitCoordinateSystem *sys)
 ~CubitCoordEvent ()
CubitCoordinateSystemget_entity () const
Type get_type () const

Protected Attributes

Type mType
CubitCoordinateSystemmCubitCoordinateSystem

Detailed Description

Definition at line 8 of file CubitCoordEvent.hpp.


Member Enumeration Documentation

Enumerator:
COORDINATE_SYSTEM_CREATED 
COORDINATE_SYSTEM_MODIFIED 
COORDINATE_SYSTEM_DELETED 

Definition at line 11 of file CubitCoordEvent.hpp.


Constructor & Destructor Documentation

Definition at line 18 of file CubitCoordEvent.hpp.

      : mType(type), mCubitCoordinateSystem(sys) {}

Definition at line 20 of file CubitCoordEvent.hpp.

{}

Member Function Documentation

Definition at line 22 of file CubitCoordEvent.hpp.

Type CubitCoordEvent::get_type ( ) const [inline]

Definition at line 23 of file CubitCoordEvent.hpp.

{ return mType; }

Member Data Documentation

Definition at line 27 of file CubitCoordEvent.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines