#include "qpainter.h"
#include "qpainter_p.h"
#include "qbitmap.h"
#include "qptrstack.h"
#include "qptrdict.h"
#include "qdatastream.h"
#include "qwidget.h"
#include "qimage.h"
#include "qpaintdevicemetrics.h"
#include "qapplication.h"
#include "qrichtext_p.h"
#include "qregexp.h"
#include "qcleanuphandler.h"
#include <string.h>
#include "qtextlayout_p.h"
#include "qfontengine_p.h"
Clases |
struct | QPState |
'defines' |
#define | QChar_linesep QChar(0x2028U) |
'typedefs' |
typedef QPtrStack< QWMatrix > | QWMatrixStack |
typedef QPtrStack< QPState > | QPStateStack |
typedef QPtrDict< QPaintDevice > | QPaintDeviceDict |
Funciones |
void | bitBlt (QPaintDevice *dst, int dx, int dy, const QImage *src, int sx, int sy, int sw, int sh, int conversion_flags) |
void | qt_format_text (const QFont &font, const QRect &_r, int tf, const QString &str, int len, QRect *brect, int tabstops, int *tabarray, int tabarraylen, QTextParag **, QPainter *painter) |
Variables |
bool | qt_old_transformations |
Documentación de los 'defines'
#define QChar_linesep QChar(0x2028U) |
Documentación de los 'typedefs'
Documentación de las funciones
void qt_format_text |
( |
const QFont & |
font, |
|
|
const QRect & |
_r, |
|
|
int |
tf, |
|
|
const QString & |
str, |
|
|
int |
len, |
|
|
QRect * |
brect, |
|
|
int |
tabstops, |
|
|
int * |
tabarray, |
|
|
int |
tabarraylen, |
|
|
QTextParag ** |
, |
|
|
QPainter * |
painter |
|
) |
| |
Documentación de las variables