21#include <QXmlStreamReader>
22#include <QXmlStreamWriter>
85 void updateDrawCursor();
86 void replayEvents(
int index);
87 void drawLineTo(
const QPoint& endPoint);
88 void drawLineTo(
int width,
const QColor& color,
const QPoint& start,
const QPoint& end);
89 void drawPath(
int width,
const QColor& color,
const QPainterPath& path);
90 void addPath(QXmlStreamReader& reader);
98 Private*
const d =
nullptr;
Definition datefolderview.cpp:34