DISPLACE
1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
windmillgraphics.h
Go to the documentation of this file.
1
#ifndef WINDMILLGRAPHICS_H
2
#define WINDMILLGRAPHICS_H
3
4
#include <
qtcommons_global.h
>
5
#include <GeometryPointShapeScaled.h>
6
7
class
QTCOMMONSSHARED_EXPORT
WindmillGraphics
:
public
qmapcontrol::GeometryPointShapeScaled {
8
static
QBrush *color;
9
10
float
mLat, mLon;
11
public
:
12
WindmillGraphics
(
float
lat,
float
lon);
13
14
void
updated(
float
lat,
float
lon);
15
protected
:
16
virtual
void
drawShape(QPainter &painter,
const
qmapcontrol::RectWorldPx &rect);
17
};
18
19
#endif // WINDMILLGRAPHICS_H
qtcommons_global.h
QTCOMMONSSHARED_EXPORT
#define QTCOMMONSSHARED_EXPORT
Definition:
qtcommons_global.h:16
WindmillGraphics
Definition:
windmillgraphics.h:7
qtcommons
graphics
windmillgraphics.h
Generated by
1.8.15