DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
shiplanesgraphics.h
Go to the documentation of this file.
1 #ifndef SHIPLANESGRAPHICS_H
2 #define SHIPLANESGRAPHICS_H
3 
4 #include <qtcommons_global.h>
5 #include <GeometryLineString.h>
6 #include <memory>
7 
8 QT_BEGIN_NAMESPACE
9 QT_END_NAMESPACE
10 
11 class QTCOMMONSSHARED_EXPORT ShipLanesGraphics : public qmapcontrol::GeometryLineString
12 {
13 public:
15 };
16 
17 #endif // SHIPLANESGRAPHICS_H
#define QTCOMMONSSHARED_EXPORT
Definition: qtcommons_global.h:16
Definition: shiplanesgraphics.h:11