ClientSchema.cpp File Reference

#include "ClientSchema.hpp"
#include "../event/ClientListeners.hpp"
#include "../io/all.hpp"
#include "../lang/Phrase.hpp"
#include "sim/InitListeners.hpp"
#include "sim/InitListener.hpp"
#include "sim/schema/SimSchema.hpp"
#include "sim/thing/Actor.hpp"
#include "client/thing/PlayerComponent.hpp"
#include "sim/pos/PosComponent.hpp"
#include "io/schema/IoSchema.hpp"
#include "util/system/util_system.hpp"

Go to the source code of this file.

Namespaces

namespace  se_client
namespace  se_client::ClientSchema

Classes

struct  se_client::ClientSchema::AutoInit

Functions

Phrase & phrases ()
void touch ()
 Force linking of dependencies.

Variables

ClientListeners clientListeners
 Manager for client listeners.
Phrase * phrases_ = 0
 Look up dictionary that contains phrases in several languages.
PlayerComponent * playerX
 The current player object.
PosComponentplayer
 A camera object (actor) that can float free of the player object.
PosComponentfloatingCamera
 A camera object (actor) that can float free of the player object.
PosComponentcamera = 0
 The object that the camera is attached to.
se_client::ClientSchema::AutoInit autoInit


Function Documentation

_SeClientExport Phrase & se_client::ClientSchema::phrases  ) 
 

Definition at line 42 of file ClientSchema.cpp.

References Assert, and se_client::ClientSchema::phrases_.

Referenced by se_client::LanguageParser::parse(), and se_ogre::SpeechBubble::translate().

void _SeClientExport se_client::ClientSchema::touch  ) 
 

Force linking of dependencies.

Definition at line 108 of file ClientSchema.cpp.

References se_core::IoSchema::touch(), and se_core::SimSchema::touch().


Variable Documentation

se_client::ClientSchema::AutoInit se_client::ClientSchema::autoInit
 

_SeClientExport se_core::PosComponent * se_client::ClientSchema::camera = 0
 

The object that the camera is attached to.

Probably the player or the floatingCamera

Definition at line 50 of file ClientSchema.cpp.

_SeClientExport ClientListeners se_client::ClientSchema::clientListeners
 

Manager for client listeners.

Definition at line 40 of file ClientSchema.cpp.

_SeClientExport se_core::PosComponent * se_client::ClientSchema::floatingCamera
 

A camera object (actor) that can float free of the player object.

Definition at line 49 of file ClientSchema.cpp.

_SeClientExport Phrase * se_client::ClientSchema::phrases_ = 0
 

Look up dictionary that contains phrases in several languages.

Definition at line 41 of file ClientSchema.cpp.

Referenced by se_client::ClientSchema::AutoInit::initEngineEvent(), and se_client::ClientSchema::phrases().

_SeClientExport se_core::PosComponent * se_client::ClientSchema::player
 

A camera object (actor) that can float free of the player object.

Definition at line 48 of file ClientSchema.cpp.

_SeClientExport PlayerComponent * se_client::ClientSchema::playerX
 

The current player object.

Definition at line 47 of file ClientSchema.cpp.


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

SourceForge.net Logo