DISPLACE
1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
firmgraphics.h
Go to the documentation of this file.
1
#ifndef FIRMGRAPHICS_H
2
#define FIRMGRAPHICS_H
3
4
#include <
qtcommons_global.h
>
5
#include <GeometryPointShapeScaled.h>
6
7
class
QTCOMMONSSHARED_EXPORT
FirmGraphics
:
public
qmapcontrol::GeometryPointShapeScaled {
8
static
QBrush *color;
9
10
float
mLat, mLon;
11
public
:
12
FirmGraphics
(
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 // FIRMGRAPHICS_H
qtcommons_global.h
QTCOMMONSSHARED_EXPORT
#define QTCOMMONSSHARED_EXPORT
Definition:
qtcommons_global.h:16
FirmGraphics
Definition:
firmgraphics.h:7
qtcommons
graphics
firmgraphics.h
Generated by
1.8.15