|
AusweisApp
|
#include <RemoteServiceModel.h>
Öffentliche Slots | |
| void | onTranslationChanged () |
| void | onReaderPlugInTypesChanged (bool pExplicitStart) |
Öffentliche Methoden | |
| bool | isRunning () const |
| Q_INVOKABLE void | setRunning (bool pState, bool pEnablePairing=false) |
| bool | isStarting () const |
| RemoteDeviceModel * | getAllDevices () |
| RemoteDeviceFilterModel * | getAvailableDevicesInPairingMode () |
| RemoteDeviceFilterModel * | getAvailablePairedDevices () |
| RemoteDeviceFilterModel * | getUnavailablePairedDevices () |
| void | setDetectRemoteDevices (bool pNewStatus) |
| bool | detectRemoteDevices () const |
| Q_INVOKABLE bool | rememberServer (const QString &pDeviceId) |
| Q_INVOKABLE void | connectToRememberedServer (const QString &pServerPsk) |
| QList< ReaderManagerPlugInType > | getSupportedReaderPlugInTypes () const override |
| void | resetRemoteServiceContext (const QSharedPointer< IfdServiceContext > &pContext=QSharedPointer< IfdServiceContext >()) |
| void | setPairing (bool pEnabled) const |
| bool | isPairing () const |
| bool | isConnectedToPairedDevice () const |
| bool | enableTransportPinLink () const |
| bool | isRunnable () const |
| bool | isCanEnableNfc () const |
| QString | getErrorMessage () const |
| QByteArray | getPsk () const |
| QString | getDisplayText () const |
| int | getPercentage () const |
| QString | getConnectionInfo () const |
| QString | getConnectedServerDeviceNames () const |
| bool | getRemoteReaderVisible () const |
| QString | getTransactionInfo () const |
| QString | getConnectedClientName () const |
| Q_INVOKABLE bool | pinPadModeOn () const |
| Q_INVOKABLE void | forgetDevice (const QString &pId) |
| Q_INVOKABLE void | cancelPasswordRequest () |
| Q_INVOKABLE void | changePinLength () |
| Q_INVOKABLE bool | isPinAuthentication () const |
Öffentliche Methoden geerbt von governikus::WorkflowModel | |
| WorkflowModel (QObject *pParent=nullptr) | |
| ~WorkflowModel () override=default | |
| void | resetWorkflowContext (const QSharedPointer< WorkflowContext > &pContext=QSharedPointer< WorkflowContext >()) |
| QString | getCurrentState () const |
| virtual QString | getResultString () const |
| bool | isError () const |
| bool | isMaskedError () const |
| ReaderManagerPlugInType | getReaderPlugInType () const |
| void | setReaderPlugInType (ReaderManagerPlugInType pReaderPlugInType) |
| bool | isBasicReader () const |
| bool | isRemoteReader () const |
| bool | hasCard () const |
| bool | isCurrentSmartCardAllowed () const |
| bool | isSmartSupported () const |
| virtual QList< ReaderManagerPlugInType > | getSupportedReaderPlugInTypes () const |
| bool | getNextWorkflowPending () const |
| GlobalStatus::Code | getStatusCode () const |
| QString | getStatusCodeImage () const |
| QString | getStatusHintText () const |
| QString | getStatusHintActionText () const |
| Q_INVOKABLE bool | invokeStatusHintAction () |
| bool | showRemoveCardFeedback () const |
| void | setRemoveCardFeedback (bool pEnabled) |
| Q_INVOKABLE void | insertSmartCard () |
| Q_INVOKABLE void | insertSimulator () |
| Q_INVOKABLE void | cancelWorkflow () |
| Q_INVOKABLE void | startScanExplicitly () |
| Q_INVOKABLE void | continueWorkflow () |
| Q_INVOKABLE void | setInitialPluginType () |
| Q_INVOKABLE bool | shouldSkipResultView () const |
| Q_INVOKABLE bool | isCancellationByUser () const |
| Q_INVOKABLE QString | getEmailHeader () const |
| Q_INVOKABLE QString | getEmailBody (bool pPercentEncoding=false, bool pAddLogNotice=false) const |
| Q_INVOKABLE void | sendResultMail () const |
| QString | eidTypeMismatchError () const |
Freundbeziehungen | |
| class | Env |
| class | ::test_UIPlugInQml |
| void RemoteServiceModel::cancelPasswordRequest | ( | ) |
| void RemoteServiceModel::changePinLength | ( | ) |
| void RemoteServiceModel::connectToRememberedServer | ( | const QString & | pServerPsk | ) |
| bool RemoteServiceModel::detectRemoteDevices | ( | ) | const |
| bool RemoteServiceModel::enableTransportPinLink | ( | ) | const |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
| void RemoteServiceModel::forgetDevice | ( | const QString & | pId | ) |
| RemoteDeviceModel * RemoteServiceModel::getAllDevices | ( | ) |
| RemoteDeviceFilterModel * RemoteServiceModel::getAvailableDevicesInPairingMode | ( | ) |
| RemoteDeviceFilterModel * RemoteServiceModel::getAvailablePairedDevices | ( | ) |
| QString RemoteServiceModel::getConnectedClientName | ( | ) | const |
| QString RemoteServiceModel::getConnectedServerDeviceNames | ( | ) | const |
| QString RemoteServiceModel::getConnectionInfo | ( | ) | const |
| QString RemoteServiceModel::getDisplayText | ( | ) | const |
| QString RemoteServiceModel::getErrorMessage | ( | ) | const |
| int RemoteServiceModel::getPercentage | ( | ) | const |
| QByteArray RemoteServiceModel::getPsk | ( | ) | const |
| bool RemoteServiceModel::getRemoteReaderVisible | ( | ) | const |
|
overridevirtual |
Erneute Implementation von governikus::WorkflowModel.
| QString RemoteServiceModel::getTransactionInfo | ( | ) | const |
| RemoteDeviceFilterModel * RemoteServiceModel::getUnavailablePairedDevices | ( | ) |
| bool RemoteServiceModel::isCanEnableNfc | ( | ) | const |
| bool RemoteServiceModel::isConnectedToPairedDevice | ( | ) | const |
| bool RemoteServiceModel::isPairing | ( | ) | const |
| bool RemoteServiceModel::isPinAuthentication | ( | ) | const |
| bool RemoteServiceModel::isRunnable | ( | ) | const |
| bool RemoteServiceModel::isRunning | ( | ) | const |
| bool RemoteServiceModel::isStarting | ( | ) | const |
|
slot |
|
slot |
| bool RemoteServiceModel::pinPadModeOn | ( | ) | const |
| bool RemoteServiceModel::rememberServer | ( | const QString & | pDeviceId | ) |
| void RemoteServiceModel::resetRemoteServiceContext | ( | const QSharedPointer< IfdServiceContext > & | pContext = QSharedPointer<IfdServiceContext>() | ) |
| void RemoteServiceModel::setDetectRemoteDevices | ( | bool | pNewStatus | ) |
| void RemoteServiceModel::setPairing | ( | bool | pEnabled | ) | const |
| void RemoteServiceModel::setRunning | ( | bool | pState, |
| bool | pEnablePairing = false |
||
| ) |
|
friend |
|
friend |
|
read |
|
read |
|
read |
|
read |
|
read |
|
read |
|
read |
|
read |
|
readwrite |
|
read |
|
read |
|
read |
|
read |
|
read |
|
read |
|
read |
|
read |
| bool governikus::RemoteServiceModel::requiresLocalNetworkPermission |
|
read |
|
read |
|
read |
|
read |