VR-Forces Developer's Guide
 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) 2021 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 
44  virtual DtQIconConfigurations qIconConfigurations() const;
45 
47  virtual QString title();
48 
50  virtual const std::string& pageClassName() const;
51 
53  static const std::string& thePageClassName();
54 
55  virtual void onCurrentInstanceChanged(QString featureLayerFilename);
56 
57  protected:
58 
60  void setupGui();
61 
62  virtual void activate();
63 
64  virtual void deactivate();
65 
67  void updateWidget();
68 
69  protected:
71 
72  public:
75  };
76 
80 }
81 
82 #endif
83 
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. This dialog page will create a specialized selected ...
DtAddPropsWidget * myWidget
Definition: DtAddPropsPage.h:74
DtAddPropsLogic * myLogic
Definition: DtAddPropsPage.h:70
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Definition: DtPage.h:181
The DtAddPropsPage lets users see add props to a DtFeatureLayer.
Definition: DtAddPropsPage.h:26
DtPageCreatorTemplate< DtAddPropsPage > DtAddPropsPageCreator
The builder for DtAddProps.
Definition: DtAddPropsPage.h:79
Feature layer dialog shows all the feature layers.
Definition: DtFeatureLayerDialogPage.h:24
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:76
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131
The DtAddPropsLogic adds props to a feature layer.
Definition: DtAddPropsLogic.h:27
DtPersistenceToolbarWidget * myTitle
Definition: DtAddPropsPage.h:73
The DtAddPropsWidget lets users see add props to a DtFeatureLayer.
Definition: DtAddPropsWidget.h:31

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)