#include <WindowProperties.h>
|
| enum | {
isSetNothing = 0,
isSetBlockScreenTimeout = 1 << 0,
isSetSubtleLightbar = 1 << 1,
isSetFullScreen = 1 << 2,
isSetFastAccelerometer = 1 << 3,
isSetOverlayNotifications = 1 << 4,
isSetSuppressBannerMessages = 1 << 5,
isSetHasPauseUi = 1 << 6,
isSetSuppressGestures = 1 << 7,
isSetDashboardManualDragMode = 1 << 9,
isSetStatusBarColor = 1 << 10,
isSetRotationLockMaximized = 1 << 11,
isSetAllowResizeOnPositiveSpaceChange = 1 << 12,
isSetEnableCompassEvents = 1 << 13,
isSetGyro = 1 << 14,
isSetActiveTouchpanel = 1 << 15,
isSetAlsDisabled = 1 << 16,
isSetLast
} |
| |
| enum | {
OverlayNotificationsBottom = 0,
OverlayNotificationsLeft,
OverlayNotificationsRight,
OverlayNotificationsTop,
OverlayNotificationsLast
} |
| |
| Enumerator |
|---|
| isSetNothing |
|
| isSetBlockScreenTimeout |
|
| isSetSubtleLightbar |
|
| isSetFullScreen |
|
| isSetFastAccelerometer |
|
| isSetOverlayNotifications |
|
| isSetSuppressBannerMessages |
|
| isSetHasPauseUi |
|
| isSetSuppressGestures |
|
| isSetDashboardManualDragMode |
|
| isSetStatusBarColor |
|
| isSetRotationLockMaximized |
|
| isSetAllowResizeOnPositiveSpaceChange |
|
| isSetEnableCompassEvents |
|
| isSetGyro |
|
| isSetActiveTouchpanel |
|
| isSetAlsDisabled |
|
| isSetLast |
|
| Enumerator |
|---|
| OverlayNotificationsBottom |
|
| OverlayNotificationsLeft |
|
| OverlayNotificationsRight |
|
| OverlayNotificationsTop |
|
| OverlayNotificationsLast |
|
| WindowProperties::WindowProperties |
( |
| ) |
|
|
inline |
| void WindowProperties::setActiveTouchpanel |
( |
bool |
enable | ) |
|
|
inline |
| void WindowProperties::setAllowGyroEvents |
( |
bool |
allow | ) |
|
|
inline |
| void WindowProperties::setAllowResizeOnPositiveSpaceChange |
( |
bool |
allow | ) |
|
|
inline |
| void WindowProperties::setAlsDisabled |
( |
bool |
disable | ) |
|
|
inline |
| void WindowProperties::setBlockScreenTimeout |
( |
bool |
enable | ) |
|
|
inline |
| void WindowProperties::setCompassEvents |
( |
bool |
enable | ) |
|
|
inline |
| void WindowProperties::setDashboardManualDragMode |
( |
bool |
isManual | ) |
|
|
inline |
| void WindowProperties::setFullScreen |
( |
bool |
enable | ) |
|
|
inline |
| void WindowProperties::setHasPauseUi |
( |
bool |
val | ) |
|
|
inline |
| void WindowProperties::setOverlayNotificationsPosition |
( |
unsigned int |
position | ) |
|
| void WindowProperties::setRotationLockMaximized |
( |
bool |
enable | ) |
|
|
inline |
| void WindowProperties::setStatusBarColor |
( |
unsigned int |
color | ) |
|
|
inline |
| void WindowProperties::setSubtleLightbar |
( |
bool |
enable | ) |
|
|
inline |
| void WindowProperties::setSuppressBannerMessages |
( |
bool |
enable | ) |
|
|
inline |
| void WindowProperties::setSuppressGestures |
( |
bool |
val | ) |
|
|
inline |
| bool WindowProperties::activeTouchpanel |
| bool WindowProperties::allowResizeOnPositiveSpaceChange |
| bool WindowProperties::alsDisabled |
| bool WindowProperties::compassEnabled |
| bool WindowProperties::dashboardManualDrag |
| unsigned int WindowProperties::dockBrightness |
| unsigned int WindowProperties::flags |
| bool WindowProperties::fullScreen |
| bool WindowProperties::gyroEnabled |
| bool WindowProperties::hasPauseUi |
| bool WindowProperties::isBlockScreenTimeout |
| bool WindowProperties::isSubtleLightbar |
| unsigned int WindowProperties::overlayNotificationsPosition |
| bool WindowProperties::rotationLockMaximized |
| unsigned int WindowProperties::statusBarColor |
| bool WindowProperties::suppressBannerMessages |
| bool WindowProperties::suppressGestures |
The documentation for this struct was generated from the following files: