28class QNetworkAccessManager;
31namespace DataManagement
54namespace Notifications
69class Notifier_Abstract;
80class WeatherDataProvider;
278 template <
typename T>
279 static auto allocateInternal(QPointer<T> &pointer) -> T *;
Manages the list of geographic maps.
Remote controls the app and takes screenshot images.
Provides geographic information.
Library of user-defined waypoints.
Base class for global singleton objects.
static Q_INVOKABLE bool canConstruct()
Indicates if the static methods are ready to be used.
static Q_INVOKABLE Traffic::PasswordDB * passwordDB()
Pointer to appplication-wide static PasswordDB instance.
static Q_INVOKABLE GeoMaps::WaypointLibrary * waypointLibrary()
Pointer to appplication-wide static WaypointLibrary instance.
static Q_INVOKABLE GeoMaps::GeoMapProvider * geoMapProvider()
Pointer to appplication-wide static GeoMaps::GeoMapProvider instance.
static Q_INVOKABLE Platform::FileExchange_Abstract * fileExchange()
Pointer to appplication-wide static FileExchange instance.
static Q_INVOKABLE Librarian * librarian()
Pointer to appplication-wide static librarian instance.
static Q_INVOKABLE Navigation::Navigator * navigator()
Pointer to appplication-wide static Navigation::Navigator instance.
static Q_INVOKABLE Positioning::PositionProvider * positionProvider()
Pointer to appplication-wide static PositionProvider instance.
static Q_INVOKABLE DataManagement::DataManager * dataManager()
Pointer to appplication-wide static GeoMaps::DataManager instance.
static Q_INVOKABLE Sensors * sensors()
Pointer to appplication-wide static Navigation::Clock instance.
~GlobalObject() override=default
Standard deconstructor.
static Q_INVOKABLE Notifications::NotificationManager * notificationManager()
Pointer to appplication-wide static notification manager instance.
static Q_INVOKABLE DataManagement::SSLErrorHandler * sslErrorHandler()
Pointer to appplication-wide static QNetworkAccessManager instance.
static Q_INVOKABLE DemoRunner * demoRunner()
Pointer to appplication-wide static DemoRunner instance.
static Q_INVOKABLE Weather::WeatherDataProvider * weatherDataProvider()
Pointer to appplication-wide static WeatherDataProvider instance.
GlobalObject(QObject *parent=nullptr)
Standard constructor.
static Q_INVOKABLE Traffic::TrafficDataProvider * trafficDataProvider()
Pointer to appplication-wide static TrafficDataProvider instance.
static Q_INVOKABLE Traffic::FlarmnetDB * flarmnetDB()
Pointer to appplication-wide static FlarmnetDB instance.
static Q_INVOKABLE Navigation::Clock * clock()
Pointer to appplication-wide static Navigation::Clock instance.
virtual void deferredInitialization()
Non-constructor initialization.
static Q_INVOKABLE NOTAM::NOTAMProvider * notamProvider()
Pointer to appplication-wide static notification manager instance.
static void clear()
Deletes all globally defined objects.
static Q_INVOKABLE QNetworkAccessManager * networkAccessManager()
Pointer to appplication-wide static QNetworkAccessManager instance.
static Q_INVOKABLE Platform::PlatformAdaptor_Abstract * platformAdaptor()
Pointer to appplication-wide static PlatformAdaptor instance.
static Q_INVOKABLE GlobalSettings * globalSettings()
Pointer to appplication-wide static Settings instance.
Manage libraries and text assets.
Manage NOTAM data and download NOTAM data from the FAA if required.
This extremely simple class give accss to time and offers a few time-related functions.
Main hub for navigation data.
This class manages notifications and presents them to the GUI.
Central Position Provider.
WeatherDataProvider, weather service manager.