VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtExampleLogic.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2020 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 namespace makVrv
16 {
17 
18  class DtDe;
19  class DtSettingsBackup;
20  class DtExampleInterface;
21  class DtPersistenceControlsInterface;
22 
27  {
28  public:
29 
33 
35  virtual ~DtExampleLogic();
36 
37  protected:
38 
40  virtual void sendSettingsToGui();
41 
43  void slot_onDisplayEngineInitialized();
44 
46  void slot_onIntChanged(int val);
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 
55  virtual void settingsRestored(const DtSettingsBackup* b);
56 
57 
61 
62  };
63 
64 }
#define DT_DLL_EXAMPLEDIALOGPAGE
Definition: exampleDialogPagePlugin.h:19
Example Logic (based on humble dialog pattern).
Definition: DtExampleLogic.h:25
Contains DLL export macros.
Abstract interface for controlling persistence of state in a dialog.
Definition: DtPersistenceControlsInterface.h:20
DtPersistenceControlsInterface & myPersistenceInterface
Definition: DtExampleLogic.h:60
DtDe & myDe
Definition: DtExampleLogic.h:58
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Provides a method of doign settings backup.
Definition: DtSettingsBackup.h:23
Base class to provide boost signal/slot management.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
Example Interface (based on the humble dialog pattern).
Definition: DtExampleInterface.h:21
DtExampleInterface & myInterface
Definition: DtExampleLogic.h:59

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)