13 #ifndef DtAddPropsPage_H_
14 #define DtAddPropsPage_H_
23 class DtAddPropsLogic;
24 class DtAddPropsWidget;
25 class DtPersistenceToolbarWidget;
46 virtual QString title();
49 virtual const std::string& pageClassName()
const;
52 static const std::string& thePageClassName();
54 virtual void onCurrentInstanceChanged(QString featureLayerFilename);
61 virtual void activate();
63 virtual void deactivate();
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.
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