1 #ifndef _GLS_COMPONENT_BASE_H
2 #define _GLS_COMPONENT_BASE_H
69 #if defined( GLS_DEBUG )
235 #endif // _GLS_COMPONENT_BASE_H
Definition: gls_component_base.h:178
Definition: gls_state_manager.h:63
Definition: gls_event.h:304
virtual ~GlsComponentBase()
virtual GlsDisplayObjectArray & GetObjects(void)=0
GlsPolygonMode
Definition: gls_render_settings.h:131
GLfloat GLMatrixAffineF[DIMENSION *DIMENSION]
Definition: gls_matrix_affine_double.h:63
virtual void SetChildrenPolygonMode(const GlsPolygonMode polygonMode)
Definition: gls_input_manager.h:53
GlsAlphaMode
Definition: gls_render_settings.h:162
Definition: gls_component_base.h:165
This header defines a GLS_DEBUG only macro for facilitating evaluating class invariants in the GL Stu...
Definition: gls_component_base.h:177
Definition: gls_composite_object.h:58
This header defines the GlsCompositeObject class used in the GL Studio DO-178B Runtime Library...
GLdouble _clipPlanes[NUM_CLIP_PLANES][NUM_PLANE_COEFF]
Definition: gls_component_base.h:225
GlsFloat64 CStyleMatrix[DIMENSION][DIMENSION]
Definition: gls_matrix_affine_double.h:60
const GlsMatrixAffineD::CStyleMatrix componentTransformMatrix
Definition: gls_component_base.h:66
Definition: gls_composite_object.h:52
Definition: gls_component_base.h:180
Definition: gls_component_base.h:171
This header defines any preprocessor defines needed to configure the GL Studio DO-178B Runtime Librar...
Definition: gls_component_base.h:168
virtual void SetChildrenFillColor(const GlsColor &fillColor)
float GlsFloat32
Definition: gls_types.h:78
virtual GlsDisplayObject * PickTest(const GlsVector2D &windowCoord, GlsInputManager &inputManager, const GlsMatrixAffineD::GLMatrixAffineF &parentDrawMatrix)
void SetClipPlanes(const GlsVector3D &lowerFarLeft, const GlsVector3D &upperNearRight)
const GlsCompositeObject::InitParameters compositeInitParameters
Definition: gls_component_base.h:64
#define GLS_CLASS_INVARIANT_DECLARATION(ClassName)
Definition: gls_class_invariant.h:80
Definition: gls_component_base.h:56
Definition: gls_vertex.h:49
Definition: gls_component_base.h:169
bool GlsBool
Definition: gls_types.h:96
Definition: gls_component_base.h:179
Definition: gls_component_base.h:181
This header defines GlsDisplayObjectArray which encapsulates\ an array of display object pointers in ...
GlsMatrixAffineD _componentTransformMatrix
Definition: gls_component_base.h:217
void ActivateClipPlanes(void) const
virtual void SetChildrenLineColor(const GlsColor &lineColor)
Definition: gls_vertex.h:65
Definition: gls_display_object_array.h:58
This header defines the GlsTexturePalette class used in the GL Studio DO-178B Runtime Library...
This header defines The GlsMatrixAffineD class for use in the GL Studio DO-178B Runtime Library...
void DeactivateClipPlanes(void) const
virtual void Calculate(const GlsFloat64 time)
virtual void SetChildrenLineWidth(const GlsFloat32 lineWidth)
GlsBool _clippingEnabled
Definition: gls_component_base.h:223
GlsComponentBase(const InitParameters &initParameters, GlsEventDispatcher *const eventDispatcher)
Definition: gls_matrix_affine_double.h:54
virtual void SetChildrenAlphaMode(const GlsAlphaMode alphaMode)
Definition: gls_color.h:47
double GlsFloat64
Definition: gls_types.h:87
Definition: gls_component_base.h:62
Definition: gls_component_base.h:166
Definition: gls_component_base.h:170
virtual void Initialize(void)=0
virtual void Draw(GlsStateManager &gl, const GlsFloat64 time)
Definition: gls_component_base.h:167
Definition: gls_display_object.h:64