WindowDecorationInterface::WindowData Struct Reference
Window informations like the QRect, Palette, Caption and flag. More...Collaboration diagram for WindowDecorationInterface::WindowData:

Public Types | |
| enum | Flags { Maximized = 0x01, Dialog = 0x02, Active = 0x04 } |
Public Attributes | |
| QRect | rect |
| QPalette | palette |
| QString | caption |
| Q_UINT32 | flags |
| Q_UINT32 | reserved |
Detailed Description
Window informations like the QRect, Palette, Caption and flag.
Definition at line 41 of file windowdecorationinterface.h.
The documentation for this struct was generated from the following file:
