|
| static void | hideButton (QPainter &painter, const QPalette &pal, DtDrawButtonState &state) |
| |
| static void | drawButton (QPainter &painter, QPolygonF &points, QColor light, QColor mid, QColor dark, QColor fill) |
| |
| static void | leftBoundButton (QPainter &painter, const QPalette &pal, DtDrawButtonState &state, QRectF rect) |
| |
| static void | leftArrowButton (QPainter &painter, const QPalette &pal, DtDrawButtonState &state) |
| |
| static void | upArrowButton (QPainter &painter, const QPalette &pal, DtDrawButtonState &state) |
| |
| static void | downArrowButton (QPainter &painter, const QPalette &pal, DtDrawButtonState &state) |
| |
| static void | leftCircleButton (QPainter &painter, const QPalette &pal, DtDrawButtonState &state, QRectF rect) |
| |
| static void | rightBoundButton (QPainter &painter, const QPalette &pal, DtDrawButtonState &state, QRectF rect) |
| |
| static void | rightArrowButton (QPainter &painter, const QPalette &pal, DtDrawButtonState &state) |
| |
| static void | rightCircleButton (QPainter &painter, const QPalette &pal, DtDrawButtonState &state, QRectF rect) |
| |
| static void | fillArc (QPainter &painter, const QBrush &brush, const QPen &pen, QRectF top, int, int) |
| |
Vector button drawing functions.