AusweisApp2
|
#include <MsgContext.h>
Öffentliche Methoden | |
void | clear () |
void | addStateMsg (MsgType pMsgType) |
void | setWorkflowContext (const QSharedPointer< WorkflowContext > &pContext) |
![]() | |
MsgContext () | |
void | setApiLevel (MsgLevel pApiLevel) |
MsgLevel | getApiLevel () const |
MsgType | getLastStateMsg () const |
bool | isActiveWorkflow () const |
template<typename T = WorkflowContext> | |
QSharedPointer< const T > | getContext () const |
template<typename T = WorkflowContext> | |
QSharedPointer< T > | getContext () |
Weitere Geerbte Elemente | |
![]() | |
MsgLevel | mApiLevel |
QList< MsgType > | mStateMessages |
QSharedPointer< WorkflowContext > | mContext |
void MsgDispatcherContext::addStateMsg | ( | MsgType | pMsgType | ) |
void MsgDispatcherContext::clear | ( | ) |
void MsgDispatcherContext::setWorkflowContext | ( | const QSharedPointer< WorkflowContext > & | pContext | ) |