Eneboo - Documentación para desarrolladores
|
#include "qdrawutil.h"
#include "qbitmap.h"
#include "qpixmapcache.h"
#include "qapplication.h"
#include "qpainter.h"
'defines' | |
#define | CMID *cols[ (colspec>>12) & 0xf ] |
#define | CLEFT *cols[ (colspec>>8) & 0xf ] |
#define | CTOP *cols[ (colspec>>4) & 0xf ] |
#define | CBOT *cols[ colspec & 0xf ] |
Funciones | |
QRect | qItemRect (QPainter *p, Qt::GUIStyle gs, int x, int y, int w, int h, int flags, bool enabled, const QPixmap *pixmap, const QString &text, int len) |
void | qDrawItem (QPainter *p, Qt::GUIStyle gs, int x, int y, int w, int h, int flags, const QColorGroup &g, bool enabled, const QPixmap *pixmap, const QString &text, int len, const QColor *penColor) |
void | qDrawShadeLine (QPainter *p, const QPoint &p1, const QPoint &p2, const QColorGroup &g, bool sunken, int lineWidth, int midLineWidth) |
void | qDrawShadeRect (QPainter *p, const QRect &r, const QColorGroup &g, bool sunken, int lineWidth, int midLineWidth, const QBrush *fill) |
void | qDrawShadePanel (QPainter *p, const QRect &r, const QColorGroup &g, bool sunken, int lineWidth, const QBrush *fill) |
void | qDrawWinButton (QPainter *p, const QRect &r, const QColorGroup &g, bool sunken, const QBrush *fill) |
void | qDrawWinPanel (QPainter *p, const QRect &r, const QColorGroup &g, bool sunken, const QBrush *fill) |
void | qDrawPlainRect (QPainter *p, const QRect &r, const QColor &c, int lineWidth, const QBrush *fill) |
void | qDrawArrow (QPainter *p, Qt::ArrowType type, Qt::GUIStyle style, bool down, int x, int y, int w, int h, const QColorGroup &g, bool enabled) |
#define CBOT *cols[ colspec & 0xf ] |
#define CLEFT *cols[ (colspec>>8) & 0xf ] |
#define CMID *cols[ (colspec>>12) & 0xf ] |
#define CTOP *cols[ (colspec>>4) & 0xf ] |
void qDrawArrow | ( | QPainter * | p, |
Qt::ArrowType | type, | ||
Qt::GUIStyle | style, | ||
bool | down, | ||
int | x, | ||
int | y, | ||
int | w, | ||
int | h, | ||
const QColorGroup & | g, | ||
bool | enabled | ||
) |
void qDrawItem | ( | QPainter * | p, |
Qt::GUIStyle | gs, | ||
int | x, | ||
int | y, | ||
int | w, | ||
int | h, | ||
int | flags, | ||
const QColorGroup & | g, | ||
bool | enabled, | ||
const QPixmap * | pixmap, | ||
const QString & | text, | ||
int | len, | ||
const QColor * | penColor | ||
) |
void qDrawPlainRect | ( | QPainter * | p, |
const QRect & | r, | ||
const QColor & | c, | ||
int | lineWidth, | ||
const QBrush * | fill | ||
) | [related] |
void qDrawShadeLine | ( | QPainter * | p, |
const QPoint & | p1, | ||
const QPoint & | p2, | ||
const QColorGroup & | g, | ||
bool | sunken, | ||
int | lineWidth, | ||
int | midLineWidth | ||
) | [related] |
void qDrawShadePanel | ( | QPainter * | p, |
const QRect & | r, | ||
const QColorGroup & | g, | ||
bool | sunken, | ||
int | lineWidth, | ||
const QBrush * | fill | ||
) | [related] |
void qDrawShadeRect | ( | QPainter * | p, |
const QRect & | r, | ||
const QColorGroup & | g, | ||
bool | sunken, | ||
int | lineWidth, | ||
int | midLineWidth, | ||
const QBrush * | fill | ||
) | [related] |
void qDrawWinButton | ( | QPainter * | p, |
const QRect & | r, | ||
const QColorGroup & | g, | ||
bool | sunken, | ||
const QBrush * | fill | ||
) | [related] |
void qDrawWinPanel | ( | QPainter * | p, |
const QRect & | r, | ||
const QColorGroup & | g, | ||
bool | sunken, | ||
const QBrush * | fill | ||
) | [related] |