swift
|
The class providing facades (the contexts) for all DBus relevant operations. More...
Public Member Functions | |
CCoreFacade (const CCoreFacadeConfig &config, QObject *parent=nullptr) | |
Constructor. | |
virtual | ~CCoreFacade () |
Destructor. | |
swift::misc::shared_state::CDataLinkDBus * | getDataLinkDBus () |
Transport mechanism for sharing state between applications. | |
swift::misc::CStatusMessage | tryToReconnectWithDBus () |
In case connection between DBus parties is lost, try to reconnect. | |
void | gracefulShutdown () |
Clean up (will be connected to signal QCoreApplication::aboutToQuit) | |
bool | isShuttingDown () const |
Facade and context shutting down. | |
bool | parseCommandLine (const QString &commandLine, const swift::misc::CIdentifier &originator) |
Parse command line in all contexts. | |
context::IContextNetwork * | getIContextNetwork () |
Context for network. | |
const context::IContextNetwork * | getIContextNetwork () const |
Context for network. | |
context::IContextAudio * | getIContextAudio () |
Context for audio. | |
const context::IContextAudio * | getIContextAudio () const |
Context for audio. | |
context::CContextAudioBase * | getCContextAudioBase () |
Context for audio. | |
const context::CContextAudioBase * | getCContextAudioBase () const |
Context for audio. | |
context::IContextApplication * | getIContextApplication () |
Context for application. | |
const context::IContextApplication * | getIContextApplication () const |
Context for application. | |
context::IContextOwnAircraft * | getIContextOwnAircraft () |
Context for own aircraft. | |
const context::IContextOwnAircraft * | getIContextOwnAircraft () const |
Context for own aircraft. | |
context::IContextSimulator * | getIContextSimulator () |
Context for simulator. | |
const context::IContextSimulator * | getIContextSimulator () const |
Context for simulator. | |
context::CContextApplication * | getCContextApplication () |
Context for application. More... | |
const context::CContextApplication * | getCContextApplication () const |
Context for application. More... | |
context::CContextAudio * | getCContextAudio () |
Context for audio. More... | |
const context::CContextAudio * | getCContextAudio () const |
Context for audio. More... | |
context::CContextOwnAircraft * | getCContextOwnAircraft () |
Context for own aircraft. More... | |
const context::CContextOwnAircraft * | getCContextOwnAircraft () const |
Context for own aircraft. More... | |
context::CContextNetwork * | getCContextNetwork () |
Context for network. More... | |
const context::CContextNetwork * | getCContextNetwork () const |
Context for network. More... | |
context::CContextSimulator * | getCContextSimulator () |
Context for simulator. More... | |
const context::CContextSimulator * | getCContextSimulator () const |
Context for simulator. More... | |
QString | getDBusAddress () const |
DBus address if any. | |
![]() | |
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 Public Member Functions | |
static void | registerMetadata () |
Register metadata. | |
![]() | |
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) |
Additional Inherited Members | |
![]() | |
enum | TimerId |
![]() | |
typedef | QObjectList |
Invalid | |
![]() | |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const QMetaMethod &signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const QMetaMethod &signal) |
virtual void | timerEvent (QTimerEvent *event) |
QObject * | sender () const const |
bool | isSignalConnected (const QMetaMethod &signal) const const |
int | receivers (const char *signal) const const |
int | senderSignalIndex () const const |
![]() | |
objectName | |
The class providing facades (the contexts) for all DBus relevant operations.
Definition at line 56 of file corefacade.h.
CContextApplication * swift::core::CCoreFacade::getCContextApplication | ( | ) |
Context for application.
Definition at line 473 of file corefacade.cpp.
const CContextApplication * swift::core::CCoreFacade::getCContextApplication | ( | ) | const |
Context for application.
Definition at line 480 of file corefacade.cpp.
CContextAudio * swift::core::CCoreFacade::getCContextAudio | ( | ) |
Context for audio.
Definition at line 459 of file corefacade.cpp.
const CContextAudio * swift::core::CCoreFacade::getCContextAudio | ( | ) | const |
Context for audio.
Definition at line 466 of file corefacade.cpp.
CContextNetwork * swift::core::CCoreFacade::getCContextNetwork | ( | ) |
Context for network.
Definition at line 487 of file corefacade.cpp.
const CContextNetwork * swift::core::CCoreFacade::getCContextNetwork | ( | ) | const |
Context for network.
Definition at line 494 of file corefacade.cpp.
CContextOwnAircraft * swift::core::CCoreFacade::getCContextOwnAircraft | ( | ) |
Context for own aircraft.
Definition at line 501 of file corefacade.cpp.
const CContextOwnAircraft * swift::core::CCoreFacade::getCContextOwnAircraft | ( | ) | const |
Context for own aircraft.
Definition at line 508 of file corefacade.cpp.
CContextSimulator * swift::core::CCoreFacade::getCContextSimulator | ( | ) |
Context for simulator.
Definition at line 515 of file corefacade.cpp.
const CContextSimulator * swift::core::CCoreFacade::getCContextSimulator | ( | ) | const |
Context for simulator.
Definition at line 522 of file corefacade.cpp.