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