10 #ifndef DtAddPropsPage_H_
11 #define DtAddPropsPage_H_
20 class DtAddPropsLogic;
21 class DtAddPropsWidget;
22 class DtPersistenceToolbarWidget;
47 virtual QString title();
50 virtual const std::string& pageClassName()
const;
53 static const std::string& thePageClassName();
55 virtual void onCurrentInstanceChanged(QString featureLayerFilename);
62 virtual void activate();
64 virtual void deactivate();
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.
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