xoreos  0.0.5
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
Engines::NWN2::NWN2Engine Class Reference

#include <nwn2.h>

Inheritance diagram for Engines::NWN2::NWN2Engine:
Inheritance graph
[legend]
Collaboration diagram for Engines::NWN2::NWN2Engine:
Collaboration graph
[legend]

Public Member Functions

 NWN2Engine ()
 
 ~NWN2Engine ()
 
bool detectLanguages (Aurora::GameID game, const Common::UString &target, Aurora::Platform platform, std::vector< Aurora::Language > &languages) const
 Detect which languages this game instance supports. More...
 
bool getLanguage (Aurora::Language &language) const
 Return the game's current language. More...
 
bool changeLanguage ()
 Change the game's current language. More...
 
GamegetGame ()
 Return the context running the actual game. More...
 
- Public Member Functions inherited from Engines::Engine
 Engine ()
 
virtual ~Engine ()
 
virtual bool detectLanguages (Aurora::GameID game, const Common::UString &target, Aurora::Platform platform, std::vector< Aurora::Language > &languagesText, std::vector< Aurora::Language > &languagesVoice) const
 Detect which languages this game instance supports. More...
 
bool detectLanguages (std::vector< Aurora::Language > &languages) const
 
bool detectLanguages (std::vector< Aurora::Language > &languagesText, std::vector< Aurora::Language > &languagesVoice) const
 
virtual bool getLanguage (Aurora::Language &languageText, Aurora::Language &languageVoice) const
 Return the game's current language. More...
 
void start (Aurora::GameID game, const Common::UString &target, Aurora::Platform platform)
 
void showFPS ()
 Evaluate the FPS display setting and show/hide the FPS display. More...
 

Protected Member Functions

void run ()
 Run the game. More...
 
- Protected Member Functions inherited from Engines::Engine
bool evaluateLanguage (bool find, Aurora::Language &language) const
 
bool evaluateLanguage (bool find, Aurora::Language &languageVoice, Aurora::Language &languageText) const
 

Private Member Functions

void init ()
 
void declareLanguages ()
 
void initResources (LoadProgress &progress)
 
void initCursors ()
 
void initConfig ()
 
void initGameConfig ()
 
void deinit ()
 
void playIntroVideos ()
 

Private Attributes

Aurora::Language _language
 
bool _hasXP1
 
bool _hasXP2
 
bool _hasXP3
 
Common::ScopedPtr< Game_game
 

Additional Inherited Members

- Protected Attributes inherited from Engines::Engine
Aurora::GameID _game
 
Aurora::Platform _platform
 
Common::UString _target
 
Common::ScopedPtr< Console_console
 
Common::ScopedPtr< Graphics::Aurora::FPS_fps
 

Detailed Description

Definition at line 43 of file nwn2.h.

Constructor & Destructor Documentation

◆ NWN2Engine()

Engines::NWN2::NWN2Engine::NWN2Engine ( )

Definition at line 59 of file nwn2.cpp.

References Engines::Engine::_console.

◆ ~NWN2Engine()

Engines::NWN2::NWN2Engine::~NWN2Engine ( )

Definition at line 65 of file nwn2.cpp.

Member Function Documentation

◆ changeLanguage()

bool Engines::NWN2::NWN2Engine::changeLanguage ( )
virtual

Change the game's current language.

Reimplemented from Engines::Engine.

Definition at line 101 of file nwn2.cpp.

References _language, and Engines::Engine::evaluateLanguage().

Here is the call graph for this function:

◆ declareLanguages()

void Engines::NWN2::NWN2Engine::declareLanguages ( )
private

◆ deinit()

void Engines::NWN2::NWN2Engine::deinit ( )
private

Definition at line 378 of file nwn2.cpp.

References _game.

Referenced by run().

Here is the caller graph for this function:

◆ detectLanguages()

bool Engines::NWN2::NWN2Engine::detectLanguages ( Aurora::GameID  game,
const Common::UString target,
Aurora::Platform  platform,
std::vector< Aurora::Language > &  languages 
) const
virtual

Detect which languages this game instance supports.

Reimplemented from Engines::Engine.

Definition at line 68 of file nwn2.cpp.

References Common::FileList::addDirectory(), Common::UString::empty(), Common::FileList::findFirst(), Aurora::TalkTable_TLK::getLanguageID(), Aurora::kLanguageInvalid, and LangMan.

Here is the call graph for this function:

◆ getGame()

Game & Engines::NWN2::NWN2Engine::getGame ( )

◆ getLanguage()

bool Engines::NWN2::NWN2Engine::getLanguage ( Aurora::Language language) const
virtual

Return the game's current language.

Reimplemented from Engines::Engine.

Definition at line 96 of file nwn2.cpp.

References _language.

◆ init()

void Engines::NWN2::NWN2Engine::init ( )
private

Definition at line 135 of file nwn2.cpp.

References _language, declareLanguages(), Engines::Engine::evaluateLanguage(), EventMan, initConfig(), initCursors(), initGameConfig(), initResources(), LangMan, status(), Engines::LoadProgress::step(), and warning().

Referenced by run().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initConfig()

void Engines::NWN2::NWN2Engine::initConfig ( )
private

Definition at line 358 of file nwn2.cpp.

References ConfigMan, and Common::kConfigRealmDefault.

Referenced by init().

Here is the caller graph for this function:

◆ initCursors()

void Engines::NWN2::NWN2Engine::initCursors ( )
private

Definition at line 351 of file nwn2.cpp.

References CursorMan.

Referenced by init().

Here is the caller graph for this function:

◆ initGameConfig()

void Engines::NWN2::NWN2Engine::initGameConfig ( )
private

Definition at line 363 of file nwn2.cpp.

References _hasXP1, _hasXP2, _hasXP3, Engines::Engine::_target, ConfigMan, Common::FilePath::findSubDirectory(), and Common::kConfigRealmGameTemp.

Referenced by init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initResources()

void Engines::NWN2::NWN2Engine::initResources ( LoadProgress progress)
private

◆ playIntroVideos()

void Engines::NWN2::NWN2Engine::playIntroVideos ( )
private

Definition at line 382 of file nwn2.cpp.

References Engines::playVideo().

Referenced by run().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ run()

void Engines::NWN2::NWN2Engine::run ( )
protectedvirtual

Run the game.

Implements Engines::Engine.

Definition at line 115 of file nwn2.cpp.

References Engines::Engine::_console, _game, CursorMan, deinit(), EventMan, init(), and playIntroVideos().

Here is the call graph for this function:

Member Data Documentation

◆ _game

Common::ScopedPtr<Game> Engines::NWN2::NWN2Engine::_game
private

Definition at line 70 of file nwn2.h.

Referenced by deinit(), getGame(), and run().

◆ _hasXP1

bool Engines::NWN2::NWN2Engine::_hasXP1
private

Definition at line 66 of file nwn2.h.

Referenced by initGameConfig(), and initResources().

◆ _hasXP2

bool Engines::NWN2::NWN2Engine::_hasXP2
private

Definition at line 67 of file nwn2.h.

Referenced by initGameConfig(), and initResources().

◆ _hasXP3

bool Engines::NWN2::NWN2Engine::_hasXP3
private

Definition at line 68 of file nwn2.h.

Referenced by initGameConfig(), and initResources().

◆ _language

Aurora::Language Engines::NWN2::NWN2Engine::_language
private

Definition at line 64 of file nwn2.h.

Referenced by changeLanguage(), getLanguage(), and init().


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