|  | Qt 6.x
    The Qt SDK | 
#include <qwindowsdirect2ddevicecontext.h>
 Collaboration diagram for QWindowsDirect2DDeviceContext:
 Collaboration diagram for QWindowsDirect2DDeviceContext:| Public Member Functions | |
| QWindowsDirect2DDeviceContext (ID2D1DeviceContext *dc) | |
| ~QWindowsDirect2DDeviceContext () | |
| ID2D1DeviceContext * | get () const | 
| void | begin () | 
| bool | end () | 
| Friends | |
| class | QWindowsDirect2DDeviceContextSuspender | 
Definition at line 37 of file qwindowsdirect2ddevicecontext.h.
| QWindowsDirect2DDeviceContext::QWindowsDirect2DDeviceContext | ( | ID2D1DeviceContext * | dc | ) | 
Definition at line 68 of file qwindowsdirect2ddevicecontext.cpp.
| QWindowsDirect2DDeviceContext::~QWindowsDirect2DDeviceContext | ( | ) | 
Definition at line 73 of file qwindowsdirect2ddevicecontext.cpp.
| void QWindowsDirect2DDeviceContext::begin | ( | ) | 
Definition at line 86 of file qwindowsdirect2ddevicecontext.cpp.
References d.
Referenced by QWindowsDirect2DWindow::flush().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| bool QWindowsDirect2DDeviceContext::end | ( | ) | 
Definition at line 92 of file qwindowsdirect2ddevicecontext.cpp.
References d.
Referenced by QWindowsDirect2DWindow::flush().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ID2D1DeviceContext * QWindowsDirect2DDeviceContext::get | ( | ) | const | 
Definition at line 78 of file qwindowsdirect2ddevicecontext.cpp.
Referenced by QWindowsDirect2DBitmapPrivate::QWindowsDirect2DBitmapPrivate(), QWindowsDirect2DWindow::flush(), QWindowsDirect2DBitmapPrivate::resize(), and QWindowsDirect2DBitmapPrivate::toImage().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | friend | 
Definition at line 40 of file qwindowsdirect2ddevicecontext.h.