|
AusweisApp2
|
#include <MsgContext.h>
Öffentliche Methoden | |
| void | clear () |
| void | addStateMsg (MsgType pMsgType) |
| void | setWorkflowContext (const QSharedPointer< WorkflowContext > &pContext) |
Öffentliche Methoden geerbt von governikus::MsgContext | |
| 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 | |
Geschützte Attribute geerbt von governikus::MsgContext | |
| MsgLevel | mApiLevel |
| QList< MsgType > | mStateMessages |
| QSharedPointer< WorkflowContext > | mContext |
| void MsgDispatcherContext::addStateMsg | ( | MsgType | pMsgType | ) |
| void MsgDispatcherContext::clear | ( | ) |
| void MsgDispatcherContext::setWorkflowContext | ( | const QSharedPointer< WorkflowContext > & | pContext | ) |