Drag[en]gine Game Engine  1.21
deBaseGraphicHeightTerrain Class Reference

Graphic Module Height Terrain Peer. More...

#include <deBaseGraphicHeightTerrain.h>

Public Member Functions

Constructors and Destructors
 deBaseGraphicHeightTerrain ()
 Create new peer. More...
 
virtual ~deBaseGraphicHeightTerrain ()
 Clean up peer. More...
 
Notifications
virtual void ParametersChanged ()
 Parameter changes. More...
 
virtual void HeightChanged (const decPoint &fromSector, const decPoint &fromCoordinates, const decPoint &toSector, const decPoint &toCoordinates)
 Sector heights changed. More...
 
virtual void SectorAdded (deHeightTerrainSector *sector)
 Sector has been added. More...
 
virtual void SectorRemoved (int index)
 Sector has been removed. More...
 
virtual void AllSectorsRemoved ()
 All sectors have been removed. More...
 
virtual void SectorChanged (int index)
 Sector changed. More...
 
virtual void DecalAdded (int sector, deDecal *decal)
 Decal has been added. More...
 
virtual void DecalRemoved (int sector, deDecal *decal)
 Decal has been removed. More...
 
virtual void AllDecalsRemoved (int sector)
 All decals have been removed. More...
 

Detailed Description

Graphic Module Height Terrain Peer.

Peer for the height terrain resource used by graphic modules.

Constructor & Destructor Documentation

◆ deBaseGraphicHeightTerrain()

deBaseGraphicHeightTerrain::deBaseGraphicHeightTerrain ( )

Create new peer.

◆ ~deBaseGraphicHeightTerrain()

virtual deBaseGraphicHeightTerrain::~deBaseGraphicHeightTerrain ( )
virtual

Clean up peer.

Member Function Documentation

◆ AllDecalsRemoved()

virtual void deBaseGraphicHeightTerrain::AllDecalsRemoved ( int  sector)
virtual

All decals have been removed.

◆ AllSectorsRemoved()

virtual void deBaseGraphicHeightTerrain::AllSectorsRemoved ( )
virtual

All sectors have been removed.

◆ DecalAdded()

virtual void deBaseGraphicHeightTerrain::DecalAdded ( int  sector,
deDecal decal 
)
virtual

Decal has been added.

◆ DecalRemoved()

virtual void deBaseGraphicHeightTerrain::DecalRemoved ( int  sector,
deDecal decal 
)
virtual

Decal has been removed.

◆ HeightChanged()

virtual void deBaseGraphicHeightTerrain::HeightChanged ( const decPoint fromSector,
const decPoint fromCoordinates,
const decPoint toSector,
const decPoint toCoordinates 
)
virtual

Sector heights changed.

◆ ParametersChanged()

virtual void deBaseGraphicHeightTerrain::ParametersChanged ( )
virtual

Parameter changes.

◆ SectorAdded()

virtual void deBaseGraphicHeightTerrain::SectorAdded ( deHeightTerrainSector sector)
virtual

Sector has been added.

◆ SectorChanged()

virtual void deBaseGraphicHeightTerrain::SectorChanged ( int  index)
virtual

Sector changed.

◆ SectorRemoved()

virtual void deBaseGraphicHeightTerrain::SectorRemoved ( int  index)
virtual

Sector has been removed.


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