Enroute Flight Navigation
A navigation app for VFR pilots
|
Safe window insets for QML. More...
#include <SafeInsets_Abstract.h>
Public Member Functions | |
SafeInsets_Abstract (QObject *parent=nullptr) | |
Standard constructor. | |
double | bottom () const |
Getter function for the property with the same name. | |
double | left () const |
Getter function for the property with the same name. | |
double | right () const |
Getter function for the property with the same name. | |
double | top () const |
Getter function for the property with the same name. | |
double | wHeight () const |
Getter function for the property with the same name. | |
double | wWidth () const |
Getter function for the property with the same name. | |
Properties | |
double | bottom |
Safe inset at bottom of screen, so as to avoid system status bars and display cutouts. | |
double | left |
Safe inset at left of screen, so as to avoid system status bars and display cutouts. | |
double | right |
Safe inset at right of screen, so as to avoid system status bars and display cutouts. | |
double | top |
Safe inset at top of screen, so as to avoid system status bars and display cutouts. | |
double | wHeight |
Height of window, for Android systems. | |
double | wWidth |
Width of window, for Android systems. | |
Safe window insets for QML.
Implementations of this class provide QML singletons that describe the safe area screen, there QML objects do not collide with display cutouts or system bars of the operating system.
Definition at line 34 of file SafeInsets_Abstract.h.
|
explicit |
Standard constructor.
parent | Standard QObject parent pointer |
|
inlinenodiscard |
Getter function for the property with the same name.
Definition at line 93 of file SafeInsets_Abstract.h.
|
inlinenodiscard |
Getter function for the property with the same name.
Definition at line 99 of file SafeInsets_Abstract.h.
|
inlinenodiscard |
Getter function for the property with the same name.
Definition at line 105 of file SafeInsets_Abstract.h.
|
inlinenodiscard |
Getter function for the property with the same name.
Definition at line 111 of file SafeInsets_Abstract.h.
|
inlinenodiscard |
Getter function for the property with the same name.
Definition at line 117 of file SafeInsets_Abstract.h.
|
inlinenodiscard |
Getter function for the property with the same name.
Definition at line 123 of file SafeInsets_Abstract.h.
|
read |
Height of window, for Android systems.
On Android, users can split the screen, in order to show two apps next to one another (or on top of one another). Neither the ApplicationWindow QML class nor the QScreen C++ class is aware of this change, so that the right/bottom part of the app become invisible. The wHeight property here reflects the usable window height. The property automatically updates when the split view is switched on/off, or when the relative size of the windows changes.
On systems other than Android, this property contains NaN.
Definition at line 76 of file SafeInsets_Abstract.h.
|
read |
Width of window, for Android systems.
Definition at line 82 of file SafeInsets_Abstract.h.