VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAddPropsPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtAddPropsPage.h,v $ $Revision: 1.6 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtAddPropsPage_H_
14 #define DtAddPropsPage_H_
15 
16 #include <vrvCoreQt/vrvCoreQt.h>
18 
19 namespace makVrv
20 {
21 
22  class DtDe;
23  class DtAddPropsLogic;
24  class DtAddPropsWidget;
25  class DtPersistenceToolbarWidget;
26 
30  {
31 
32  Q_OBJECT
33 
34  public:
35 
37  DtAddPropsPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
38 
40  virtual ~DtAddPropsPage();
41 
43  virtual QIcon icon();
44 
46  virtual QString title();
47 
49  virtual const std::string& pageClassName() const;
50 
52  static const std::string& thePageClassName();
53 
54  virtual void onCurrentInstanceChanged(QString featureLayerFilename);
55 
56  protected:
57 
59  void setupGui();
60 
61  virtual void activate();
62 
63  virtual void deactivate();
64 
66  void updateWidget();
67 
68  protected:
70 
71  public:
74  };
75 
79 }
80 
81 #endif
82 
A widget that displays a persistence GUI in some way Operations presented are import, export, save, and restore.
Definition: DtPersistenceToolbarWidget.h:26
Contains makVrv::DtFeatureLayerDialogPage class.
DtAddPropsWidget * myWidget
Definition: DtAddPropsPage.h:73
DtAddPropsLogic * myLogic
Definition: DtAddPropsPage.h:69
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Definition: DtPage.h:146
The DtAddPropsPage lets users see add props to a DtFeatureLayer.
Definition: DtAddPropsPage.h:29
DtPageCreatorTemplate< DtAddPropsPage > DtAddPropsPageCreator
The builder for DtAddProps.
Definition: DtAddPropsPage.h:78
Feature layer dialog shows all the feature layers.
Definition: DtFeatureLayerDialogPage.h:27
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
The DtAddPropsLogic adds props to a feature layer.
Definition: DtAddPropsLogic.h:30
DtPersistenceToolbarWidget * myTitle
Definition: DtAddPropsPage.h:72
The DtAddPropsWidget lets users see add props to a DtFeatureLayer.
Definition: DtAddPropsWidget.h:31

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)