VR-Forces 4.8 Class Documentation
 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 /*******************************************************************************
6 ** $RCSfile: DtInterfaceLayoutEditorLogic.h,v $ $Revision: 1.12 $ $State: Exp $
7 *******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCoreQt/vrvCoreQt.h>
18 
19 #include <QtCore/QString>
20 
21 namespace makVrv
22 {
23  class DtDe;
24  class DtInterfaceLayoutEditorWidgetInterface;
25  class DtPersistenceControlsInterface;
26 
30  {
31 
32  public:
33 
35 
38 
40  virtual void setupGui();
41 
43  virtual void on_import();
44  virtual void on_export();
45  virtual void on_importFilePathChosen(const std::string& filePath);
46  virtual void on_exportFilePathChosen(const std::string& filePath);
47  virtual void on_restoreFactorySettings();
48  virtual void on_restoreLastSettings();
49 
50  protected:
51  virtual void processSavedConfig(
53 
54  protected:
55 
59 
60  };
61 }
Definition: DtVrvApplicationConfiguration.h:32
DtPersistenceControlsInterface & myToolbar
Definition: DtInterfaceLayoutEditorLogic.h:58
DtDe & myDe
Definition: DtInterfaceLayoutEditorLogic.h:56
Abstract interface for GUI layout editor widgets.
Definition: DtInterfaceLayoutEditorWidgetInterface.h:21
#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:24
Base class to provide boost signal/slot management.
DtInterfaceLayoutEditorWidgetInterface & myInterface
Definition: DtInterfaceLayoutEditorLogic.h:57
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains makVrv:DtVrvApplicationConfiguration class.
The logic for the GUI layout page.
Definition: DtInterfaceLayoutEditorLogic.h:29

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)