.. index:: pair: class; EE::Graphics::DrawableGroup .. _doxid-class_e_e_1_1_graphics_1_1_drawable_group: class EE::Graphics::DrawableGroup ================================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class DrawableGroup: public :ref:`EE::Graphics::Drawable` { public: // construction virtual :target:`~DrawableGroup`(); // methods static DrawableGroup* :target:`New`(); virtual :ref:`Sizef` :target:`getSize`(); virtual :ref:`Sizef` :target:`getPixelsSize`(); virtual void :target:`draw`(); virtual void :target:`draw`(const :ref:`Vector2f`& position); virtual void :target:`draw`(const :ref:`Vector2f`& position, const :ref:`Sizef`& size); virtual bool :target:`isStateful`(); void :target:`clearDrawables`(); :ref:`Drawable`* :target:`addDrawable`(:ref:`Drawable`* drawable); :ref:`Uint32` :target:`getDrawableCount`() const; bool :target:`isClipEnabled`() const; void :target:`setClipEnabled`(bool clipEnabled); bool :target:`isDrawableOwner`() const; void :target:`setDrawableOwner`(bool drawableOwner); std::vector<:ref:`Drawable`*>& :target:`getGroup`(); }; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // enums enum :ref:`Type`; // methods virtual :ref:`Sizef` :ref:`getSize`() = 0; virtual :ref:`Sizef` :ref:`getPixelsSize`() = 0; virtual void :ref:`draw`() = 0; virtual void :ref:`draw`(const :ref:`Vector2f`& position) = 0; virtual void :ref:`draw`(const :ref:`Vector2f`& position, const :ref:`Sizef`& size) = 0; virtual bool :ref:`isStateful`() = 0; void :ref:`setAlpha`(:ref:`Uint8` alpha); const :ref:`Uint8`& :ref:`getAlpha`(); void :ref:`setColor`(const :ref:`Color`& color); const :ref:`Color`& :ref:`getColor`() const; void :ref:`setColorFilter`(const :ref:`Color`& color); :ref:`RGB` :ref:`getColorFilter`(); void :ref:`clearColor`(); void :ref:`clearColorFilter`(); void :ref:`resetAlpha`(); :ref:`Type` :ref:`getDrawableType`() const; const :ref:`Vector2f`& :ref:`getPosition`() const; void :ref:`setPosition`(const :ref:`Vector2f`& position); virtual bool :ref:`isDrawableResource`() const;