18 #ifndef QGSSHAPEGENERATOR_H 
   19 #define QGSSHAPEGENERATOR_H 
   22 #include "qgis_core.h" 
   51     static QPolygonF createBalloon( 
const QgsPointXY &origin, 
const QRectF &rect, 
double wedgeWidth );
 
   65     static QPainterPath createBalloon( 
const QgsPointXY &origin, 
const QRectF &rect, 
double wedgeWidth, 
double cornerRadius );
 
A class to represent a 2D point.
Contains utility functions for generating shapes.