Enroute Flight Navigation
A navigation app for VFR pilots
Platform::SafeInsets_Abstract Class Reference

Safe window insets for QML. More...

#include <SafeInsets_Abstract.h>

Inheritance diagram for Platform::SafeInsets_Abstract:
Platform::SafeInsets Platform::SafeInsets Platform::SafeInsets

Signals

void bottomChanged ()
 Notifier signal.
 
void leftChanged ()
 Notifier signal.
 
void rightChanged ()
 Notifier signal.
 
void topChanged ()
 Notifier signal.
 
void wHeightChanged ()
 Notifier signal.
 
void wWidthChanged ()
 Notifier signal.
 

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ SafeInsets_Abstract()

Platform::SafeInsets_Abstract::SafeInsets_Abstract ( QObject * parent = nullptr)
explicit

Standard constructor.

Parameters
parentStandard QObject parent pointer

Member Function Documentation

◆ bottom()

double Platform::SafeInsets_Abstract::bottom ( ) const
inlinenodiscard

Getter function for the property with the same name.

Returns
Property bottom

Definition at line 93 of file SafeInsets_Abstract.h.

◆ left()

double Platform::SafeInsets_Abstract::left ( ) const
inlinenodiscard

Getter function for the property with the same name.

Returns
Property left

Definition at line 99 of file SafeInsets_Abstract.h.

◆ right()

double Platform::SafeInsets_Abstract::right ( ) const
inlinenodiscard

Getter function for the property with the same name.

Returns
Property right

Definition at line 105 of file SafeInsets_Abstract.h.

◆ top()

double Platform::SafeInsets_Abstract::top ( ) const
inlinenodiscard

Getter function for the property with the same name.

Returns
Property top

Definition at line 111 of file SafeInsets_Abstract.h.

◆ wHeight()

double Platform::SafeInsets_Abstract::wHeight ( ) const
inlinenodiscard

Getter function for the property with the same name.

Returns
Property wHeight

Definition at line 117 of file SafeInsets_Abstract.h.

◆ wWidth()

double Platform::SafeInsets_Abstract::wWidth ( ) const
inlinenodiscard

Getter function for the property with the same name.

Returns
Property wWidth

Definition at line 123 of file SafeInsets_Abstract.h.

Property Documentation

◆ wHeight

double Platform::SafeInsets_Abstract::wHeight
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.

◆ wWidth

double Platform::SafeInsets_Abstract::wWidth
read

Width of window, for Android systems.

See also
wHeight

Definition at line 82 of file SafeInsets_Abstract.h.


The documentation for this class was generated from the following file: