deBaseGraphicHeightTerrain Class Reference

Graphic Module Height Terrain Peer. More...

#include <deBaseGraphicHeightTerrain.h>

List of all members.

Public Member Functions

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

Detailed Description

Graphic Module Height Terrain Peer.

Peer for the height terrain resource used by graphic modules.

Author:
Plüss Roland
Version:
1.0
Date:
2009

Constructor & Destructor Documentation

deBaseGraphicHeightTerrain::deBaseGraphicHeightTerrain (  )

Creates a new peer.

virtual deBaseGraphicHeightTerrain::~deBaseGraphicHeightTerrain (  ) [virtual]

Cleans up the peer.


Member Function Documentation

virtual void deBaseGraphicHeightTerrain::AllDecalsRemoved (  ) [virtual]

All decals have been removed.

virtual void deBaseGraphicHeightTerrain::AllSectorsRemoved (  ) [virtual]

All sectors have been removed.

virtual void deBaseGraphicHeightTerrain::DecalAdded ( int  index,
deDecal decal 
) [virtual]

Decal has been added.

virtual void deBaseGraphicHeightTerrain::DecalRemoved ( int  index,
deDecal decal 
) [virtual]

Decal has been removed.

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

Sector heights changed.

virtual void deBaseGraphicHeightTerrain::SectorAdded ( int  index,
deHeightTerrainSector sector 
) [virtual]

Sector has been added.

virtual void deBaseGraphicHeightTerrain::SectorChanged ( int  index,
deHeightTerrainSector sector 
) [virtual]

Sector changed.

virtual void deBaseGraphicHeightTerrain::SectorRemoved ( int  index,
deHeightTerrainSector sector 
) [virtual]

Sector has been removed.


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