Implementation of SafeInsets for Android devices.
More...
#include <SafeInsets_Android.h>
|
| 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.
|
|
| 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.
|
|
|
void | bottomChanged () |
| Notifier signal.
|
|
void | leftChanged () |
| Notifier signal.
|
|
void | rightChanged () |
| Notifier signal.
|
|
void | topChanged () |
| Notifier signal.
|
|
void | wHeightChanged () |
| Notifier signal.
|
|
void | wWidthChanged () |
| Notifier signal.
|
|
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.
|
|
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.
◆ SafeInsets() [1/3]
Platform::SafeInsets::SafeInsets |
( |
QObject * | parent = nullptr | ) |
|
|
explicit |
Standard constructor.
- Parameters
-
parent | Standard QObject parent pointer |
◆ SafeInsets() [2/3]
Platform::SafeInsets::SafeInsets |
( |
QObject * | parent = nullptr | ) |
|
|
explicit |
Standard constructor.
- Parameters
-
parent | Standard QObject parent pointer |
◆ SafeInsets() [3/3]
Platform::SafeInsets::SafeInsets |
( |
QObject * | parent = nullptr | ) |
|
|
explicit |
Standard constructor.
- Parameters
-
parent | Standard QObject parent pointer |
The documentation for this class was generated from the following files: