24 #include "QGVGlobal.h"
35 void setMap(
QGVMap* geoMap);
38 void setAnchor(QPoint anchor, QSet<Qt::Edge> edge);
39 QPointF getAnchor()
const;
40 QSet<Qt::Edge> getEdge()
const;
42 bool isAnchorLeft()
const;
43 bool isAnchorRight()
const;
44 bool isAnchorHCenter()
const;
46 bool isAnchorTop()
const;
47 bool isAnchorBottom()
const;
48 bool isAnchorVCenter()
const;
52 virtual void onProjection(
QGVMap* geoMap);
56 void resizeEvent(QResizeEvent* event)
override;
Definition: QGVCamera.h:30