Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QWindowsDirect2DDeviceContextPrivate Class Reference
Collaboration diagram for QWindowsDirect2DDeviceContextPrivate:

Public Member Functions

 QWindowsDirect2DDeviceContextPrivate (ID2D1DeviceContext *dc)
void begin ()
bool end ()
 QWindowsDirect2DDeviceContextPrivate (ID2D1DeviceContext *dc)
void begin ()
bool end ()

Public Attributes

ComPtr< ID2D1DeviceContext > deviceContext
int refCount = 0

Detailed Description

Definition at line 12 of file qwindowsdirect2ddevicecontext.cpp.

Constructor & Destructor Documentation

◆ QWindowsDirect2DDeviceContextPrivate() [1/2]

QWindowsDirect2DDeviceContextPrivate::QWindowsDirect2DDeviceContextPrivate ( ID2D1DeviceContext * dc)
inline

Definition at line 14 of file qwindowsdirect2ddevicecontext.cpp.

References QWindowsDirect2DDeviceContextPrivate().

Referenced by QWindowsDirect2DDeviceContextPrivate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ QWindowsDirect2DDeviceContextPrivate() [2/2]

QWindowsDirect2DDeviceContextPrivate::QWindowsDirect2DDeviceContextPrivate ( ID2D1DeviceContext * dc)
inline

Definition at line 14 of file qwindowsdirect2ddevicecontext.cpp.

Member Function Documentation

◆ begin() [1/2]

void QWindowsDirect2DDeviceContextPrivate::begin ( )
inline

Definition at line 29 of file qwindowsdirect2ddevicecontext.cpp.

References refCount.

◆ begin() [2/2]

void QWindowsDirect2DDeviceContextPrivate::begin ( )
inline

Definition at line 29 of file qwindowsdirect2ddevicecontext.cpp.

◆ end() [1/2]

bool QWindowsDirect2DDeviceContextPrivate::end ( )
inline

Definition at line 40 of file qwindowsdirect2ddevicecontext.cpp.

References refCount.

◆ end() [2/2]

bool QWindowsDirect2DDeviceContextPrivate::end ( )
inline

Definition at line 40 of file qwindowsdirect2ddevicecontext.cpp.

Member Data Documentation

◆ deviceContext

ComPtr< ID2D1DeviceContext > QWindowsDirect2DDeviceContextPrivate::deviceContext

Definition at line 62 of file qwindowsdirect2ddevicecontext.cpp.

◆ refCount

int QWindowsDirect2DDeviceContextPrivate::refCount = 0

Definition at line 63 of file qwindowsdirect2ddevicecontext.cpp.

Referenced by begin(), and end().


The documentation for this class was generated from the following file: