|
AusweisApp
|
#include <LocalIfdClient.h>
Öffentliche Methoden | |
| LocalIfdClient () | |
| ~LocalIfdClient () override | |
| void | startDetection () override |
| void | stopDetection () override |
| bool | isDetecting () override |
| QList< RemoteServiceSettings::RemoteInfo > | getConnectedDeviceInfos () override |
| const QString & | getPsk () const |
| void | serviceConnected () |
| void | serviceDisconnected () |
Öffentliche Methoden geerbt von governikus::IfdClientImpl | |
| IfdClientImpl () | |
| ~IfdClientImpl () override | |
| Q_INVOKABLE void | establishConnection (const QSharedPointer< IfdListEntry > &pEntry, const QString &pPsk) override |
| QStringList | getConnectedDeviceIDs () const override |
Öffentliche Methoden geerbt von governikus::IfdClient | |
| IfdClient ()=default | |
| ~IfdClient () override=default | |
| virtual Q_INVOKABLE void | startDetection ()=0 |
| virtual Q_INVOKABLE void | stopDetection ()=0 |
| virtual Q_INVOKABLE bool | isDetecting ()=0 |
| virtual Q_INVOKABLE void | establishConnection (const QSharedPointer< IfdListEntry > &pEntry, const QString &pPsk)=0 |
| virtual QList< QSharedPointer< IfdListEntry > > | getAnnouncingRemoteDevices () const |
| bool | hasAnnouncingRemoteDevices () const |
| virtual Q_INVOKABLE void | requestRemoteDevices () |
| virtual QStringList | getConnectedDeviceIDs () const |
| virtual QList< RemoteServiceSettings::RemoteInfo > | getConnectedDeviceInfos ()=0 |
Freundbeziehungen | |
| LocalIfdClient * | createNewObject () |
Weitere Geerbte Elemente | |
Signale geerbt von governikus::IfdClient | |
| void | fireDeviceAppeared (const QSharedPointer< IfdListEntry > &pEntry) |
| void | fireDeviceUpdated (const QSharedPointer< IfdListEntry > &pEntry) |
| void | fireDeviceVanished (const QSharedPointer< IfdListEntry > &pEntry) |
| void | fireEstablishConnectionDone (const QSharedPointer< IfdListEntry > &pEntry, const GlobalStatus &pStatus) |
| void | fireNewDispatcher (const QSharedPointer< IfdDispatcherClient > &pDispatcher) |
| void | fireDispatcherChanged (const QSharedPointer< IfdDispatcherClient > &pDispatcher) |
| void | fireRemoteDevicesInfo (const QList< QSharedPointer< IfdListEntry > > &pRemoteDevices) |
| void | fireDispatcherDestroyed (GlobalStatus::Code pCloseCode, const QString &pId) |
| void | fireDetectionChanged () |
| void | fireCertificateRemoved (const QString &pDeviceName) |
Geschützte Slots geerbt von governikus::IfdClientImpl | |
| void | onDispatcherCreated (const IfdDescriptor &pIfdDescriptor, const QSharedPointer< IfdDispatcherClient > &pDispatcher) |
| void | onDispatcherError (const IfdDescriptor &pIfdDescriptor, IfdErrorCode pErrorCode) |
| void | onDispatcherDestroyed (GlobalStatus::Code pCloseCode, const QString &pId) |
| governikus::LocalIfdClient::LocalIfdClient | ( | ) |
|
override |
|
overridevirtual |
Implementiert governikus::IfdClient.
| const QString & LocalIfdClient::getPsk | ( | ) | const |
|
overridevirtual |
Implementiert governikus::IfdClient.
| void LocalIfdClient::serviceConnected | ( | ) |
| void LocalIfdClient::serviceDisconnected | ( | ) |
|
overridevirtual |
|
overridevirtual |
Implementiert governikus::IfdClient.
|
friend |