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

Implementation of SafeInsets for Android devices. More...

#include <SafeInsets_Android.h>

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

Public Member Functions

 SafeInsets (QObject *parent=nullptr)
 Standard constructor.
 
void updateSafeInsets ()
 Checks and updated properties.
 
 SafeInsets (QObject *parent=nullptr)
 Standard constructor.
 
 SafeInsets (QObject *parent=nullptr)
 Standard constructor.
 
void updateSafeInsets ()
 Checks and updated properties.
 
- Public Member Functions inherited from Platform::SafeInsets_Abstract
 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.
 

Additional Inherited Members

- Signals inherited from Platform::SafeInsets_Abstract
void bottomChanged ()
 Notifier signal.
 
void leftChanged ()
 Notifier signal.
 
void rightChanged ()
 Notifier signal.
 
void topChanged ()
 Notifier signal.
 
void wHeightChanged ()
 Notifier signal.
 
void wWidthChanged ()
 Notifier signal.
 
- Properties inherited from Platform::SafeInsets_Abstract
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

Implementation of SafeInsets for Android devices.

Implementation of SafeInsets for iOS.

Implementation of SafeInsets for Linux desktop devices, as a QML singleton.

Definition at line 32 of file SafeInsets_Android.h.

Constructor & Destructor Documentation

◆ SafeInsets() [1/3]

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

Standard constructor.

Parameters
parentStandard QObject parent pointer

◆ SafeInsets() [2/3]

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

Standard constructor.

Parameters
parentStandard QObject parent pointer

◆ SafeInsets() [3/3]

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

Standard constructor.

Parameters
parentStandard QObject parent pointer

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