VR-Forces 4.1.1 Class Documentation
List of all members | Public Types | Public Member Functions | Public Attributes
makVrv::DtTerrainContentsInterface Class Reference

The interface for the makVrv::DtTerrainContentsWidget for the makVrv::DtTerrainContentsLogic. More...

Inheritance diagram for makVrv::DtTerrainContentsInterface:
Inheritance graph
[legend]

Public Types

enum  LayerType { TerrainPatch, FeatureLayer, OceanLayer }

Public Member Functions

virtual void addItem (int id, LayerType layerType, const DtUnicode &name, bool visualized)=0
 Call to add a terrain patch/ feature layer to the widget.
virtual void removeItem (int id)=0
 Call to remove a terrain patch/ feature layer to the widget.
virtual void clear ()=0
 Called to clear all the terrain patches, feature layers in the widget.

Public Attributes

boost::signal< void(int)> signal_remove
 Signal emitted when the user chooses remove a terrain patch or feature layer.

Detailed Description

The interface for the makVrv::DtTerrainContentsWidget for the makVrv::DtTerrainContentsLogic.

Member Enumeration Documentation

Enumerator:
TerrainPatch 
FeatureLayer 
OceanLayer 

Member Function Documentation

virtual void makVrv::DtTerrainContentsInterface::addItem ( int  id,
LayerType  layerType,
const DtUnicode name,
bool  visualized 
)
pure virtual

Call to add a terrain patch/ feature layer to the widget.

Implemented in makVrv::DtTerrainContentsWidget.

virtual void makVrv::DtTerrainContentsInterface::removeItem ( int  id)
pure virtual

Call to remove a terrain patch/ feature layer to the widget.

Implemented in makVrv::DtTerrainContentsWidget.

virtual void makVrv::DtTerrainContentsInterface::clear ( )
pure virtual

Called to clear all the terrain patches, feature layers in the widget.

Implemented in makVrv::DtTerrainContentsWidget.

Member Data Documentation

boost::signal<void (int)> makVrv::DtTerrainContentsInterface::signal_remove

Signal emitted when the user chooses remove a terrain patch or feature layer.

Connected to a slot in the logic.


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

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)