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__CZoneLoadingTask.html | 259 +++++++++++++++++++++ 1 file changed, 259 insertions(+) create mode 100644 docs/doxygen/nel/class_NL3D__CZoneLoadingTask.html (limited to 'docs/doxygen/nel/class_NL3D__CZoneLoadingTask.html') diff --git a/docs/doxygen/nel/class_NL3D__CZoneLoadingTask.html b/docs/doxygen/nel/class_NL3D__CZoneLoadingTask.html new file mode 100644 index 00000000..2e5c5f48 --- /dev/null +++ b/docs/doxygen/nel/class_NL3D__CZoneLoadingTask.html @@ -0,0 +1,259 @@ + + + + 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::CZoneLoadingTask Class Reference

CZoneLoadingTask implement run methode for loading a zone for TaskManager. +More... +

+#include <zone_manager.h> +

+Inheritance diagram for NL3D::CZoneLoadingTask

Inheritance graph
+ + + +
[legend]
Collaboration diagram for NL3D::CZoneLoadingTask:

Collaboration graph
+ + + + + + + + + +
[legend]
List of all members. + + + + + + + + +

Public Methods

 CZoneLoadingTask (CLoadZone *lz, CZoneManager *zm)
 Constructor. More...

void run (void)
 Zone loading task. More...


Private Attributes

CLoadZone_Lz
CZoneManager_Zm
+

Detailed Description

+CZoneLoadingTask implement run methode for loading a zone for TaskManager. +

+

+Author(s):
+ Alain Saffray , Nevrax France
+Date:
+ 2000 sa See Also, CZoneManager, CTaskManager
+

+ +

+Definition at line 144 of file zone_manager.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
+NL3D::CZoneLoadingTask::CZoneLoadingTask ( + +CLoadZone * lz, +
+CZoneManager * zm ) +
+
+ + + + + +
+   + + +

+Constructor. +

+

+Parameters:
+ + + +
lz + is a pointer on multimap which contained all managed zones
zm + is a pointer on loading / unloading taskmanager
+
+

+Definition at line 194 of file zone_manager.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+void NL3D::CZoneLoadingTask::run ( + +void ) [virtual] +
+
+ + + + + +
+   + + +

+Zone loading task. +

+ +

+Reimplemented from NLMISC::IRunnable. +

+Definition at line 201 of file zone_manager.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+CLoadZone * NL3D::CZoneLoadingTask::_Lz [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 157 of file zone_manager.h.

+

+ + + + +
+ + + + + +
+CZoneManager * NL3D::CZoneLoadingTask::_Zm [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 158 of file zone_manager.h.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1