21 #include "platformg_global.h"
22 #include <memoryheap.h>
23 #include <memoryatom.h>
24 #include <subscription.h>
37 enum Shape { Line, Points, Rect, Text, Pixmap };
41 QSize minimumSizeHint()
const;
42 QSize sizeHint()
const;
49 void setShape(Shape shape);
50 void setPen(
const QPen &pen);
51 void setBrush(
const QBrush &brush);
52 void setAntialiased(
bool antialiased);
53 void setTransformed(
bool transformed);
54 void setPixmap(QPixmap Pixmap);
55 void setProfileTag(QString tag);
56 void setProfileLogicTag(QString tag);
59 void paintEvent(QPaintEvent *event);
The VProfile class simple profiles if needed.
Definition: vprofile.h:34