|
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 |
| template<typename T = WorkflowContext> | |
| QSharedPointer< const T > | getContext () const |
| template<typename T = WorkflowContext> | |
| QSharedPointer< T > | getContext () |
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 | ) |