VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
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_sessionOptionChanged();
57  virtual void on_labelsChanged(const std::map<int, DtString>&);
58  virtual void extendedLabelsChanged();
59 
60  virtual void timezoneChanged();
61 
62  protected:
67  };
68 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)