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