VR-Forces 4.10 Class Documentation
 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) 2008 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 
41  virtual QString title();
42 
44  virtual const std::string& pageClassName() const;
45 
47  static const std::string& thePageClassName();
48 
49 
50  protected:
51 
53  void setupGui();
54 
56  virtual void activate();
57 
59  virtual void deactivate();
60 
61  protected:
62 
66  };
67 
71 }
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:65
Contains makVrv::DtPage class.
DtPersistenceToolbarWidget * myTitle
Definition: DtPropsPage.h:64
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
DtPropsLogic * myLogic
Definition: DtPropsPage.h:63
Definition: DtPage.h:143
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:27
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:70
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

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)