|
AusweisApp2
|
#include <UIPlugInWebSocket.h>
Öffentliche Methoden | |
| UIPlugInWebSocket () | |
| virtual | ~UIPlugInWebSocket () override |
Öffentliche Methoden geerbt von governikus::UIPlugIn | |
| UIPlugIn () | |
| virtual | ~UIPlugIn () |
Öffentliche, statische Methoden | |
| static void | setPort (quint16 pPort) |
| static quint16 | getPort () |
Statische öffentliche Attribute | |
| static const quint16 | WEBSOCKET_DEFAULT_PORT = 14727 |
Weitere Geerbte Elemente | |
Öffentliche Slots geerbt von governikus::UIPlugIn | |
| 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) |
Signale geerbt von governikus::UIPlugIn | |
| void | fireChangePinRequest () |
| void | fireSelfAuthenticationRequested () |
| void | fireSwitchToReaderSettingsRequested () |
| void | fireRemoteServiceRequested () |
| void | fireQuitApplicationRequest () |
| void | fireCloseReminderFinished (bool pDontRemindAgain) |
| void | fireShowUserInformation (const QString &pInformationMessage) |
| UIPlugInWebSocket::UIPlugInWebSocket | ( | ) |
|
overridevirtual |
|
static |
|
static |
|
static |