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
QWindowsContextPrivate Struct Reference
Collaboration diagram for QWindowsContextPrivate:

Public Member Functions

 QWindowsContextPrivate ()
 QWindowsContextPrivate ()

Public Attributes

unsigned m_systemInfo = 0
QSet< QStringm_registeredWindowClassNames
QWindowsContext::HandleBaseWindowHash m_windows
HDC m_displayContext = nullptr
int m_defaultDPI = 96
QWindowsKeyMapper m_keyMapper
QWindowsPointerHandler m_pointerHandler
QWindowsMimeRegistry m_mimeConverter
QWindowsScreenManager m_screenManager
QSharedPointer< QWindowCreationContextm_creationContext
const HRESULT m_oleInitializeResult
QWindowm_lastActiveWindow = nullptr
bool m_asyncExpose = false
HPOWERNOTIFY m_powerNotification = nullptr
HWND m_powerDummyWindow = nullptr

Static Public Attributes

static bool m_v2DpiAware = false

Detailed Description

Definition at line 136 of file qwindowscontext.cpp.

Constructor & Destructor Documentation

◆ QWindowsContextPrivate() [1/2]

QWindowsContextPrivate::QWindowsContextPrivate ( )

Definition at line 162 of file qwindowscontext.cpp.

References QWindowsContextPrivate(), m_systemInfo, QWindowsContext::SI_RTL_Extensions, QWindowsContext::SI_SupportsTouch, and useRTL_Extensions().

Referenced by QWindowsContextPrivate().

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

◆ QWindowsContextPrivate() [2/2]

QWindowsContextPrivate::QWindowsContextPrivate ( )

Member Data Documentation

◆ m_asyncExpose

bool QWindowsContextPrivate::m_asyncExpose = false

Definition at line 154 of file qwindowscontext.cpp.

◆ m_creationContext

QSharedPointer< QWindowCreationContext > QWindowsContextPrivate::m_creationContext

Definition at line 148 of file qwindowscontext.cpp.

◆ m_defaultDPI

int QWindowsContextPrivate::m_defaultDPI = 96

Definition at line 143 of file qwindowscontext.cpp.

◆ m_displayContext

HDC QWindowsContextPrivate::m_displayContext = nullptr

Definition at line 142 of file qwindowscontext.cpp.

◆ m_keyMapper

QWindowsKeyMapper QWindowsContextPrivate::m_keyMapper

Definition at line 144 of file qwindowscontext.cpp.

◆ m_lastActiveWindow

QWindow * QWindowsContextPrivate::m_lastActiveWindow = nullptr

Definition at line 153 of file qwindowscontext.cpp.

◆ m_mimeConverter

QWindowsMimeRegistry QWindowsContextPrivate::m_mimeConverter

Definition at line 146 of file qwindowscontext.cpp.

◆ m_oleInitializeResult

const HRESULT QWindowsContextPrivate::m_oleInitializeResult

Definition at line 152 of file qwindowscontext.cpp.

◆ m_pointerHandler

QWindowsPointerHandler QWindowsContextPrivate::m_pointerHandler

Definition at line 145 of file qwindowscontext.cpp.

◆ m_powerDummyWindow

HWND QWindowsContextPrivate::m_powerDummyWindow = nullptr

Definition at line 156 of file qwindowscontext.cpp.

◆ m_powerNotification

HPOWERNOTIFY QWindowsContextPrivate::m_powerNotification = nullptr

Definition at line 155 of file qwindowscontext.cpp.

◆ m_registeredWindowClassNames

QSet< QString > QWindowsContextPrivate::m_registeredWindowClassNames

Definition at line 140 of file qwindowscontext.cpp.

◆ m_screenManager

QWindowsScreenManager QWindowsContextPrivate::m_screenManager

Definition at line 147 of file qwindowscontext.cpp.

◆ m_systemInfo

unsigned QWindowsContextPrivate::m_systemInfo = 0

Definition at line 139 of file qwindowscontext.cpp.

Referenced by QWindowsContextPrivate().

◆ m_v2DpiAware

bool QWindowsContextPrivate::m_v2DpiAware = false
static

◆ m_windows

QWindowsContext::HandleBaseWindowHash QWindowsContextPrivate::m_windows

Definition at line 141 of file qwindowscontext.cpp.


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