VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simulationOptionsWidgetInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrvUtil/signalslib.h>
16 #include <vlutil/vlString.h>
17 #include <map>
18 
19 #include <QString>
20 
21 namespace makVrv
22 {
23  class DtDe;
24 }
25 
26 namespace makVrf
27 {
29  {
30  public:
31 
34 
35  public:
36  virtual void setLabelChangeEnabled(bool) = 0;
37 
38  virtual void setCheckForUnusedTriggersOnPlanSave(bool) = 0;
39  virtual bool checkForUnusedTriggersOnPlanSave() const = 0;
40 
41  virtual void setAllowOrbatDeletionChoice(bool) = 0;
42  virtual bool allowOrbatDeletionChoice() const = 0;
43 
44  virtual std::map<int, DtString> extendedLabels() const = 0;
45  virtual void setupFromExtendedLabels(const std::map<int, DtString>&) = 0;
46 
47  virtual void setSimulationModelSetConfigurations(const std::vector<DtVrfSimulationSettingsRecord::SimulationModelSetConfiguration>&) = 0;
48  virtual std::vector<DtVrfSimulationSettingsRecord::SimulationModelSetConfiguration> simulationModelSetConfigurations() const = 0;
49 
50  boost::signal<void ()> signal_simulationOptionChanged;
51 
52  boost::signal<void (const std::map<int, DtString>&)> signal_labelsChanged;
53  };
54 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)