ScummVM API documentation
Pink::ActionCEL Class Referenceabstract
Inheritance diagram for Pink::ActionCEL:
Pink::Action Pink::NamedObject Pink::Object Pink::ActionStill Pink::WalkAction Pink::ActionPlay Pink::ActionLoop Pink::ActionPlayWithSfx Pink::ActionTalk

Public Member Functions

void deserialize (Archive &archive) override
 
bool initPalette (Screen *screen) override
 
void start () override
 
void end () override
 
bool needsUpdate ()
 
virtual void update ()
 
void pause (bool paused) override
 
Coordinates getCoordinates () override
 
const Common::RectgetBounds () const
 
uint32 getZ ()
 
CelDecodergetDecoder ()
 
void setCenter (Common::Point center)
 
void loadDecoder ()
 
- Public Member Functions inherited from Pink::Action
ActorgetActor () const
 
- 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 &)
 
virtual void toConsole () const
 

Protected Member Functions

virtual void onStart ()=0
 
void decodeNext ()
 
void setFrame (uint frame)
 

Protected Attributes

CelDecoder _decoder
 
Common::String _fileName
 
Common::Rect _bounds
 
uint32 _z
 
- Protected Attributes inherited from Pink::Action
Actor_actor
 
- Protected Attributes inherited from Pink::NamedObject
Common::String _name
 

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