Public Member Functions | |
PDAPage (const Common::String &name, PinkEngine *vm) | |
Public Member Functions inherited from Pink::Page | |
void | toConsole () const override |
void | load (Archive &archive) override |
void | init () |
void | initPalette () |
Actor * | findActor (const Common::String &name) |
LeadActor * | getLeadActor () |
Common::SeekableReadStream * | getResourceStream (const Common::String &fileName) |
virtual void | clear () |
void | pause (bool paused) |
PinkEngine * | getGame () |
virtual Sequencer * | getSequencer () |
virtual WalkMgr * | getWalkMgr () |
virtual Module * | getModule () |
virtual const Module * | getModule () const |
virtual bool | checkValueOfVariable (const Common::String &variable, const Common::String &value) const |
virtual void | setVariable (Common::String &variable, Common::String &value) |
Public Member Functions inherited from Pink::NamedObject | |
NamedObject (const Common::String &name) | |
void | deserialize (Archive &archive) override |
const Common::String & | getName () const |
Additional Inherited Members | |
Protected Attributes inherited from Pink::Page | |
Array< Actor * > | _actors |
ResourceMgr | _resMgr |
LeadActor * | _leadActor |
Protected Attributes inherited from Pink::NamedObject | |
Common::String | _name |