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

Public Member Functions

 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
 
QWindowsMouseHandler m_mouseHandler
 
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 135 of file qwindowscontext.cpp.

Constructor & Destructor Documentation

◆ QWindowsContextPrivate()

QWindowsContextPrivate::QWindowsContextPrivate ( )

Member Data Documentation

◆ m_asyncExpose

bool QWindowsContextPrivate::m_asyncExpose = false

◆ m_creationContext

◆ m_defaultDPI

int QWindowsContextPrivate::m_defaultDPI = 96

Definition at line 142 of file qwindowscontext.cpp.

Referenced by QWindowsContextPrivate(), and QWindowsContext::defaultDPI().

◆ m_displayContext

HDC QWindowsContextPrivate::m_displayContext = nullptr

◆ m_keyMapper

◆ 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.

Referenced by QWindowsContext::mimeConverter().

◆ m_mouseHandler

◆ m_oleInitializeResult

const HRESULT QWindowsContextPrivate::m_oleInitializeResult

◆ m_pointerHandler

◆ m_powerDummyWindow

HWND QWindowsContextPrivate::m_powerDummyWindow = nullptr

◆ m_powerNotification

HPOWERNOTIFY QWindowsContextPrivate::m_powerNotification = nullptr

◆ m_registeredWindowClassNames

QSet<QString> QWindowsContextPrivate::m_registeredWindowClassNames

Definition at line 139 of file qwindowscontext.cpp.

Referenced by QWindowsContext::registerWindowClass().

◆ m_screenManager

QWindowsScreenManager QWindowsContextPrivate::m_screenManager

◆ m_systemInfo

◆ m_v2DpiAware

bool QWindowsContextPrivate::m_v2DpiAware = false
static

◆ m_windows


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