CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

iVosSector Struct Reference

This interface bridges between a VOS sector and a Crystal Space sector. More...

#include <vosa3dl.h>

Inheritance diagram for iVosSector:

iBase List of all members.

Public Methods

virtual void Load ()=0
 Begin loading this sector in the background.

virtual csRef< iSectorGetSector ()=0
 Get the Crystal Space iSector for this sector.


Detailed Description

This interface bridges between a VOS sector and a Crystal Space sector.

Definition at line 50 of file vosa3dl.h.


Member Function Documentation

virtual csRef<iSector> iVosSector::GetSector   [pure virtual]
 

Get the Crystal Space iSector for this sector.

This will be empty until Load() is called.

virtual void iVosSector::Load   [pure virtual]
 

Begin loading this sector in the background.

Network activity occurs in another thread, so this method returns immediately. An event is posted to the global event queue when the download is complete.

Bug:
the download-complete event is not yet posted.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.18