AusweisApp2
MsgHandlerBadState.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "MsgHandler.h"
10 
11 namespace governikus
12 {
13 
15  : public MsgHandler
16 {
17  public:
18  explicit MsgHandlerBadState(MsgCmdType pType = MsgCmdType::UNDEFINED);
19 };
20 
21 
22 } // namespace governikus
governikus::MsgHandlerBadState
Definition: MsgHandlerBadState.h:16
governikus::getEnumName
QLatin1String getEnumName(T pType)
Definition: EnumHelper.h:190
governikus::MsgHandlerBadState::MsgHandlerBadState
MsgHandlerBadState(MsgCmdType pType=MsgCmdType::UNDEFINED)
Definition: MsgHandlerBadState.cpp:9
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15
governikus::BAD_STATE
BAD_STATE
Definition: MsgTypes.h:24
MsgHandlerBadState.h
governikus::MsgHandler
Definition: MsgHandler.h:17
governikus::MsgHandler::mJsonObject
QJsonObject mJsonObject
Definition: MsgHandler.h:25
MsgHandler.h