VR-Forces 4.10 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 
9 
10 #ifndef DtAddPropsPage_H_
11 #define DtAddPropsPage_H_
12 
13 #include <vrvCoreQt/vrvCoreQt.h>
15 
16 namespace makVrv
17 {
18 
19  class DtDe;
20  class DtAddPropsLogic;
21  class DtAddPropsWidget;
22  class DtPersistenceToolbarWidget;
23 
27  {
28 
29  Q_OBJECT
30 
31  public:
32 
34  DtAddPropsPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
35 
37  virtual ~DtAddPropsPage();
38 
40  virtual QIcon icon();
41 
43  virtual QString title();
44 
46  virtual const std::string& pageClassName() const;
47 
49  static const std::string& thePageClassName();
50 
51  virtual void onCurrentInstanceChanged(QString featureLayerFilename);
52 
53  protected:
54 
56  void setupGui();
57 
58  virtual void activate();
59 
60  virtual void deactivate();
61 
63  void updateWidget();
64 
65  protected:
67 
68  public:
71  };
72 
76 }
77 
78 #endif
79 
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:70
DtAddPropsLogic * myLogic
Definition: DtAddPropsPage.h:66
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Definition: DtPage.h:143
The DtAddPropsPage lets users see add props to a DtFeatureLayer.
Definition: DtAddPropsPage.h:26
DtPageCreatorTemplate< DtAddPropsPage > DtAddPropsPageCreator
The builder for DtAddProps.
Definition: DtAddPropsPage.h:75
Feature layer dialog shows all the feature layers.
Definition: DtFeatureLayerDialogPage.h:24
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:27
DtPersistenceToolbarWidget * myTitle
Definition: DtAddPropsPage.h:69
The DtAddPropsWidget lets users see add props to a DtFeatureLayer.
Definition: DtAddPropsWidget.h:31

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)