VR-Forces 4.2 Class Documentation
DtSessionOptionsWidgetLogic.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 
14 #include <vrvUtil/DtSignalConnectionManager.h>
15 
16 #include <string>
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtPersistenceControlsInterface;
22 }
23 
24 namespace makVrf
25 {
26  class DtVrfSessionSettingsRecord;
27  class DtSessionOptionsWidgetInterface;
28 
30  {
31 
32  public:
33 
36  makVrv::DtPersistenceControlsInterface& toolbar);
37 
39  virtual ~DtSessionOptionsWidgetLogic();
40 
42  virtual void setupFromOptions(const DtVrfSessionSettingsRecord& rec);
43 
44  protected:
45 
47  virtual void on_import();
48  virtual void on_export();
49  virtual void on_importFilePathChosen(const std::string& filePath);
50  virtual void on_exportFilePathChosen(const std::string& filePath);
51 
52  virtual void on_sessionOptionChanged();
53 
54  protected:
55  makVrv::DtDe& myDe;
57  makVrv::DtPersistenceControlsInterface& myToolbarInterface;
58  makVrv::DtSignalConnectionManager myConnectionManager;
59  };
60 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)