# 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>

Collaboration diagram for NL3D::CLoadZone:

Collaboration graph
[legend]
List of all members.

Public Methods

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

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 45 of file zone_manager.h.


Constructor & Destructor Documentation

NL3D::CLoadZone::CLoadZone ( ) [inline]
 

Definition at line 62 of file zone_manager.h.

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

Definition at line 63 of file zone_manager.h.


Member Data Documentation

bool NL3D::CLoadZone::FileNotFound
 

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

Definition at line 60 of file zone_manager.h.

uint16 NL3D::CLoadZone::IdZone
 

Unique ID of each zone.

Definition at line 50 of file zone_manager.h.

bool NL3D::CLoadZone::LoadAsked
 

true if loading asked.

Definition at line 52 of file zone_manager.h.

bool NL3D::CLoadZone::LoadInProgress
 

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

Definition at line 56 of file zone_manager.h.

bool NL3D::CLoadZone::Loaded
 

true if loaded.

Definition at line 54 of file zone_manager.h.

std::string NL3D::CLoadZone::NameZone
 

Name of zone.

Definition at line 48 of file zone_manager.h.

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

Runnable instance addrese.

Definition at line 58 of file zone_manager.h.


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