AusweisApp2
|
#include <MsgHandlerApiLevel.h>
Öffentliche Methoden | |
MsgHandlerApiLevel (const MsgContext &pContext) | |
MsgHandlerApiLevel (const QJsonObject &pObj, MsgContext &pContext) | |
![]() | |
QByteArray | toJson () const |
QByteArray | getOutput () const |
bool | isVoid () const |
MsgType | getType () const |
void | setRequest (const QJsonObject &pRequest) |
Weitere Geerbte Elemente | |
![]() | |
static MsgType | getStateMsgType (const QString &pState) |
![]() | |
static const MsgHandler | Void = MsgHandler() |
static const MsgLevel | DEFAULT_MSG_LEVEL = MsgLevel::v1 |
![]() | |
MsgHandler (MsgType pType) | |
MsgHandler (MsgType pType, const char *pKey, const QString &pValue) | |
MsgHandler (MsgType pType, const char *pKey, const QLatin1String pValue) | |
void | setValue (const QLatin1String pKey, const QString &pValue) |
void | setValue (const char *pKey, const QString &pValue) |
void | setValue (const QLatin1String pKey, const QLatin1String pValue) |
void | setValue (const char *pKey, const QLatin1String pValue) |
void | setVoid (bool pVoid=true) |
![]() | |
QJsonObject | mJsonObject |
MsgHandlerApiLevel::MsgHandlerApiLevel | ( | const MsgContext & | pContext | ) |
MsgHandlerApiLevel::MsgHandlerApiLevel | ( | const QJsonObject & | pObj, |
MsgContext & | pContext | ||
) |