VR-Forces 4.7 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 
2 
3 
4 
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 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)