AusweisApp2
MsgHandlerEnterPin.h
gehe zur Dokumentation dieser Datei
1
7
#pragma once
8
9
#include "
MsgContext.h
"
10
#include "
MsgHandlerEnterNumber.h
"
11
12
namespace
governikus
13
{
14
15
class
MsgHandlerEnterPin
16
:
public
MsgHandlerEnterNumber
17
{
18
public
:
19
explicit
MsgHandlerEnterPin
(
const
MsgContext
& pContext);
20
explicit
MsgHandlerEnterPin
(
const
QJsonObject& pObj,
MsgContext
& pContext);
21
};
22
23
24
}
// namespace governikus
governikus::MsgHandlerEnterPin::MsgHandlerEnterPin
MsgHandlerEnterPin(const MsgContext &pContext)
Definition:
MsgHandlerEnterPin.cpp:11
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition:
ActivationContext.h:14
governikus::MsgHandlerEnterNumber
Definition:
MsgHandlerEnterNumber.h:18
governikus::MsgContext
Definition:
MsgContext.h:16
governikus::MsgHandlerEnterPin
Definition:
MsgHandlerEnterPin.h:15
MsgHandlerEnterNumber.h
MsgContext.h
src
ui
json
messages
MsgHandlerEnterPin.h
Erzeugt von
1.8.14