WimaVehicleMeasurementPolygon.h 544 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#ifndef WIMAVEHICLEMEASUREMENTPOLYGON_H
#define WIMAVEHICLEMEASUREMENTPOLYGON_H

#include <QObject>
#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