VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
scriptedTaskOptionsWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrvUtil/signalslib.h>
12 
15 
16 #include <QtWidgets/QWidget>
17 
21 
22 class QCheckBox;
23 class QHBoxLayout;
24 class QSpinBox;
25 class QLabel;
26 class QLineEdit;
27 class QPushButton;
28 
29 namespace makVrv
30 {
31  class DtDe;
32 }
33 
34 namespace makVrf
35 {
36  class DtScriptedTaskOptionsWidgetLogic;
37 
40  {
41  Q_OBJECT
42 
43  public:
44 
46  DtScriptedTaskOptionsWidget(QWidget* parent = NULL, const Qt::WindowFlags& flags = 0 );
47 
49  virtual ~DtScriptedTaskOptionsWidget();
50 
51  protected:
52 
53  void setupGui();
54 
55  virtual void setWarnOnSystemScriptChange(bool);
56  virtual bool warnOnSystemScriptChange() const;
57 
58  virtual void setShowWarnOnSystemScriptChange(bool);
59  virtual bool showWarnOnSystemScriptChange() const;
60 
61  virtual void setMonitorFrameRates(bool);
62  virtual bool monitorFrameRates() const;
63 
64  virtual void setIndent(int);
65  virtual int indent() const;
66 
67  virtual void setScriptEditor(const std::string&);
68  virtual std::string scriptEditor() const;
69 
70  protected slots:
72  virtual void onOptionChanged();
73  virtual void onChooseScriptEditor();
74 
75  private:
78 
81 
82  public:
85 
86  QHBoxLayout* myScriptEditorLayout;
92  };
93 }

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)