VR-Forces 4.8 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 /******************************************************************************
6 ** $RCSfile: DtPropsPage.h,v $ $Revision: 1.7 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/vrvCoreQt.h>
15 #include <vrvCoreQt/DtPage.h>
16 
17 namespace makVrv
18 {
19 
20  class DtPropsLogic;
21  class DtPropsWidget;
22  class DtPersistenceToolbarWidget;
23 
28  {
29 
30  Q_OBJECT
31 
32  public:
33 
35  DtPropsPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
36 
38  virtual ~DtPropsPage();
39 
41  virtual QIcon icon();
42 
44  virtual QString title();
45 
47  virtual const std::string& pageClassName() const;
48 
50  static const std::string& thePageClassName();
51 
52 
53  protected:
54 
56  void setupGui();
57 
59  virtual void activate();
60 
62  virtual void deactivate();
63 
64  protected:
65 
69  };
70 
74 }
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:68
Contains makVrv::DtPage class.
DtPersistenceToolbarWidget * myTitle
Definition: DtPropsPage.h:67
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
DtPropsLogic * myLogic
Definition: DtPropsPage.h:66
Definition: DtPage.h:146
This is a page which displays information regarding props in the scene.
Definition: DtPropsPage.h:27
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:28
DtPageCreatorTemplate< DtPropsPage > DtPropsPageCreator
The builder for DtPropsPage.
Definition: DtPropsPage.h:73
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

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)