10 #ifndef DtAddPropsPage_H_
11 #define DtAddPropsPage_H_
20 class DtAddPropsLogic;
21 class DtAddPropsWidget;
22 class DtPersistenceToolbarWidget;
43 virtual QString title();
46 virtual const std::string& pageClassName()
const;
49 static const std::string& thePageClassName();
51 virtual void onCurrentInstanceChanged(QString featureLayerFilename);
58 virtual void activate();
60 virtual void deactivate();
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.
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