VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simulationOptionsWidgetLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 #include <vlutil/vlString.h>
16 
17 #include <map>
18 #include <string>
19 
20 namespace makVrv
21 {
22  class DtDe;
23  class DtPersistenceControlsInterface;
24 }
25 
26 namespace makVrf
27 {
28  class DtVrfSimulationSettingsRecord;
29  class DtSimulationOptionsWidgetInterface;
30 
32  {
33 
34  public:
35 
39 
42 
44  virtual void setupFromOptions(const DtVrfSimulationSettingsRecord& rec);
45 
46  protected:
47 
48  virtual void backendCountChanged();
49 
51  virtual void on_import();
52  virtual void on_export();
53  virtual void on_importFilePathChosen(const std::string& filePath);
54  virtual void on_exportFilePathChosen(const std::string& filePath);
55 
56  virtual void on_simulationOptionChanged();
57  virtual void on_labelsChanged(const std::map<int, DtString>&);
58  virtual void extendedLabelsChanged();
59 
60  protected:
65  };
66 }

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)