From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/class_NL3D__CLoadZone.html | 398 ++++++++++++++++++++++++++++ 1 file changed, 398 insertions(+) create mode 100644 docs/doxygen/nel/class_NL3D__CLoadZone.html (limited to 'docs/doxygen/nel/class_NL3D__CLoadZone.html') diff --git a/docs/doxygen/nel/class_NL3D__CLoadZone.html b/docs/doxygen/nel/class_NL3D__CLoadZone.html new file mode 100644 index 00000000..41e32c34 --- /dev/null +++ b/docs/doxygen/nel/class_NL3D__CLoadZone.html @@ -0,0 +1,398 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1