Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QWindowsDirect2DDeviceContext Class Reference

#include <qwindowsdirect2ddevicecontext.h>

+ Collaboration diagram for QWindowsDirect2DDeviceContext:

Public Member Functions

 QWindowsDirect2DDeviceContext (ID2D1DeviceContext *dc)
 
 ~QWindowsDirect2DDeviceContext ()
 
ID2D1DeviceContext * get () const
 
void begin ()
 
bool end ()
 

Friends

class QWindowsDirect2DDeviceContextSuspender
 

Detailed Description

Definition at line 37 of file qwindowsdirect2ddevicecontext.h.

Constructor & Destructor Documentation

◆ QWindowsDirect2DDeviceContext()

QWindowsDirect2DDeviceContext::QWindowsDirect2DDeviceContext ( ID2D1DeviceContext * dc)

Definition at line 68 of file qwindowsdirect2ddevicecontext.cpp.

◆ ~QWindowsDirect2DDeviceContext()

QWindowsDirect2DDeviceContext::~QWindowsDirect2DDeviceContext ( )

Definition at line 73 of file qwindowsdirect2ddevicecontext.cpp.

Member Function Documentation

◆ begin()

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:

◆ end()

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:

◆ get()

ID2D1DeviceContext * QWindowsDirect2DDeviceContext::get ( ) const

Definition at line 78 of file qwindowsdirect2ddevicecontext.cpp.

References d, and Q_ASSERT.

Referenced by QWindowsDirect2DBitmapPrivate::QWindowsDirect2DBitmapPrivate(), QWindowsDirect2DWindow::flush(), QWindowsDirect2DBitmapPrivate::resize(), and QWindowsDirect2DBitmapPrivate::toImage().

+ Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ QWindowsDirect2DDeviceContextSuspender

Definition at line 40 of file qwindowsdirect2ddevicecontext.h.


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