AusweisApp2
MsgHandlerInsertCard.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "MsgContext.h"
10 #include "MsgHandler.h"
11 
12 namespace governikus
13 {
14 
16  : public MsgHandler
17 {
18  public:
19  explicit MsgHandlerInsertCard(MsgContext& pContext);
20 };
21 
22 
23 } // namespace governikus
ReaderManager.h
MsgContext.h
governikus::MsgContext
Definition: MsgContext.h:16
governikus::MsgHandler::setVoid
void setVoid(bool pVoid=true)
Definition: MsgHandler.cpp:149
MsgHandlerInsertCard.h
governikus::MsgContext::getContext
QSharedPointer< const T > getContext() const
Definition: MsgContext.h:35
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15
governikus::INSERT_CARD
INSERT_CARD
Definition: MsgTypes.h:29
governikus::MsgHandlerInsertCard::MsgHandlerInsertCard
MsgHandlerInsertCard(MsgContext &pContext)
Definition: MsgHandlerInsertCard.cpp:11
governikus::MsgHandler
Definition: MsgHandler.h:17
MsgHandler.h
governikus::MsgHandlerInsertCard
Definition: MsgHandlerInsertCard.h:17