VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtInterfaceLayoutEditorLogic.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
15 
16 #include <QtCore/QString>
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtInterfaceLayoutEditorWidgetInterface;
22  class DtPersistenceControlsInterface;
23 
27  {
28 
29  public:
30 
32 
35 
37  virtual void setupGui();
38 
40  virtual void on_import();
41  virtual void on_export();
42  virtual void on_importFilePathChosen(const std::string& filePath);
43  virtual void on_exportFilePathChosen(const std::string& filePath);
44  virtual void on_restoreFactorySettings();
45  virtual void on_restoreLastSettings();
46 
47  protected:
48  virtual void processSavedConfig(
50 
51  protected:
52 
56 
57  };
58 }
Definition: DtVrvApplicationConfiguration.h:37
DtPersistenceControlsInterface & myToolbar
Definition: DtInterfaceLayoutEditorLogic.h:55
DtDe & myDe
Definition: DtInterfaceLayoutEditorLogic.h:53
Abstract interface for GUI layout editor widgets.
Definition: DtInterfaceLayoutEditorWidgetInterface.h:18
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Abstract interface for controlling persistence of state in a dialog.
Definition: DtPersistenceControlsInterface.h:20
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Base class to provide boost signal/slot management.
DtInterfaceLayoutEditorWidgetInterface & myInterface
Definition: DtInterfaceLayoutEditorLogic.h:54
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:76
Contains makVrv:DtVrvApplicationConfiguration class.
The logic for the GUI layout page.
Definition: DtInterfaceLayoutEditorLogic.h:26

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)