#ifndef WIMAVEHICLEMEASUREMENTPOLYGON_H #define WIMAVEHICLEMEASUREMENTPOLYGON_H #include #include "WimaPolygon.h" class WimaVehicleMeasurementPolygon : public WimaPolygon { Q_OBJECT public: WimaVehicleMeasurementPolygon(QObject* parent); // Overrides from WimaPolygon QString mapVisualQML (void) const { return "WimaVehicleMeasurementPolygonMapVisal.qml";} QString editorQML (void) const { return "WimaVehicleMeasurementPolygonEditor.qml";} }; #endif // WIMAVEHICLEMEASUREMENTPOLYGON_H