#include "qglobal.h"
#include "qpainter.h"
#include "qt_windows.h"
#include "qbitmap.h"
#include "qintdict.h"
#include "qlibrary.h"
#include "qpaintdevicemetrics.h"
#include "qpixmapcache.h"
#include "qwidget.h"
#include "qapplication_p.h"
#include "qfontengine_p.h"
#include "qtextengine_p.h"
#include "qtextlayout_p.h"
'defines' |
#define | QT_RGB_0 RGB( Qt::color0.red(),Qt::color0.green(), Qt::color0.blue() ) |
#define | QT_RGB_1 RGB( Qt::color1.red(),Qt::color1.green(), Qt::color1.blue() ) |
#define | QT_RGB_P RGB( cpen.color().red(), cpen.color().green(), cpen.color().blue() ) |
#define | QT_RGB_B RGB( backgroundColor().red(), backgroundColor().green(), backgroundColor().blue() ) |
'typedefs' |
typedef QIntDict< QPaintDevice > | QPaintDeviceDict |
Funciones |
void | qt_DrawLastPoint (HDC hdc, int x1, int y1, int x2, int y2, COLORREF color) |
void | qt_erase_region (QWidget *w, QPixmap *pm, QPoint ofs, const QRegion &rgn) |
double | qsincos (double a, bool calcCos=FALSE) |
double | qsin (double a) |
double | qcos (double a) |
void | qt_draw_transformed_rect (QPainter *p, int x, int y, int w, int h, bool fill) |
void | qt_draw_background (QPainter *p, int x, int y, int w, int h) |
Variables |
static | int |
static | HDC |
static | BLENDFUNCTION = NULL |
const double | Q_PI = 3.14159265358979323846 |
const double | Q_2PI = 6.28318530717958647693 |
const double | Q_PI2 = 1.57079632679489661923 |
Documentación de los 'defines'
#define QT_RGB_B RGB( backgroundColor().red(), backgroundColor().green(), backgroundColor().blue() ) |
Documentación de los 'typedefs'
Documentación de las funciones
double qcos |
( |
double |
a | ) |
[inline] |
double qsin |
( |
double |
a | ) |
[inline] |
double qsincos |
( |
double |
a, |
|
|
bool |
calcCos = FALSE |
|
) |
| |
void qt_DrawLastPoint |
( |
HDC |
hdc, |
|
|
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2, |
|
|
COLORREF |
color |
|
) |
| |
Documentación de las variables
const double Q_2PI = 6.28318530717958647693 |
const double Q_PI = 3.14159265358979323846 |
const double Q_PI2 = 1.57079632679489661923 |