VR-Forces 4.10 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 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 #include <vrvCoreQt/DtPage.h>
14 
15 namespace makVrv
16 {
17  class DtVirtualBaseClass;
18  class DtInterfaceLayoutEditorWidget;
19  class DtPersistenceToolbarWidget;
20  class DtInterfaceLayoutEditorLogic;
21 
25  {
26  Q_OBJECT
27 
28  public:
29 
31  DtInterfaceLayoutEditorPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
32 
34  virtual ~DtInterfaceLayoutEditorPage();
35 
37  virtual QIcon icon();
38 
40  virtual QString title();
41 
43  virtual const std::string& pageClassName() const;
44 
46  static const std::string& thePageClassName();
47 
48  protected:
49 
51  void setupGui();
52 
54  virtual void activate();
55 
57  virtual void deactivate();
58 
59  protected:
60 
64  QLayout* myMainLayout;
65  };
66 
71 }
72 
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:26
DtInterfaceLayoutEditorWidget * myEditor
Definition: DtInterfaceLayoutEditorPage.h:62
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Definition: DtPage.h:143
DtPersistenceToolbarWidget * myToolbar
Definition: DtInterfaceLayoutEditorPage.h:63
DtInterfaceLayoutEditorLogic * myLogic
Definition: DtInterfaceLayoutEditorPage.h:61
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:27
DtPageCreatorTemplate< DtInterfaceLayoutEditorPage > DtInterfaceLayoutEditorPageCreator
Creator for the DtInterfaceLayoutEditorPageCreator class.
Definition: DtInterfaceLayoutEditorPage.h:70
QLayout * myMainLayout
Definition: DtInterfaceLayoutEditorPage.h:64
A dialog page controlling file caching.
Definition: DtInterfaceLayoutEditorPage.h:24
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:26

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)