VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtPropsPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvCoreQt/vrvCoreQt.h>
12 #include <vrvCoreQt/DtPage.h>
13 
14 namespace makVrv
15 {
16 
17  class DtPropsLogic;
18  class DtPropsWidget;
19  class DtPersistenceToolbarWidget;
20 
25  {
26 
27  Q_OBJECT
28 
29  public:
30 
32  DtPropsPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
33 
35  virtual ~DtPropsPage();
36 
38  virtual QIcon icon();
39 
42  virtual DtQIconConfigurations qIconConfigurations() const;
43 
45  virtual QString title();
46 
48  virtual const std::string& pageClassName() const;
49 
51  static const std::string& thePageClassName();
52 
53 
54  protected:
55 
57  void setupGui();
58 
60  virtual void activate();
61 
63  virtual void deactivate();
64 
65  protected:
66 
70  };
71 
75 }
A widget that displays a persistence GUI in some way Operations presented are import, export, save, and restore.
Definition: DtPersistenceToolbarWidget.h:26
DtPropsWidget * myWidget
Definition: DtPropsPage.h:69
Contains makVrv::DtPage class.
DtPersistenceToolbarWidget * myTitle
Definition: DtPropsPage.h:68
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
DtPropsLogic * myLogic
Definition: DtPropsPage.h:67
Definition: DtPage.h:150
This is a page which displays information regarding props in the scene.
Definition: DtPropsPage.h:24
A widget for editing props.
Definition: DtPropsWidget.h:34
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
The DtPropsLogic controls the state of props via a dialog page.
Definition: DtPropsLogic.h:25
DtPageCreatorTemplate< DtPropsPage > DtPropsPageCreator
The builder for DtPropsPage.
Definition: DtPropsPage.h:74
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
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)