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 |
QSharedPointer< AuthContext > | getAuthContext () |
QSharedPointer< const AuthContext > | getAuthContext () const |
QSharedPointer< WorkflowContext > | getWorkflowContext () |
QSharedPointer< const WorkflowContext > | getWorkflowContext () const |
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 | ) |