(64521e36c453e2ad945a60cb9e70fe9b9970c43c)
#include "qwindowscursor.h"
#include "qwindowscontext.h"
#include "qwindowswindow.h"
#include "qwindowsscreen.h"
#include <QtGui/qbitmap.h>
#include <QtGui/qimage.h>
#include <QtGui/qguiapplication.h>
#include <QtGui/qscreen.h>
#include <QtGui/private/qguiapplication_p.h>
#include <QtGui/private/qhighdpiscaling_p.h>
#include <QtGui/private/qpixmap_win_p.h>
#include <QtCore/private/qwinregistry_p.h>
#include <QtCore/qdebug.h>
#include <QtCore/qscopedpointer.h>
Go to the source code of this file.
|
static bool | initResources () |
static HCURSOR | createBitmapCursor (const QImage &bbits, const QImage &mbits, QPoint hotSpot=QPoint(-1, -1), bool invb=false, bool invm=false) |
static HCURSOR | createBitmapCursor (const QCursor &cursor, qreal scaleFactor=1) |
static QSize | systemCursorSize () |
static QSize | screenCursorSize (const QPlatformScreen *screen=nullptr) |
static QSize | standardCursorSize () |
static QWindowsCursor::PixmapCursor | createPixmapCursorFromData (const QSize &screenCursorSize, const QSize &bitmapTargetCursorSize, int bitmapSize, const uchar *bits, const uchar *maskBits) |
◆ createBitmapCursor() [1/2]
◆ createBitmapCursor() [2/2]
◆ createPixmapCursorFromData()
◆ initResources()
◆ screenCursorSize()
◆ standardCursorSize()
QSize standardCursorSize |
( |
| ) |
|
|
inlinestatic |
◆ systemCursorSize()
QSize systemCursorSize |
( |
| ) |
|
|
static |