254 virtual void drawLegend(QPainter &p,
const utils::Rect &where,
bool horizontal);
257 virtual bool drawSeriesData(QPainter &p,
const DrawState &state);
260 virtual bool drawScatterData(QPainter &p,
const DrawState &state);
263 virtual bool drawBarPlotData(QPainter &p,
const DrawState &state);
266 virtual bool drawData(QPainter &p);
269 virtual utils::Range32f estimateDataXRange()
const;
272 virtual utils::Range32f estimateDataYRange()
const;
299 void addSeriesData(
const float *
data,
int len,
301 const std::string &name=
"",
int stride=1,
bool deepCopy=
true,
bool passOwnerShip=
false);
308 void addBarPlotData(
const float *
data,
int len,
310 const std::string &name=
"",
int stride=1,
bool deepCopy=
true,
bool passOwnerShip=
false);
334 void addScatterData(
char symbol,
const float *xs,
const float *ys,
int num,
335 const std::string &name =
"",
336 int r=255,
int g=0,
int b=0,
int size=5,
bool connectingLine=
false,
337 int xStride=1,
int yStride=1,
bool filled =
false,
338 bool deepCopyData=
true,
bool passDataOwnerShip=
false);
341 void clearScatterData();
344 void clearSeriesData();
347 void clearBarPlotData();
undocument this line if you encounter any issues!
Definition: Any.h:37
Floating point precision implementation of the Rect class.
Definition: Rect32f.h:45
ICLQt_API ImgROI data(ImgQ &r)
creates full ROI ROI-struct
#define ICLQt_API
Definition: CompatMacros.h:178
Rectangle class of the ICL used e.g. for the Images ROI-rect.
Definition: Rect.h:95
Specialization of the SmartPtrBase class for Pointers.
Definition: SmartPtr.h:75