xoreos  0.0.5
Public Member Functions | Private Attributes | List of all members
Engines::NWN::NewGameFogs Class Reference

#include <newgamefog.h>

Collaboration diagram for Engines::NWN::NewGameFogs:
Collaboration graph
[legend]

Public Member Functions

 NewGameFogs (size_t count)
 
 ~NewGameFogs ()
 
void show ()
 
void hide ()
 

Private Attributes

Common::PtrVector< Graphics::Aurora::Model_fogs
 

Detailed Description

Definition at line 39 of file newgamefog.h.

Constructor & Destructor Documentation

◆ NewGameFogs()

Engines::NWN::NewGameFogs::NewGameFogs ( size_t  count)

Definition at line 159 of file newgamefog.cpp.

References _fogs, and Engines::NWN::createNewGameFog().

Here is the call graph for this function:

◆ ~NewGameFogs()

Engines::NWN::NewGameFogs::~NewGameFogs ( )

Definition at line 166 of file newgamefog.cpp.

References hide().

Here is the call graph for this function:

Member Function Documentation

◆ hide()

void Engines::NWN::NewGameFogs::hide ( )

Definition at line 175 of file newgamefog.cpp.

References _fogs.

Referenced by ~NewGameFogs().

Here is the caller graph for this function:

◆ show()

void Engines::NWN::NewGameFogs::show ( )

Definition at line 170 of file newgamefog.cpp.

References _fogs.

Referenced by Engines::NWN::MainMenu::callbackActive().

Here is the caller graph for this function:

Member Data Documentation

◆ _fogs

Common::PtrVector<Graphics::Aurora::Model> Engines::NWN::NewGameFogs::_fogs
private

Definition at line 48 of file newgamefog.h.

Referenced by hide(), NewGameFogs(), and show().


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