1#ifndef _GLS_COMPOSITE_OBJECT_H
2#define _GLS_COMPOSITE_OBJECT_H
62 #if defined( GLS_DEBUG )
Definition: gls_composite_object.h:53
virtual void SetChildrenLineWidth(const GlsFloat32 lineWidth)=0
virtual ~GlsCompositeObject()
virtual void SetChildrenFillColor(const GlsColor &fillColor)=0
virtual void SetChildrenAlphaMode(const GlsAlphaMode alphaMode)=0
GlsCompositeObject(const InitParameters &initParameters, GlsEventDispatcher *const eventDispatcher)
virtual void SetChildrenPolygonMode(const GlsPolygonMode polygonMode)=0
virtual void SetChildrenLineColor(const GlsColor &lineColor)=0
Definition: gls_display_object.h:65
Definition: gls_event.h:305
This header defines a GLS_DEBUG only macro for facilitating evaluating class invariants in the GL Stu...
#define GLS_CLASS_INVARIANT_DECLARATION(ClassName)
Definition: gls_class_invariant.h:80
This header defines the base class for all graphical objects in the GL Studio DO-178B Runtime Library...
This header defines any preprocessor defines needed to configure the GL Studio DO-178B Runtime Librar...
This header defines the basic render setting types used in the GL Studio DO-178B Runtime Library.
GlsAlphaMode
Definition: gls_render_settings.h:163
GlsPolygonMode
Definition: gls_render_settings.h:132
bool GlsBool
Definition: gls_types.h:96
float GlsFloat32
Definition: gls_types.h:78
Definition: gls_color.h:48
Definition: gls_composite_object.h:59
const GlsDisplayObject::InitParameters displayInitParameters
Definition: gls_composite_object.h:60
Definition: gls_display_object.h:111