VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtIntersectorSettingsLogic.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
13 #include <vrvCoreQt/vrvCoreQt.h>
15 
16 namespace makVrv
17 {
18  class DtIntersectorSettingsInterface;
19  class DtPersistenceControlsInterface;
20  class DtDe;
21  class DtSettingsBackup;
22 
26  {
27  public:
30  DtPersistenceControlsInterface& persistenceControls,
32 
34  virtual ~DtIntersectorSettingsLogic();
35 
36  protected:
37 
39  void sendSettingsToGui();
40 
42  void slot_intersectorDrawEnabledChanged(bool enabled);
43 
45  void slot_intersectorDrawnDurationChanged(float duration);
46 
48  void slot_failedIntersetcorColorChanged( const DtColorValue& color );
49 
51  void slot_oddSegmentIntersectorColorChanged( const DtColorValue& color );
52 
54  void slot_evenSegmentIntersectorColorChanged( const DtColorValue& color );
55 
56  //@ }
57 
59  //@ {
60  void on_import();
61  void on_export();
62  void on_importFilePathChosen(const std::string& filePath);
63  void on_exportFilePathChosen(const std::string& filePath);
64  //@ }
65 
68  virtual void settingsRestored(const DtSettingsBackup*);
69 
70  protected:
75  };
76 }

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)