![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qt_windows.h>
#include <QtCore/qnamespace.h>
Go to the source code of this file.
Namespaces | |
namespace | QtWindows |
Namespace for enumerations, etc. | |
Macros | |
#define | WM_DWMCOMPOSITIONCHANGED 0x31E |
#define | WM_DWMCOLORIZATIONCOLORCHANGED 0x0320 |
#define | WM_SYSCOLORCHANGE 0x0015 |
#define | WM_TOUCH 0x0240 |
#define | WM_GESTURE 0x0119 |
#define | WM_DPICHANGED 0x02E0 |
#define | WM_GETDPISCALEDSIZE 0x02E4 |
#define | WM_NCPOINTERUPDATE 0x0241 |
#define | WM_NCPOINTERDOWN 0x0242 |
#define | WM_NCPOINTERUP 0x0243 |
#define | WM_POINTERUPDATE 0x0245 |
#define | WM_POINTERDOWN 0x0246 |
#define | WM_POINTERUP 0x0247 |
#define | WM_POINTERENTER 0x0249 |
#define | WM_POINTERLEAVE 0x024A |
#define | WM_POINTERACTIVATE 0x024B |
#define | WM_POINTERCAPTURECHANGED 0x024C |
#define | WM_POINTERWHEEL 0x024E |
#define | WM_POINTERHWHEEL 0x024F |
#define | DPI_AWARENESS_CONTEXT_UNAWARE ((HANDLE)-1) |
#define | DPI_AWARENESS_CONTEXT_SYSTEM_AWARE ((HANDLE)-2) |
#define | DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE ((HANDLE)-3) |
#define | DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2 ((HANDLE)-4) |
#define | DPI_AWARENESS_CONTEXT_UNAWARE_GDISCALED ((HANDLE)-5) |
Functions | |
QtWindows::Q_DECLARE_MIXED_ENUM_OPERATORS (bool, WindowsEventTypeFlags, WindowsEventType) | |
QtWindows::Q_DECLARE_MIXED_ENUM_OPERATORS (bool, WindowsEventType, WindowsEventTypeFlags) | |
QtWindows::WindowsEventType | windowsEventType (UINT message, WPARAM wParamIn, LPARAM lParamIn) |
QDebug | operator<< (QDebug, QtWindows::DpiAwareness) |
#define DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE ((HANDLE)-3) |
Definition at line 58 of file qtwindowsglobal.h.
#define DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2 ((HANDLE)-4) |
Definition at line 59 of file qtwindowsglobal.h.
#define DPI_AWARENESS_CONTEXT_SYSTEM_AWARE ((HANDLE)-2) |
Definition at line 57 of file qtwindowsglobal.h.
#define DPI_AWARENESS_CONTEXT_UNAWARE ((HANDLE)-1) |
Definition at line 56 of file qtwindowsglobal.h.
#define DPI_AWARENESS_CONTEXT_UNAWARE_GDISCALED ((HANDLE)-5) |
Definition at line 60 of file qtwindowsglobal.h.
#define WM_DPICHANGED 0x02E0 |
Definition at line 32 of file qtwindowsglobal.h.
#define WM_DWMCOLORIZATIONCOLORCHANGED 0x0320 |
Definition at line 16 of file qtwindowsglobal.h.
#define WM_DWMCOMPOSITIONCHANGED 0x31E |
Definition at line 12 of file qtwindowsglobal.h.
#define WM_GESTURE 0x0119 |
Definition at line 28 of file qtwindowsglobal.h.
#define WM_GETDPISCALEDSIZE 0x02E4 |
Definition at line 36 of file qtwindowsglobal.h.
#define WM_NCPOINTERDOWN 0x0242 |
Definition at line 42 of file qtwindowsglobal.h.
#define WM_NCPOINTERUP 0x0243 |
Definition at line 43 of file qtwindowsglobal.h.
#define WM_NCPOINTERUPDATE 0x0241 |
Definition at line 41 of file qtwindowsglobal.h.
#define WM_POINTERACTIVATE 0x024B |
Definition at line 49 of file qtwindowsglobal.h.
#define WM_POINTERCAPTURECHANGED 0x024C |
Definition at line 50 of file qtwindowsglobal.h.
#define WM_POINTERDOWN 0x0246 |
Definition at line 45 of file qtwindowsglobal.h.
#define WM_POINTERENTER 0x0249 |
Definition at line 47 of file qtwindowsglobal.h.
#define WM_POINTERHWHEEL 0x024F |
Definition at line 52 of file qtwindowsglobal.h.
#define WM_POINTERLEAVE 0x024A |
Definition at line 48 of file qtwindowsglobal.h.
#define WM_POINTERUP 0x0247 |
Definition at line 46 of file qtwindowsglobal.h.
#define WM_POINTERUPDATE 0x0245 |
Definition at line 44 of file qtwindowsglobal.h.
#define WM_POINTERWHEEL 0x024E |
Definition at line 51 of file qtwindowsglobal.h.
#define WM_SYSCOLORCHANGE 0x0015 |
Definition at line 20 of file qtwindowsglobal.h.
#define WM_TOUCH 0x0240 |
Definition at line 24 of file qtwindowsglobal.h.
QDebug operator<< | ( | QDebug | d, |
QtWindows::DpiAwareness | dpiAwareness | ||
) |
Definition at line 410 of file qwindowscontext.cpp.
References d, QtWindows::Invalid, QtWindows::PerMonitor, QtWindows::PerMonitorVersion2, QtWindows::System, QtWindows::Unaware, and QtWindows::Unaware_GdiScaled.
|
inline |
Definition at line 165 of file qtwindowsglobal.h.
References QtWindows::AcceleratorCommandEvent, QtWindows::AccessibleObjectFromWindowRequest, QtWindows::ActivateApplicationEvent, QtWindows::ActivateWindowEvent, QtWindows::AppCommandEvent, QtWindows::CalculateSize, QtWindows::ClipboardEvent, QtWindows::CloseEvent, QtWindows::CompositionSettingsChanged, QtWindows::ContextMenu, QtWindows::CursorEvent, QtWindows::DeactivateApplicationEvent, QtWindows::DeactivateWindowEvent, QtWindows::DestroyEvent, QtWindows::DeviceChangeEvent, QtWindows::DpiChangedAfterParentEvent, QtWindows::DpiChangedEvent, QtWindows::DpiScaledSizeEvent, QtWindows::EndSessionApplicationEvent, QtWindows::EnterSizeMoveEvent, QtWindows::ExitSizeMoveEvent, QtWindows::ExposeEvent, QtWindows::FocusInEvent, QtWindows::FocusOutEvent, QtWindows::GeometryChangingEvent, QtWindows::GestureEvent, QtWindows::HideEvent, QtWindows::InputMethodCloseCandidateWindowEvent, QtWindows::InputMethodCompositionEvent, QtWindows::InputMethodEndCompositionEvent, QtWindows::InputMethodKeyDownEvent, QtWindows::InputMethodKeyEvent, QtWindows::InputMethodOpenCandidateWindowEvent, QtWindows::InputMethodRequest, QtWindows::InputMethodStartCompositionEvent, QtWindows::KeyboardLayoutChangeEvent, QtWindows::KeyDownEvent, QtWindows::KeyEvent, QtWindows::MenuAboutToShowEvent, QtWindows::MenuCommandEvent, QtWindows::MouseActivateWindowEvent, QtWindows::MouseEvent, QtWindows::MouseWheelEvent, QtWindows::MoveEvent, QtWindows::NonClientCreate, QtWindows::NonClientHitTest, QtWindows::NonClientMouseEvent, QtWindows::NonClientPointerEvent, QtWindows::PointerActivateWindowEvent, QtWindows::PointerEvent, QtWindows::QueryEndSessionApplicationEvent, QtWindows::QuerySizeHints, QtWindows::ResizeEvent, QtWindows::ScrollEvent, QtWindows::SettingChangedEvent, QtWindows::ShowEvent, QtWindows::ShowEventOnParentRestoring, QtWindows::TaskbarButtonCreated, QtWindows::ThemeChanged, QtWindows::TouchEvent, QtWindows::UnknownEvent, QtWindows::WhatsThisEvent, WM_DPICHANGED, WM_DWMCOLORIZATIONCOLORCHANGED, WM_DWMCOMPOSITIONCHANGED, WM_GESTURE, WM_GETDPISCALEDSIZE, WM_MOUSEHWHEEL, WM_MOUSEWHEEL, WM_NCPOINTERUP, WM_NCPOINTERUPDATE, WM_POINTERACTIVATE, WM_POINTERHWHEEL, WM_POINTERUPDATE, WM_SYSCOLORCHANGE, and WM_TOUCH.