VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
sessionOptionsWidgetLogic.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 DtVrfSessionSettingsRecord;
29  class DtSessionOptionsWidgetInterface;
30 
32  {
33 
34  public:
35 
39 
41  virtual ~DtSessionOptionsWidgetLogic();
42 
44  virtual void setupFromOptions(const DtVrfSessionSettingsRecord& rec);
45 
46  protected:
47 
49  virtual void on_import();
50  virtual void on_export();
51  virtual void on_importFilePathChosen(const std::string& filePath);
52  virtual void on_exportFilePathChosen(const std::string& filePath);
53 
54  virtual void on_sessionOptionChanged();
55 
56  protected:
61  };
62 }

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)