21 QObject*
addItem(QObject*
object);
22 QObject*
addPoints(
const QList<int> &points_x,
const QList<int> &points_y,
int groupNr,
const QColor &color);
31 QObject*
addText(
int xPos,
int yPos,
int groupNr,
const QString &text);
43 QObject*
addLine(
int xPos,
int yPos,
int groupNr,
const QColor &color,
int endX,
int endY);
57 QObject*
addEllipse(
int xPos,
int yPos,
int groupNr,
const QColor &color,
int width,
int height);
80 QObject*
addRectangle(
int xPos,
int yPos,
int groupNr,
const QColor &color,
int width,
int height);
90 QObject*
addPolyline(
int groupNr,
const QColor &color,
const QList<QPoint> &points);
101 QObject*
addPolygon(
int groupNr,
const QColor &color,
const QList<QPoint> &points);
107 QObject*
removeItem(QObject* drawItem,
bool delete_object);