WindowProperty
#include <bb/cascades/WindowProperty>
A class representing window properties and their combinations.
This class represents different libscreen window properties and their combinations.
BlackBerry 10.0.0
Public Types Index
enum TypeNone = (0 << 0), Position = (1 << 0), Size = (1 << 1), SourceSize = (1 << 2), Visible = (1 << 3) |
Public Functions Index
| Q_DECLARE_FLAGS (Types, Type) |
Public Types
Specifies different kinds of window properties.
BlackBerry 10.0.0
- None = (0 << 0)
Value not corresponding to any window property.
Since:BlackBerry 10.0.0
- Position = (1 << 0)
Corresponds to SCREEN_PROPERTY_POSITION property of the window.
Since:BlackBerry 10.0.0
- Size = (1 << 1)
Corresponds to SCREEN_PROPERTY_SIZE property of the window.
Since:BlackBerry 10.0.0
- SourceSize = (1 << 2)
Corresponds to SCREEN_PROPERTY_SOURCE_SIZE property of the window.
Since:BlackBerry 10.0.0
- Visible = (1 << 3)
Corresponds to SCREEN_PROPERTY_VISIBLE property of the window.
Since:BlackBerry 10.0.0
Public Functions
Defines combinations of window properties.
BlackBerry 10.0.0