VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
checkpointSettingsWidgetLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2016 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 DtCheckpointSettingsWidgetInterface;
30  class DtVrfBackendState;
31 
33  {
34 
35  public:
36 
40 
43 
44  virtual void slot_sendPeriodicSnapshoSettingsToBackEnds();
45 
46  protected:
47  virtual void slot_settingReceived(const std::string& setting, const DtVrfBackendState* state);
48 
49  virtual void slot_checkpointsDirectoryChanged(const std::string&);
50  virtual void slot_enableSaveCheckpointsChanged(bool);
51  virtual void slot_periodicCheckpointFrequencyChanged(int);
52  virtual void shouldBeEnabled();
53 
54  protected:
59  };
60 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)