# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::CLoadZone Struct Reference

CLoadZone contained a status of loading for each zone. More...

#include <zone_manager.h>

List of all members.

Public Methods

 CLoadZone ()
 CLoadZone (std::string name, uint16 idZone, bool loadAsked)
std::string getNameWithoutExtension () const

Public Attributes

std::string NameZone
 Name of zone. More...

uint16 IdZone
 Unique ID of each zone. More...

bool LoadAsked
 true if loading asked. More...

bool Loaded
 true if loaded. More...

bool LoadInProgress
 true if loading in progress (Zone is in TaskManager). More...

NLMISC::IRunnableRunnable
 Runnable instance addrese. More...

bool FileNotFound
 Flag at true for stop to try loading none exist files. More...


Detailed Description

CLoadZone contained a status of loading for each zone.

Definition at line 46 of file zone_manager.h.


Constructor & Destructor Documentation

NL3D::CLoadZone::CLoadZone   [inline]
 

Definition at line 63 of file zone_manager.h.

References FileNotFound, IdZone, LoadAsked, Loaded, LoadInProgress, and NameZone.

NL3D::CLoadZone::CLoadZone std::string    name,
uint16    idZone,
bool    loadAsked
[inline]
 

Definition at line 64 of file zone_manager.h.

References FileNotFound, IdZone, LoadAsked, Loaded, LoadInProgress, NameZone, and uint16.


Member Function Documentation

std::string NL3D::CLoadZone::getNameWithoutExtension   const
 

Definition at line 286 of file zone_manager.cpp.

References NameZone.


Member Data Documentation

bool NL3D::CLoadZone::FileNotFound
 

Flag at true for stop to try loading none exist files.

Definition at line 61 of file zone_manager.h.

Referenced by CLoadZone.

uint16 NL3D::CLoadZone::IdZone
 

Unique ID of each zone.

Definition at line 51 of file zone_manager.h.

Referenced by CLoadZone.

bool NL3D::CLoadZone::LoadAsked
 

true if loading asked.

Definition at line 53 of file zone_manager.h.

Referenced by CLoadZone.

bool NL3D::CLoadZone::Loaded
 

true if loaded.

Definition at line 55 of file zone_manager.h.

Referenced by CLoadZone.

bool NL3D::CLoadZone::LoadInProgress
 

true if loading in progress (Zone is in TaskManager).

Definition at line 57 of file zone_manager.h.

Referenced by CLoadZone.

std::string NL3D::CLoadZone::NameZone
 

Name of zone.

Definition at line 49 of file zone_manager.h.

Referenced by CLoadZone, and getNameWithoutExtension.

NLMISC::IRunnable* NL3D::CLoadZone::Runnable
 

Runnable instance addrese.

Definition at line 59 of file zone_manager.h.


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