AusweisApp2
|
#include <UIPlugInAidl.h>
Öffentliche Methoden | |
UIPlugInAidl () | |
virtual | ~UIPlugInAidl () override |
bool | isSuccessfullInitialized () |
Q_INVOKABLE void | onReceived (const QByteArray &pMessage) |
bool | waitForWorkflowToFinish () |
![]() | |
UIPlugIn () | |
virtual | ~UIPlugIn () |
Öffentliche, statische Methoden | |
static UIPlugInAidl * | getInstance (bool pBlock=true) |
Weitere Geerbte Elemente | |
![]() | |
virtual void | doShutdown ()=0 |
virtual void | onWorkflowStarted (QSharedPointer< WorkflowContext > pContext)=0 |
virtual void | onWorkflowFinished (QSharedPointer< WorkflowContext > pContext)=0 |
virtual void | onApplicationStarted () |
virtual void | onShowUi (UiModule pModule) |
virtual void | onShowReaderSettings () |
virtual void | onSwitchToReaderSettingsRequested () |
virtual void | onProxyAuthenticationRequired (const QNetworkProxy &pProxy, QAuthenticator *pAuthenticator) |
![]() | |
void | fireChangePinRequest () |
void | fireSelfAuthenticationRequested () |
void | fireSwitchToReaderSettingsRequested () |
void | fireRemoteServiceRequested () |
void | fireQuitApplicationRequest () |
void | fireCloseReminderFinished (bool pDontRemindAgain) |
void | fireShowUserInformation (const QString &pInformationMessage) |
UIPlugInAidl::UIPlugInAidl | ( | ) |
|
overridevirtual |
|
static |
bool UIPlugInAidl::isSuccessfullInitialized | ( | ) |
void UIPlugInAidl::onReceived | ( | const QByteArray & | pMessage | ) |
bool UIPlugInAidl::waitForWorkflowToFinish | ( | ) |