![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwindowswindowclassdescription.h>
Public Types | |
| enum class | WindowStyleOption { None = 0x00 , GLSurface = 0x01 , DropShadow = 0x02 } |
Static Public Member Functions | |
| static QWindowsWindowClassDescription | fromName (QString name, WNDPROC procedure) |
| static QWindowsWindowClassDescription | fromWindow (const QWindow *window, WNDPROC procedure) |
Public Attributes | |
| QString | name |
| WNDPROC | procedure { DefWindowProc } |
| unsigned int | style { 0 } |
| HBRUSH | brush { nullptr } |
| bool | hasIcon { false } |
| bool | shouldAddPrefix { true } |
Friends | |
| QDebug | operator<< (QDebug dbg, const QWindowsWindowClassDescription &description) |
Definition at line 15 of file qwindowswindowclassdescription.h.
|
strong |
| Enumerator | |
|---|---|
| None | |
| GLSurface | |
| DropShadow | |
Definition at line 17 of file qwindowswindowclassdescription.h.
|
static |
Definition at line 85 of file qwindowswindowclassdescription.cpp.
|
static |
Definition at line 90 of file qwindowswindowclassdescription.cpp.
|
friend |
Definition at line 112 of file qwindowswindowclassdescription.cpp.
| HBRUSH QWindowsWindowClassDescription::brush { nullptr } |
Definition at line 31 of file qwindowswindowclassdescription.h.
| bool QWindowsWindowClassDescription::hasIcon { false } |
Definition at line 32 of file qwindowswindowclassdescription.h.
Referenced by QWindowsWindowClassRegistry::registerWindowClass().
| QString QWindowsWindowClassDescription::name |
Definition at line 28 of file qwindowswindowclassdescription.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| WNDPROC QWindowsWindowClassDescription::procedure { DefWindowProc } |
Definition at line 29 of file qwindowswindowclassdescription.h.
| bool QWindowsWindowClassDescription::shouldAddPrefix { true } |
Definition at line 33 of file qwindowswindowclassdescription.h.
Referenced by WindowCreationData::create().
| unsigned int QWindowsWindowClassDescription::style { 0 } |
Definition at line 30 of file qwindowswindowclassdescription.h.
Referenced by QWindowsWindowClassRegistry::registerWindowClass().