VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtInterfaceLayoutEditorPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtInterfaceLayoutEditorPage.h,v $ $Revision: 1.10 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCoreQt/vrvCoreQt.h>
16 #include <vrvCoreQt/DtPage.h>
17 
18 namespace makVrv
19 {
20  class DtVirtualBaseClass;
21  class DtInterfaceLayoutEditorWidget;
22  class DtPersistenceToolbarWidget;
23  class DtInterfaceLayoutEditorLogic;
24 
28  {
29  Q_OBJECT
30 
31  public:
32 
34  DtInterfaceLayoutEditorPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
35 
37  virtual ~DtInterfaceLayoutEditorPage();
38 
40  virtual QIcon icon();
41 
43  virtual QString title();
44 
46  virtual const std::string& pageClassName() const;
47 
49  static const std::string& thePageClassName();
50 
51  protected:
52 
54  void setupGui();
55 
57  virtual void activate();
58 
60  virtual void deactivate();
61 
62  protected:
63 
67  QLayout* myMainLayout;
68  };
69 
74 }
75 
A widget that displays a persistence GUI in some way Operations presented are import, export, save, and restore.
Definition: DtPersistenceToolbarWidget.h:26
Contains makVrv::DtPage class.
A widget class for additional settings related to the GUI layout.
Definition: DtInterfaceLayoutEditorWidget.h:29
DtInterfaceLayoutEditorWidget * myEditor
Definition: DtInterfaceLayoutEditorPage.h:65
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Definition: DtPage.h:146
DtPersistenceToolbarWidget * myToolbar
Definition: DtInterfaceLayoutEditorPage.h:66
DtInterfaceLayoutEditorLogic * myLogic
Definition: DtInterfaceLayoutEditorPage.h:64
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
DtPageCreatorTemplate< DtInterfaceLayoutEditorPage > DtInterfaceLayoutEditorPageCreator
Creator for the DtInterfaceLayoutEditorPageCreator class.
Definition: DtInterfaceLayoutEditorPage.h:73
QLayout * myMainLayout
Definition: DtInterfaceLayoutEditorPage.h:67
A dialog page controlling file caching.
Definition: DtInterfaceLayoutEditorPage.h:27
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
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)