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::DtOsgEarthSettingsInterface Class Referenceabstract

Abstract interface used to a user interface. More...

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

Public Member Functions

virtual ~DtOsgEarthSettingsInterface ()
 
virtual void setText (const std::string &desc)=0
 Called by the logic to set parameters for the current server. More...
 
virtual void addInstance (const std::string &name, bool select=false)=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(const
std::string &)> 
signal_saveFile
 
boost::signal< void(const
std::string &)> 
signal_renameFile
 
boost::signal< void(const
std::string &)> 
signal_newFile
 
boost::signal< void()> signal_deleteFile
 
boost::signal< void(const
std::string &)> 
signal_currentServerChanged
 

Detailed Description

Abstract interface used to a user interface.

Constructor & Destructor Documentation

virtual makVrv::DtOsgEarthSettingsInterface::~DtOsgEarthSettingsInterface ( )
virtual

Member Function Documentation

virtual void makVrv::DtOsgEarthSettingsInterface::setText ( const std::string &  desc)
pure virtual

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

Implemented in makVrv::DtOsgEarthSettingsWidget.

virtual void makVrv::DtOsgEarthSettingsInterface::addInstance ( const std::string &  name,
bool  select = false 
)
pure virtual

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

Implemented in makVrv::DtOsgEarthSettingsWidget.

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

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

Implemented in makVrv::DtOsgEarthSettingsWidget.

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

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

Implemented in makVrv::DtOsgEarthSettingsWidget.

Member Data Documentation

boost::signal<void (const std::string&)> makVrv::DtOsgEarthSettingsInterface::signal_saveFile
boost::signal<void (const std::string&)> makVrv::DtOsgEarthSettingsInterface::signal_renameFile
boost::signal<void (const std::string&)> makVrv::DtOsgEarthSettingsInterface::signal_newFile
boost::signal<void ()> makVrv::DtOsgEarthSettingsInterface::signal_deleteFile
boost::signal<void (const std::string&)> makVrv::DtOsgEarthSettingsInterface::signal_currentServerChanged

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)