VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOsgEarthSettingsInterface.h
Go to the documentation of this file.
1 
5 #ifndef DtOsgEarthSettingsInterface_H_
6 #define DtOsgEarthSettingsInterface_H_
7 
9 
10 namespace makVrv
11 {
15  {
16  public:
17  virtual ~DtOsgEarthSettingsInterface();
18 
20  virtual void setText(const std::string& desc) = 0;
21 
23  virtual void addInstance(const std::string& name, bool select = false) = 0;
24 
26  virtual void removeInstance(const std::string& name) = 0;
27 
29  virtual void clearInstances() = 0;
30 
31  boost::signal<void (const std::string&)> signal_saveFile;
32  boost::signal<void (const std::string&)> signal_renameFile;
33  boost::signal<void (const std::string&)> signal_newFile;
34  boost::signal<void ()> signal_deleteFile;
35  boost::signal<void (const std::string&)> signal_currentServerChanged;
36  };
37 
38 }
39 
40 #endif
41 
boost::signal< void(const std::string &)> signal_saveFile
Definition: DtOsgEarthSettingsInterface.h:31
Contains DLL export macros.
boost::signal< void(const std::string &)> signal_newFile
Definition: DtOsgEarthSettingsInterface.h:33
Abstract interface used to a user interface.
Definition: DtOsgEarthSettingsInterface.h:14
#define DT_DLL_VRVOSGEARTHQT
Definition: vrvOsgEarthQt.h:25
boost::signal< void()> signal_deleteFile
Definition: DtOsgEarthSettingsInterface.h:34
boost::signal< void(const std::string &)> signal_renameFile
Definition: DtOsgEarthSettingsInterface.h:32
boost::signal< void(const std::string &)> signal_currentServerChanged
Definition: DtOsgEarthSettingsInterface.h:35

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)