|
MultiplayerAcquireInfo | acquireMultiplayerPlanes () |
| Returns whether multiplayer planes have been acquired. If not, owner will be set to the plugin that acquired it. More...
|
|
bool | initialize () |
| Initialize the multiplayer planes rendering and return true if successful. More...
|
|
void | cleanup () |
| Reverse the actions of initialize(). More...
|
|
QString | loadPlanesPackage (const QString &path) |
| Load a collection of planes from the given directory and return error message if unsuccessful. More...
|
|
void | setDefaultIcao (const QString &defaultIcao) |
| Set the ICAO code to use for aircraft without a model match. More...
|
|
void | setMaxPlanes (int planes) |
| Set the maximum number of aircraft. More...
|
|
void | setMaxDrawDistance (double nauticalMiles) |
| Set the maximum distance at which to draw aircraft (nautical miles). More...
|
|
void | addPlane (const QString &callsign, const QString &modelName, const QString &aircraftIcao, const QString &airlineIcao, const QString &livery) |
| Introduce a new traffic aircraft. More...
|
|
void | removePlane (const QString &callsign) |
| Remove a traffic aircraft. More...
|
|
void | removeAllPlanes () |
| Remove all traffic aircraft. More...
|
|
void | setPlanesPositions (const swift::simplugin::xplane::PlanesPositions &planesPositions) |
| Set the position of multiple traffic aircrafts. More...
|
|
void | setPlanesSurfaces (const swift::simplugin::xplane::PlanesSurfaces &planesSurfaces) |
| Set the flight control surfaces and lights of multiple traffic aircrafts. More...
|
|
void | setPlanesTransponders (const swift::simplugin::xplane::PlanesTransponders &planesTransponders) |
| Set the transponder of multiple traffic aircraft. More...
|
|
void | setInterpolatorMode (const QString &callsign, bool spline) |
|
void | getRemoteAircraftData (const QStringList &callsigns, const RemoteAircraftDataCallback &setter) const |
| Get remote aircrafts data (lat, lon, elevation and CG) More...
|
|
void | getElevationAtPosition (const swift::misc::aviation::CCallsign &callsign, double latitudeDeg, double longitudeDeg, double altitudeMeters, const ElevationCallback &setter) const |
| Get the ground elevation at an arbitrary position. More...
|
|
void | setFollowedAircraft (const QString &callsign) |
| Sets the aircraft with callsign to be followed in plane view. More...
|
|
|
| CXSwiftBusTrafficProxy (QDBusConnection &connection, QObject *parent=nullptr, bool dummy=false) |
| Constructor.
|
|
bool | isValid () const |
| Does the remote object exist?
|
|
QBindable< QString > | bindableObjectName () |
|
| QObject (QObject *parent) |
|
| QT_NO_CONTEXTLESS_CONNECT QT_NO_CONTEXTLESS_CONNECT |
|
| QT_NO_NARROWING_CONVERSIONS_IN_CONNECT QT_NO_NARROWING_CONVERSIONS_IN_CONNECT |
|
| Q_CLASSINFO (Name, Value) |
|
| Q_EMIT Q_EMIT |
|
| Q_ENUM (...) |
|
| Q_ENUMS (...) |
|
| Q_ENUM_NS (...) |
|
| Q_FLAG (...) |
|
| Q_FLAGS (...) |
|
| Q_FLAG_NS (...) |
|
| Q_GADGET Q_GADGET |
|
| Q_GADGET_EXPORT (EXPORT_MACRO) |
|
| Q_INTERFACES (...) |
|
| Q_INVOKABLE Q_INVOKABLE |
|
| Q_MOC_INCLUDE Q_MOC_INCLUDE |
|
| Q_NAMESPACE Q_NAMESPACE |
|
| Q_NAMESPACE_EXPORT (EXPORT_MACRO) |
|
| Q_OBJECT Q_OBJECT |
|
| Q_PROPERTY (...) |
|
| Q_REVISION Q_REVISION |
|
| Q_SET_OBJECT_NAME (Object) |
|
| Q_SIGNAL Q_SIGNAL |
|
| Q_SIGNALS Q_SIGNALS |
|
| Q_SLOT Q_SLOT |
|
| Q_SLOTS Q_SLOTS |
|
T | qobject_cast (QObject *object) |
|
T | qobject_cast (const QObject *object) |
|
bool | blockSignals (bool block) |
|
virtual bool | event (QEvent *e) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
bool | moveToThread (QThread *targetThread) |
|
bool | setProperty (const char *name, QVariant &&value) |
|
bool | setProperty (const char *name, const QVariant &value) |
|
int | startTimer (int interval, Qt::TimerType timerType) |
|
int | startTimer (std::chrono::nanoseconds interval, Qt::TimerType timerType) |
|
void | deleteLater () |
|
void | destroyed (QObject *obj) |
|
void | installEventFilter (QObject *filterObj) |
|
void | killTimer (Qt::TimerId id) |
|
void | killTimer (int id) |
|
void | objectNameChanged (const QString &objectName) |
|
void | removeEventFilter (QObject *obj) |
|
void | setObjectName (QAnyStringView name) |
|
void | setObjectName (const QString &name) |
|
void | setParent (QObject *parent) |
|
QList< QByteArray > | dynamicPropertyNames () const const |
|
QList< T > | findChildren (QAnyStringView name, Qt::FindChildOptions options) const const |
|
QList< T > | findChildren (Qt::FindChildOptions options) const const |
|
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const const |
|
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const |
|
QObject * | parent () const const |
|
QString | objectName () const const |
|
QThread * | thread () const const |
|
QVariant | property (const char *name) const const |
|
T | findChild (QAnyStringView name, Qt::FindChildOptions options) const const |
|
T | findChild (Qt::FindChildOptions options) const const |
|
bool | disconnect (const QObject *receiver, const char *method) const const |
|
bool | disconnect (const char *signal, const QObject *receiver, const char *method) const const |
|
bool | inherits (const char *className) const const |
|
bool | isQuickItemType () const const |
|
bool | isWidgetType () const const |
|
bool | isWindowType () const const |
|
bool | signalsBlocked () const const |
|
virtual const QMetaObject * | metaObject () const const |
|
const QObjectList & | children () const const |
|
void | dumpObjectInfo () const const |
|
void | dumpObjectTree () const const |
|
|
static const QString & | InterfaceName () |
| Service name.
|
|
static const QString & | ObjectPath () |
| Service path.
|
|
static const QStringList & | getLogCategories () |
| Log. categories.
|
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
|
QString | tr (const char *sourceText, const char *disambiguation, int n) |
|
bool | disconnect (const QMetaObject::Connection &connection) |
|
bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
|
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
|
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
|
Proxy object connected to a real XSwiftBus::CTraffic object via DBus.
Definition at line 153 of file xswiftbustrafficproxy.h.