VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
scriptedTaskOptionsWidgetInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 
14 #include <boost/signals2.hpp>
15 
17 
18 namespace makVrv
19 {
20  class DtDe;
21 }
22 
23 namespace makVrf
24 {
26  {
27 
28  public:
29 
32 
33  public:
34  virtual void setShowWarnOnSystemScriptChange(bool) = 0;
35  virtual bool showWarnOnSystemScriptChange() const = 0;
36 
37  virtual void setWarnOnSystemScriptChange(bool) = 0;
38  virtual bool warnOnSystemScriptChange() const = 0;
39 
40  virtual void setIndent(int) = 0;
41  virtual int indent() const = 0;
42 
43  virtual void setMonitorFrameRates(bool) = 0;
44  virtual bool monitorFrameRates() const = 0;
45 
46  virtual void setScriptEditor(const std::string&) = 0;
47  virtual std::string scriptEditor() const = 0;
48 
49  boost::signals2::signal<void ()> signal_scriptedTaskOptionChanged;
50  boost::signals2::signal<void ()> signal_chooseScriptEditor;
51  };
52 }
boost::signals2::signal< void()> signal_scriptedTaskOptionChanged
Definition: scriptedTaskOptionsWidgetInterface.h:49
Definition: scriptedTaskOptionsWidgetInterface.h:25
#define DT_DLL_VRFGUISETTINGSWIDGETS
Definition: vrfGuiSettingsWidgets.h:22
boost::signals2::signal< void()> signal_chooseScriptEditor
Definition: scriptedTaskOptionsWidgetInterface.h:50

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)