![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwindowsapplication.h>
Public Member Functions | |
void | setTouchWindowTouchType (TouchWindowTouchTypes type) override |
TouchWindowTouchTypes | touchWindowTouchType () const override |
WindowActivationBehavior | windowActivationBehavior () const override |
void | setWindowActivationBehavior (WindowActivationBehavior behavior) override |
void | setHasBorderInFullScreenDefault (bool border) override |
bool | isTabletMode () const override |
bool | isWinTabEnabled () const override |
bool | setWinTabEnabled (bool enabled) override |
DarkModeHandling | darkModeHandling () const override |
void | setDarkModeHandling (DarkModeHandling handling) override |
void | registerMime (QWindowsMimeConverter *mime) override |
void | unregisterMime (QWindowsMimeConverter *mime) override |
int | registerMimeType (const QString &mime) override |
HWND | createMessageWindow (const QString &classNameTemplate, const QString &windowName, QFunctionPointer eventProc=nullptr) const override |
bool | asyncExpose () const override |
void | setAsyncExpose (bool value) override |
QVariant | gpu () const override |
QVariant | gpuList () const override |
void | populateLightSystemPalette (QPalette &palette) const override |
Definition at line 11 of file qwindowsapplication.h.
|
override |
Definition at line 117 of file qwindowsapplication.cpp.
References QWindowsContext::asyncExpose(), and QWindowsContext::instance().
|
override |
Definition at line 104 of file qwindowsapplication.cpp.
References QWindowsContext::instance().
|
override |
Returns the currently set dark mode handling.
Definition at line 77 of file qwindowsapplication.cpp.
|
override |
Definition at line 129 of file qwindowsapplication.cpp.
References GpuDescription::detect(), and GpuDescription::toVariant().
|
override |
Definition at line 134 of file qwindowsapplication.cpp.
|
override |
Returns true
if Windows 10 operates in {Tablet Mode}. In this mode, Windows forces all application main windows to open in maximized state. Applications should then avoid resizing windows or restoring geometries to non-maximized states.
Definition at line 52 of file qwindowsapplication.cpp.
|
override |
Returns whether the {Tablet WinTab Driver} (Wintab32.dll
) is used.
Definition at line 61 of file qwindowsapplication.cpp.
References QWindowsContext::instance(), and QWindowsContext::tabletSupport().
Referenced by setWinTabEnabled().
Definition at line 143 of file qwindowsapplication.cpp.
|
override |
Registers the converter mime to the system.
Definition at line 87 of file qwindowsapplication.cpp.
References QWindowsContext::instance(), and QWindowsContext::mimeConverter().
|
override |
Registers the MIME type mime, and returns an ID number identifying the format on Windows.
Definition at line 99 of file qwindowsapplication.cpp.
|
override |
Definition at line 123 of file qwindowsapplication.cpp.
References QWindowsContext::instance(), and QWindowsContext::setAsyncExpose().
|
override |
Sets the dark mode handling to handling.
Definition at line 82 of file qwindowsapplication.cpp.
|
override |
Definition at line 47 of file qwindowsapplication.cpp.
References QWindowsWindow::setHasBorderInFullScreenDefault().
|
override |
Sets the touch window type for all windows to type.
Definition at line 23 of file qwindowsapplication.cpp.
References QWindowsContext::instance(), and QWindowsContext::registerTouchWindows().
|
override |
Sets the window activation behavior to behavior.
Definition at line 42 of file qwindowsapplication.cpp.
|
override |
Sets whether the {Tablet WinTab Driver} (Wintab32.dll
) should be used to enabled.
Returns true
on success, false
otherwise.
Definition at line 67 of file qwindowsapplication.cpp.
References QWindowsContext::disposeTablet(), QWindowsContext::initTablet(), QWindowsContext::instance(), and isWinTabEnabled().
|
override |
Returns the currently set the touch window type.
Definition at line 32 of file qwindowsapplication.cpp.
|
override |
Unregisters the converter mime from the system.
Definition at line 93 of file qwindowsapplication.cpp.
References QWindowsContext::instance(), and QWindowsContext::mimeConverter().
|
override |
Returns the currently set the window activation behavior.
Definition at line 37 of file qwindowsapplication.cpp.