ScummVM API documentation
Ultima::Ultima4::DialogueLoader Class Referenceabstract

#include <dialogueloader.h>

Inheritance diagram for Ultima::Ultima4::DialogueLoader:
Ultima::Ultima4::U4HWDialogueLoader Ultima::Ultima4::U4LBDialogueLoader Ultima::Ultima4::U4TlkDialogueLoader

Public Member Functions

virtual Dialogueload (Common::SeekableReadStream *source)=0
 

Detailed Description

The generic dialogue loader interface. Different dialogue loaders should override the load method to load dialogues from different sources (.tlk files, xml config elements, etc.). They must also register themselves with registerLoader for one or more source types. By convention, the source type of load() and registerLoader() is an xu4-specific mime type. The two main types used are application/x-u4tlk and text/x-u4cfg.


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