ScummVM API documentation
Pink::SupportingActor Class Reference
Inheritance diagram for Pink::SupportingActor:
Pink::Actor Pink::NamedObject Pink::Object

Public Member Functions

void deserialize (Archive &archive) override
 
void toConsole () const override
 
bool isSupporting () const override
 
bool isLeftClickHandlers () const override
 
bool isUseClickHandlers (InventoryItem *item) const override
 
void onMouseOver (Common::Point point, CursorMgr *mgr) override
 
void onMouseOverWithItem (Common::Point point, const Common::String &itemName, CursorMgr *cursorMgr) override
 
void onTimerMessage () override
 
void onLeftClickMessage () override
 
void onUseClickMessage (InventoryItem *item, InventoryMgr *mgr) override
 
Common::String getPDALink () const override
 
Common::String getLocation () const override
 
- Public Member Functions inherited from Pink::Actor
void loadState (Archive &archive)
 
void saveState (Archive &archive)
 
virtual void init (bool paused)
 
bool initPalette (Screen *screen)
 
bool isPlaying () const
 
virtual void pause (bool paused)
 
void endAction ()
 
virtual bool isCursor () const
 
ActionfindAction (const Common::String &name)
 
ActiongetAction ()
 
const ActiongetAction () const
 
PagegetPage ()
 
const PagegetPage () const
 
InventoryMgrgetInventoryMgr () const
 
void setAction (const Common::String &name)
 
void setAction (Action *newAction)
 
void setAction (Action *newAction, bool loadingSave)
 
- Public Member Functions inherited from Pink::NamedObject
 NamedObject (const Common::String &name)
 
void deserialize (Archive &archive) override
 
const Common::StringgetName () const
 
- Public Member Functions inherited from Pink::Object
virtual void load (Archive &)
 

Additional Inherited Members

- Protected Attributes inherited from Pink::Actor
Page_page
 
Action_action
 
Array< Action * > _actions
 
bool _isActionEnded
 
- Protected Attributes inherited from Pink::NamedObject
Common::String _name
 

The documentation for this class was generated from the following file: