ScummVM API documentation
MediaStation::FontActor Class Reference
Inheritance diagram for MediaStation::FontActor:
MediaStation::Actor MediaStation::ChannelClient MediaStation::TimerEventReceiver

Public Member Functions

virtual void readParameter (Chunk &chunk, ActorHeaderSectionType paramType) override
 
virtual void readChunk (Chunk &chunk) override
 
virtual void loadIsComplete () override
 
FontCharacterlookupCharacter (uint charCode)
 
- Public Member Functions inherited from MediaStation::Actor
 Actor (ActorType type)
 
virtual void timerEvent (const TimerEvent &event)
 
virtual ScriptValue callMethod (BuiltInMethod methodId, Common::Array< ScriptValue > &args)
 
virtual void initFromParameterStream (Chunk &chunk)
 
virtual void onEvent (const ActorEvent &event)
 
ScriptResponsefindNextTimeScriptResponseAfter (uint32 after) const
 
void runScriptResponseIfExists (EventType eventType, const ScriptValue &arg)
 
void runScriptResponseIfExists (EventType eventType)
 
ActorType type () const
 
uint id () const
 
uint contextId () const
 
void setId (uint id)
 
void setContextId (uint id)
 
virtual bool isSpatialActor () const
 
const char * debugName () const
 
- Public Member Functions inherited from MediaStation::TimerEventReceiver
uint32 currentReceiverTime ()
 
- Public Member Functions inherited from MediaStation::ChannelClient
void setChannelIdent (ChannelIdent channelIdent)
 
ChannelIdent channelIdent () const
 
void registerWithStreamManager ()
 
void unregisterWithStreamManager ()
 

Public Attributes

int16 _totalWidthOfAllChars = 0
 
int16 _totalHeightOfAllChars = 0
 
int16 _averageCharWidth = 0
 
int16 _averageCharHeight = 0
 
int16 _maxAscent = 0
 
int16 _maxDescent = 0
 

Additional Inherited Members

- Protected Member Functions inherited from MediaStation::Actor
bool setupNextScriptResponseTimer ()
 
void triggerRemainingTimerEvents ()
 
void processTimeScriptResponses ()
 
- Protected Attributes inherited from MediaStation::Actor
ActorType _type = kActorTypeEmpty
 
bool _loadIsComplete = false
 
uint _id = 0
 
uint _contextId = 0
 
Common::String _debugName
 
uint _duration = 0
 
Common::HashMap< uint, Common::Array< ScriptResponse * > > _scriptResponses
 
TimerEntry _timer
 
uint _startTime = 0
 
uint _lastProcessedTime = 0
 
- Protected Attributes inherited from MediaStation::ChannelClient
ChannelIdent _channelIdent = 0
 

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