se_core::DictionaryParser Class Reference

#include <DictionaryParser.hpp>

Inheritance diagram for se_core::DictionaryParser:

se_core::Parser List of all members.

Public Types

enum  ModuleCode {
  AREA = 'A', AREA_THINGS = 'B', RANDOM_AREA_THINGS = 'C', DICTIONARY = 'D',
  EMBEDDED = 'E', CONFIG = 'F', AREA_GRID = 'G', HEIGHTMAP_AREA = 'H',
  LANGUAGE = 'L', MENU = 'M', THING = 'O', SPEECH_POSITION = 'P',
  RANDOM_AREA = 'R', CUTSCENE = 'S', TERRAIN = 'T', PLAYER = 'X',
  PLUGIN = 'Z', SETTINGS = 'S'
}
enum  ModuleGroup {
  ENGINE = 'E', BASIC = 'B', CLIENT = 'C', SDL = 'S',
  GBA = 'G', OGRE = 'O', LOGIC = 'L', UI = 'U',
  GAME = 'X', FMOD = 'F', PHYSX = 'P'
}

Public Member Functions

 DictionaryParser (ParseManager &parser)
void parse (InputStream &in)
int headerCode ()
const char * headerCodeString ()

Member Enumeration Documentation

enum se_core::Parser::ModuleCode [inherited]
 

Enumeration values:
AREA 
AREA_THINGS 
RANDOM_AREA_THINGS 
DICTIONARY 
EMBEDDED 
CONFIG 
AREA_GRID 
HEIGHTMAP_AREA 
LANGUAGE 
MENU 
THING 
SPEECH_POSITION 
RANDOM_AREA 
CUTSCENE 
TERRAIN 
PLAYER 
PLUGIN 
SETTINGS 

Definition at line 31 of file Parser.hpp.

enum se_core::Parser::ModuleGroup [inherited]
 

Enumeration values:
ENGINE 
BASIC 
CLIENT 
SDL 
GBA 
OGRE 
LOGIC 
UI 
GAME 
FMOD 
PHYSX 

Definition at line 52 of file Parser.hpp.


Constructor & Destructor Documentation

se_core::DictionaryParser::DictionaryParser ParseManager parser  ) 
 

Definition at line 39 of file DictionaryParser.cpp.


Member Function Documentation

int se_core::Parser::headerCode  )  [inherited]
 

Definition at line 38 of file Parser.cpp.

Referenced by se_core::ParseManager::add().

const char * se_core::Parser::headerCodeString  )  [inherited]
 

Definition at line 45 of file Parser.cpp.

Referenced by se_core::ParseManager::add().

void se_core::DictionaryParser::parse InputStream in  )  [virtual]
 

Implements se_core::Parser.

Definition at line 45 of file DictionaryParser.cpp.

References se_core::DE_DICTIONARY_TYPE, se_core::SimSchema::dictionary(), se_core::String::get(), se_core::Dictionary::highestId(), se_core::Dictionary::id(), LogFatal, se_core::InputStream::name(), se_core::InputStream::readInfoCode(), se_core::InputStream::readShort(), and se_core::InputStream::readString().


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

Home Page | SagaEngine trunk (updated nightly) reference generated Sun Dec 2 20:06:25 2007 by Doxygen version 1.3.9.1.

SourceForge.net Logo