Graphic Module Height Terrain Peer. More...
#include <deBaseGraphicHeightTerrain.h>
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. | |
Graphic Module Height Terrain Peer.
Peer for the height terrain resource used by graphic modules.
| deBaseGraphicHeightTerrain::deBaseGraphicHeightTerrain | ( | ) |
Creates a new peer.
| virtual deBaseGraphicHeightTerrain::~deBaseGraphicHeightTerrain | ( | ) | [virtual] |
Cleans up the peer.
| 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.
1.7.2