VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
makVrv::DtOsgEarthServerInterface Class Referenceabstract

The interface between the Terrain patch logic and the dialog. More...

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

Public Member Functions

virtual void setMapNameLabel (const std::string &mapname)=0
 Called by the logic to set parameters for the current server. More...
 
virtual void setImageNameLabel (const std::string &imgname)=0
 Called by the logic to set parameters for the current server. More...
 
virtual void setDescriptionText (const std::string &desc)=0
 Called by the logic to set parameters for the current server. More...
 
virtual void setCordSysLabel (const std::string &cordsys)=0
 Called by the logic to set parameters for the current server. More...
 
virtual void addInstance (const std::string &name)=0
 Called by the logic to add an instance to the gui. More...
 
virtual void removeInstance (const std::string &name)=0
 Called by the logic to remove an instance to the gui. More...
 
virtual void clearInstances ()=0
 Called by the logic to remove all instances from the gui. More...
 

Public Attributes

boost::signal< void(bool)> signal_addTerrainPatch
 
boost::signal< void(const
std::string &)> 
signal_terrainPatchFileChosen
 
boost::signal< void(const
std::string &)> 
signal_currentServerChanged
 
boost::signal< void(const
std::string &)> 
signal_coordinateSystemParameters
 

Detailed Description

The interface between the Terrain patch logic and the dialog.

Member Function Documentation

virtual void makVrv::DtOsgEarthServerInterface::setMapNameLabel ( const std::string &  mapname)
pure virtual

Called by the logic to set parameters for the current server.

Implemented in makVrv::DtOsgEarthServerDialog.

virtual void makVrv::DtOsgEarthServerInterface::setImageNameLabel ( const std::string &  imgname)
pure virtual

Called by the logic to set parameters for the current server.

Implemented in makVrv::DtOsgEarthServerDialog.

virtual void makVrv::DtOsgEarthServerInterface::setDescriptionText ( const std::string &  desc)
pure virtual

Called by the logic to set parameters for the current server.

Implemented in makVrv::DtOsgEarthServerDialog.

virtual void makVrv::DtOsgEarthServerInterface::setCordSysLabel ( const std::string &  cordsys)
pure virtual

Called by the logic to set parameters for the current server.

Implemented in makVrv::DtOsgEarthServerDialog.

virtual void makVrv::DtOsgEarthServerInterface::addInstance ( const std::string &  name)
pure virtual

Called by the logic to add an instance to the gui.

Implemented in makVrv::DtOsgEarthServerDialog.

virtual void makVrv::DtOsgEarthServerInterface::removeInstance ( const std::string &  name)
pure virtual

Called by the logic to remove an instance to the gui.

Implemented in makVrv::DtOsgEarthServerDialog.

virtual void makVrv::DtOsgEarthServerInterface::clearInstances ( )
pure virtual

Called by the logic to remove all instances from the gui.

Implemented in makVrv::DtOsgEarthServerDialog.

Member Data Documentation

boost::signal<void (bool)> makVrv::DtOsgEarthServerInterface::signal_addTerrainPatch
boost::signal<void (const std::string&)> makVrv::DtOsgEarthServerInterface::signal_terrainPatchFileChosen
boost::signal<void (const std::string&)> makVrv::DtOsgEarthServerInterface::signal_currentServerChanged
boost::signal<void (const std::string&)> makVrv::DtOsgEarthServerInterface::signal_coordinateSystemParameters

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

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)