AusweisApp2
StateWriteHistory.h
gehe zur Dokumentation dieser Datei
1 /*
2  *
3  * \brief Writes the history entry .
4  *
5  * \copyright Copyright (c) 2014-2020 Governikus GmbH & Co. KG, Germany
6  */
7 
8 #pragma once
9 
10 #include "AbstractState.h"
11 #include "context/AuthContext.h"
13 
14 
15 namespace governikus
16 {
17 
19  : public AbstractState
20  , public GenericContextContainer<AuthContext>
21 {
22  Q_OBJECT
23  friend class StateBuilder;
24 
25  explicit StateWriteHistory(const QSharedPointer<WorkflowContext>& pContext);
26  virtual void run() override;
27 
28  public:
29  void onEntry(QEvent* pEvent) override;
30 };
31 
32 } // namespace governikus
AuthContext.h
governikus::StateWriteHistory
Definition: StateWriteHistory.h:21
AppSettings.h
governikus::AbstractState
Definition: AbstractState.h:20
governikus::GenericContextContainer< AuthContext >::getContext
virtual QSharedPointer< AuthContext > getContext()
Definition: GenericContextContainer.h:34
governikus::AbstractState::fireContinue
void fireContinue()
Definition: moc_AbstractState.cpp:158
governikus::AbstractState::onEntry
void onEntry(QEvent *pEvent) override
Definition: AbstractState.cpp:66
AccessRoleAndRight.h
governikus::StateWriteHistory::onEntry
void onEntry(QEvent *pEvent) override
Definition: StateWriteHistory.cpp:78
governikus::AbstractState::fireAbort
void fireAbort()
Definition: moc_AbstractState.cpp:164
GenericContextContainer.h
governikus::StateBuilder
Definition: StateBuilder.h:18
governikus::HistoryInfo
Represents a history entry, i.e.
Definition: HistoryInfo.h:22
AbstractState.h
governikus::LanguageLoader::getInstance
static LanguageLoader & getInstance()
Definition: LanguageLoader.cpp:42
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15
governikus::GenericContextContainer
Definition: GenericContextContainer.h:20
governikus::CVCertificateBody
struct certificateprofilebody_st { ASN1_OCTET_STRING *mCertificateProfileIdentifier CVCertificateBody
Definition: CVCertificateBody.h:46
StateWriteHistory.h
LanguageLoader.h
governikus::LanguageLoader::getUsedLocale
const QLocale & getUsedLocale() const
Definition: LanguageLoader.cpp:176