VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)