Eneboo - Documentación para desarrolladores
|
#include <limits.h>
#include <math.h>
#include "qbitmap.h"
#include "qcstring.h"
#include "qfont.h"
#include "qfontdatabase.h"
#include "qfontengine_p.h"
#include "qlibrary.h"
#include "qpainter.h"
#include "qpaintdevice.h"
#include "qstring.h"
#include "qtextcodec.h"
#include "qtextengine_p.h"
#include <private/qunicodetables_p.h>
'defines' | |
#define | MAKE_TAG(ch1, ch2, ch3, ch4) |
'typedefs' | |
typedef signed short | qint16 |
typedef unsigned short | quint16 |
typedef unsigned int | quint32 |
Funciones | |
void | qt_draw_transformed_rect (QPainter *p, int x, int y, int w, int h, bool fill) |
unsigned int | getChar (const QChar *str, int &i, const int len) |
Variables | |
const double | Q_PI = 3.14159265358979323846 |
static LPXFORM | lpXform = NULL |
HDC | shared_dc = 0 |
Qt::WindowsVersion | qt_winver |
#define MAKE_TAG | ( | ch1, | |
ch2, | |||
ch3, | |||
ch4 | |||
) |
typedef signed short qint16 |
typedef unsigned short quint16 |
const double Q_PI = 3.14159265358979323846 |