20 #ifndef ECHARTMARKERS_H
21 #define ECHARTMARKERS_H
50 static void circle(QPainter *painter, QPoint point);
51 static void rhomb(QPainter *painter, QPoint point);
52 static void square(QPainter *painter, QPoint point);
53 static void triangleUp(QPainter *painter, QPoint point);
54 static void triangleLeft(QPainter *painter, QPoint point);
55 static void triangleBottom(QPainter *painter, QPoint point);
56 static void triangleRight(QPainter *painter, QPoint point);
61 void triangle(QPainter *painter, QPoint point,
int angle);
74 #endif // ECHARTMARKERS_H
Class with static functions to draw different markers.Use config() to get an object to configure the ...
Definition: echartmarkers.h:41
static QPointer< EChartMarkersConfig > markersConfig
The pointer to the config, used by Markers.
Definition: echartmarkers.h:69
#define E_CHARTS_EXPORT
Definition: echarts.h:31
Used to config the Markers.
Definition: echartmarkersconfig.h:30