![]() |
Qt 4.8
|
#include "qatomic.h"#include "qbitmap.h"#include "qbuffer.h"#include "qimage.h"#include "qpolygon.h"#include "qregion.h"#include "qt_windows.h"#include "qpainterpath.h"Go to the source code of this file.
Functions | |
| static void | qt_add_rect (HRGN &winRegion, QRect r) |
| QRegion | qt_region_from_HRGN (HRGN rgn) |
| HRGN | qt_tryCreateRegion (QRegion::RegionType type, int left, int top, int right, int bottom) |
| void | qt_win_dispose_rgn (HRGN r) |
|
static |
Definition at line 116 of file qregion_win.cpp.
Referenced by QRegion::ensureHandle().
| QRegion qt_region_from_HRGN | ( | HRGN | rgn | ) |
Definition at line 80 of file qregion_win.cpp.
Referenced by QWindowsXPStylePrivate::region().
| HRGN qt_tryCreateRegion | ( | QRegion::RegionType | type, |
| int | left, | ||
| int | top, | ||
| int | right, | ||
| int | bottom | ||
| ) |
Definition at line 55 of file qregion_win.cpp.
Referenced by qt_grab_cursor(), and QtWndProc().
| void qt_win_dispose_rgn | ( | HRGN | r | ) |
Definition at line 110 of file qregion_win.cpp.
Referenced by QRegion::cleanUp().