Public Member Functions | |
| InternetMenuButton (Room *room, Common::SeekableReadStream &stream) | |
| const char * | typeName () const override |
Public Member Functions inherited from Alcachofa::MenuButton | |
| MenuButton (Room *room, Common::SeekableReadStream &stream) | |
| int32 | actionId () const |
| bool & | isInteractable () |
| void | draw () override |
| void | update () override |
| void | loadResources () override |
| void | freeResources () override |
| void | onHoverUpdate () override |
| void | onClick () override |
| virtual void | trigger () |
Public Member Functions inherited from Alcachofa::PhysicalObject | |
| PhysicalObject (Room *room, Common::SeekableReadStream &stream) | |
Public Member Functions inherited from Alcachofa::ShapeObject | |
| ShapeObject (Room *room, Common::SeekableReadStream &stream) | |
| int8 | order () const |
| bool | isNewlySelected () const |
| bool | wasSelected () const |
| void | syncGame (Common::Serializer &serializer) override |
| Shape * | shape () override |
| virtual CursorType | cursorType () const |
| virtual void | onHoverStart () |
| virtual void | onHoverEnd () |
| void | markSelected () |
Public Member Functions inherited from Alcachofa::ObjectBase | |
| ObjectBase (Room *room, const char *name) | |
| ObjectBase (Room *room, Common::SeekableReadStream &stream) | |
| const Common::String & | name () const |
| Room *& | room () |
| Room * | room () const |
| bool | isEnabled () const |
| virtual void | toggle (bool isEnabled) |
| virtual void | drawDebug () |
| virtual Graphic * | graphic () |
Static Public Attributes | |
| static constexpr const char * | kClassName = "CBotonMenuInternet" |
Static Public Attributes inherited from Alcachofa::MenuButton | |
| static constexpr const char * | kClassName = "CBotonMenu" |
Static Public Attributes inherited from Alcachofa::PhysicalObject | |
| static constexpr const char * | kClassName = "CObjetoFisico" |
Static Public Attributes inherited from Alcachofa::ObjectBase | |
| static constexpr const char * | kClassName = "CObjetoBase" |
Additional Inherited Members | |
Protected Member Functions inherited from Alcachofa::ShapeObject | |
| void | updateSelection () |
Protected Attributes inherited from Alcachofa::ShapeObject | |
| int8 | _order = 0 |