AusweisApp2
StateConnectCard.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
#include "
AbstractState.h
"
8
#include "
command/CreateCardConnectionCommand.h
"
9
#include "
GenericContextContainer.h
"
10
11
class
test_StateConnectCard;
12
13
namespace
governikus
14
{
15
16
class
StateConnectCard
17
:
public
AbstractState
18
,
public
GenericContextContainer
<WorkflowContext>
19
{
20
Q_OBJECT
21
friend
class
StateBuilder
;
22
friend
class ::test_StateConnectCard;
23
24
explicit
StateConnectCard
(
const
QSharedPointer<WorkflowContext>& pContext);
25
virtual
void
run()
override
;
26
27
private
Q_SLOTS:
28
void
onCardInserted();
29
void
onCommandDone(QSharedPointer<CreateCardConnectionCommand> pCommand);
30
void
onReaderRemoved(
const
QString& pReaderName);
31
32
public
:
33
void
onEntry
(QEvent* pEvent)
override
;
34
35
Q_SIGNALS:
36
void
fireRetry
();
37
38
};
39
40
}
// namespace governikus
governikus::ReaderInfo::getMaxApduLength
int getMaxApduLength() const
Definition:
ReaderInfo.h:137
ReaderManager.h
governikus::StateConnectCard
Definition:
StateConnectCard.h:19
governikus::ReaderInfo
Definition:
ReaderInfo.h:17
governikus::AbstractState
Definition:
AbstractState.h:20
governikus::GenericContextContainer< WorkflowContext >::getContext
virtual QSharedPointer< WorkflowContext > getContext()
Definition:
GenericContextContainer.h:34
governikus::AbstractState::fireContinue
void fireContinue()
governikus::ReaderInfo::isPinDeactivated
bool isPinDeactivated() const
Definition:
ReaderInfo.h:83
governikus::AbstractState::onEntry
void onEntry(QEvent *pEvent) override
Definition:
AbstractState.cpp:66
governikus::ReaderManager::fireCardInserted
void fireCardInserted(const QString &pReaderName)
governikus::ReaderInfo::sufficientApduLength
bool sufficientApduLength() const
Definition:
ReaderInfo.h:143
governikus::WorkflowContext::fireReaderPlugInTypesChanged
void fireReaderPlugInTypesChanged()
CreateCardConnectionCommand.h
governikus::AbstractState::fireAbort
void fireAbort()
GenericContextContainer.h
StateConnectCard.h
governikus::StateBuilder
Definition:
StateBuilder.h:18
AbstractState.h
SurveyModel.h
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition:
ActivationContext.h:15
governikus::ReaderInfo::hasEidCard
bool hasEidCard() const
Definition:
ReaderInfo.h:59
governikus::GenericContextContainer
Definition:
GenericContextContainer.h:20
governikus::WorkflowContext
Definition:
WorkflowContext.h:23
governikus::ReaderInfo::getName
const QString & getName() const
Definition:
ReaderInfo.h:101
governikus::StateConnectCard::onEntry
void onEntry(QEvent *pEvent) override
Definition:
StateConnectCard.cpp:84
governikus::ReaderManager::fireReaderRemoved
void fireReaderRemoved(const QString &pReaderName)
governikus::StateConnectCard::fireRetry
void fireRetry()
governikus::AbstractState::mConnections
QVector< QMetaObject::Connection > mConnections
Definition:
AbstractState.h:33
CardConnection.h
src
core
states
StateConnectCard.h
Erzeugt von
1.8.20