#include <kwin.h>
Public Methods | |
| bool | isIconified () const |
| QString | visibleNameWithState () const |
Public Attributes | |
| WId | win |
| The window's id. | |
| long unsigned int | state |
| The window's state. | |
| NET::MappingState | mappingState |
| The mapping state. | |
| NETStrut | strut |
| The strut. | |
| NET::WindowType | windowType |
| The window type. | |
| QString | visibleName |
| The visible name of the window. | |
| QString | name |
| The name of the window. | |
| int | desktop |
| The number of the window's desktop. | |
| bool | onAllDesktops |
| true if the window is on all desktops. | |
| pid_t | pid |
| The process id of the window's owner. | |
| QRect | geometry |
| Position and size of the window contents. | |
| QRect | frameGeometry |
| Position and size of the window's frame. | |
Definition at line 91 of file kwin.h.
|
|
Checks whether the window is iconified (minimized).
Definition at line 117 of file kwin.h. References mappingState. |
|
|
Returns a visible name with state. This is a simple convenience function that returns the visible name but with parentheses around iconified windows
|
1.2.18