ScummVM API documentation
Illusions::Dictionary Class Reference

Public Member Functions

void addActorType (uint32 id, ActorType *actorType)
 
void removeActorType (uint32 id)
 
ActorTypefindActorType (uint32 id)
 
void addFont (uint32 id, FontResource *fontResource)
 
void removeFont (uint32 id)
 
FontResourcefindFont (uint32 id)
 
void addSequence (uint32 id, Sequence *sequence)
 
void removeSequence (uint32 id)
 
SequencefindSequence (uint32 id)
 
void addTalkEntry (uint32 id, TalkEntry *talkEntry)
 
void removeTalkEntry (uint32 id)
 
TalkEntryfindTalkEntry (uint32 id)
 
void setObjectControl (uint32 objectId, Control *control)
 
ControlgetObjectControl (uint32 objectId)
 

Protected Attributes

DictionaryHashMap< ActorType_actorTypes
 
DictionaryHashMap< Control_controls
 
DictionaryHashMap< FontResource_fontResources
 
DictionaryHashMap< Sequence_sequences
 
DictionaryHashMap< TalkEntry_talkEntries
 

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