VR-Forces 5.0.2 Developer's Guide
 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 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtOsgEarthSettingsInterface_H_
11 #define DtOsgEarthSettingsInterface_H_
12 
14 
15 namespace makVrv
16 {
20  {
21  public:
22  virtual ~DtOsgEarthSettingsInterface();
23 
25  virtual void setText(const std::string& desc) = 0;
26 
28  virtual void addInstance(const std::string& name, bool select = false) = 0;
29 
31  virtual void removeInstance(const std::string& name) = 0;
32 
34  virtual void clearInstances() = 0;
35 
36  boost::signalslib::signal<void (const std::string&)> signal_saveFile;
37  boost::signalslib::signal<void (const std::string&)> signal_renameFile;
38  boost::signalslib::signal<void (const std::string&)> signal_newFile;
39  boost::signalslib::signal<void ()> signal_deleteFile;
40  boost::signalslib::signal<void (const std::string&)> signal_currentServerChanged;
41  };
42 
43 }
44 
45 #endif
46 
boost::signalslib::signal< void(const std::string &)> signal_renameFile
Definition: DtOsgEarthSettingsInterface.h:37
boost::signalslib::signal< void(const std::string &)> signal_currentServerChanged
Definition: DtOsgEarthSettingsInterface.h:40
boost::signalslib::signal< void(const std::string &)> signal_newFile
Definition: DtOsgEarthSettingsInterface.h:38
Contains DLL export macros.
Abstract interface used to a user interface.
Definition: DtOsgEarthSettingsInterface.h:19
#define DT_DLL_VRVOSGEARTHQT
Definition: vrvOsgEarthQt.h:25
boost::signalslib::signal< void()> signal_deleteFile
Definition: DtOsgEarthSettingsInterface.h:39
boost::signalslib::signal< void(const std::string &)> signal_saveFile
Definition: DtOsgEarthSettingsInterface.h:36

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)