57 QHash<int, QPair<int, int>> m_relationHash;
60 void updatePicker(
const int index,
const QPointF position);
61 void updatePickers(
const QVector<int> indices,
const QVector<QPointF> positions);
63 const QVector<int> indices,
64 const QVector<QDateTime>& xpositions,
65 const QVector<qreal>& ypositions);
66 void updatePicker(
const int index,
const QVector3D position);
67 void updatePickers(
const QVector<int> indices,
const QVector<QVector3D> positions);
69 void updateChildPlot(
const int index,
int type,
const QVector4D positionAndDirection);
70 void updateChildPlots(
71 const QVector<int> indices,
72 const QVector<int> type,
73 const QVector<QVector4D> positionAndDirection);
74 void removeChildPlot(
int index);
75 void removeChildPlots();
77 void removePicker(
int index);
80 QPainterPath renderToPainterPath(
const int xsize,
const int ysize,
const int fontSize);