Public Member Functions | |
| SpecialEffectObject (Room *room, Common::ReadStream &stream) | |
| void | draw () override |
| const char * | typeName () const override |
Public Member Functions inherited from Alcachofa::GraphicObject | |
| GraphicObject (Room *room, Common::ReadStream &stream) | |
| void | drawDebug () override |
| void | loadResources () override |
| void | freeResources () override |
| void | syncGame (Common::Serializer &serializer) override |
| Graphic * | graphic () override |
| Task * | animate (Process &process) |
Public Member Functions inherited from Alcachofa::ObjectBase | |
| ObjectBase (Room *room, const char *name) | |
| ObjectBase (Room *room, Common::ReadStream &stream) | |
| const Common::String & | name () const |
| Room *& | room () |
| Room * | room () const |
| bool | isEnabled () const |
| virtual void | toggle (bool isEnabled) |
| virtual void | update () |
| virtual Shape * | shape () |
Static Public Attributes | |
| static constexpr const char * | kClassName = "CObjetoGraficoMuare" |
Static Public Attributes inherited from Alcachofa::GraphicObject | |
| static constexpr const char * | kClassName = "CObjetoGrafico" |
Static Public Attributes inherited from Alcachofa::ObjectBase | |
| static constexpr const char * | kClassName = "CObjetoBase" |
Additional Inherited Members | |
Protected Member Functions inherited from Alcachofa::GraphicObject | |
| GraphicObject (Room *room, const char *name) | |
Protected Attributes inherited from Alcachofa::GraphicObject | |
| Graphic | _graphic |
| GraphicObjectType | _type |
| int32 | _posterizeAlpha |