D-Bus struct for move/push/zone-number navigation result: (bssiiiiss) More...
#include <phosphor-protocol/include/PhosphorProtocol/NavigationTypes.h>
Public Member Functions | |
| QRect | toRect () const |
Public Attributes | |
| bool | success = false |
| QString | reason |
| QString | zoneId |
| int | x = 0 |
| int | y = 0 |
| int | width = 0 |
| int | height = 0 |
| QString | sourceZoneId |
| QString | screenName |
D-Bus struct for move/push/zone-number navigation result: (bssiiiiss)
|
inline |
| int PhosphorProtocol::MoveTargetResult::height = 0 |
| QString PhosphorProtocol::MoveTargetResult::reason |
| QString PhosphorProtocol::MoveTargetResult::screenName |
| QString PhosphorProtocol::MoveTargetResult::sourceZoneId |
| bool PhosphorProtocol::MoveTargetResult::success = false |
| int PhosphorProtocol::MoveTargetResult::width = 0 |
| int PhosphorProtocol::MoveTargetResult::x = 0 |
| int PhosphorProtocol::MoveTargetResult::y = 0 |
| QString PhosphorProtocol::MoveTargetResult::zoneId |