VR-Forces 4.7 Class Documentation
 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 #include <vrvUtil/signalslib.h>
14 
16 
17 namespace makVrv
18 {
19  class DtDe;
20 }
21 
22 namespace makVrf
23 {
25  {
26 
27  public:
28 
31 
32  public:
33  virtual void setShowWarnOnSystemScriptChange(bool) = 0;
34  virtual bool showWarnOnSystemScriptChange() const = 0;
35 
36  virtual void setWarnOnSystemScriptChange(bool) = 0;
37  virtual bool warnOnSystemScriptChange() const = 0;
38 
39  virtual void setIndent(int) = 0;
40  virtual int indent() const = 0;
41 
42  virtual void setMonitorFrameRates(bool) = 0;
43  virtual bool monitorFrameRates() const = 0;
44 
45  virtual void setScriptEditor(const std::string&) = 0;
46  virtual std::string scriptEditor() const = 0;
47 
48  boost::signal<void ()> signal_scriptedTaskOptionChanged;
49  boost::signal<void ()> signal_chooseScriptEditor;
50  };
51 }

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)