Eneboo - Documentación para desarrolladores
|
#include "qpainter.h"
#include "qwidget.h"
#include "qbitmap.h"
#include "qpixmapcache.h"
#include "qptrlist.h"
#include "qfontdata_p.h"
#include "qtextcodec.h"
#include "qpaintdevicemetrics.h"
#include "qpaintdevice.h"
#include "qt_mac.h"
#include <qptrstack.h>
#include <qprinter.h>
#include <private/qtextengine_p.h>
#include <private/qfontengine_p.h>
#include <private/qtextlayout_p.h>
#include <ApplicationServices/ApplicationServices.h>
#include <string.h>
Clases | |
class | QPainterPrivate |
class | paintevent_item |
Funciones | |
bool | qt_recreate_root_win () |
QPoint | posInWindow (QWidget *w) |
QRegion | make_region (RgnHandle handle) |
void | unclippedBitBlt (QPaintDevice *dst, int dx, int dy, const QPaintDevice *src, int sx, int sy, int sw, int sh, Qt::RasterOp rop, bool imask, bool set_fore_colour) |
RgnHandle | qt_mac_get_rgn () |
void | qt_mac_dispose_rgn (RgnHandle r) |
void | qt_set_paintevent_clipping (QPaintDevice *dev, const QRegion ®ion) |
void | qt_clear_paintevent_clipping (QPaintDevice *dev) |
Variables | |
QPainter * | qt_mac_current_painter = 0 |
QPtrStack< paintevent_item > | paintevents |
QRegion make_region | ( | RgnHandle | handle | ) |
void qt_clear_paintevent_clipping | ( | QPaintDevice * | dev | ) |
void qt_mac_dispose_rgn | ( | RgnHandle | r | ) |
RgnHandle qt_mac_get_rgn | ( | ) |
bool qt_recreate_root_win | ( | ) |
void qt_set_paintevent_clipping | ( | QPaintDevice * | dev, |
const QRegion & | region | ||
) |
void unclippedBitBlt | ( | QPaintDevice * | dst, |
int | dx, | ||
int | dy, | ||
const QPaintDevice * | src, | ||
int | sx, | ||
int | sy, | ||
int | sw, | ||
int | sh, | ||
Qt::RasterOp | rop, | ||
bool | imask, | ||
bool | set_fore_colour | ||
) |