|
AusweisApp2
|
#include <MsgHandlerAccessRights.h>
Öffentliche Methoden | |
| MsgHandlerAccessRights (const MsgContext &pContext) | |
| MsgHandlerAccessRights (const QJsonObject &pObj, MsgContext &pContext) | |
Öffentliche Methoden geerbt von governikus::MsgHandler | |
| QByteArray | toJson () const |
| QByteArray | getOutput () const |
| bool | isVoid () const |
| MsgType | getType () const |
| void | setRequest (const QJsonObject &pRequest) |
Weitere Geerbte Elemente | |
Öffentliche, statische Methoden geerbt von governikus::MsgHandler | |
| static MsgType | getStateMsgType (const QString &pState) |
Statische öffentliche Attribute geerbt von governikus::MsgHandler | |
| static const MsgHandler | Void = MsgHandler() |
| static const MsgLevel | DEFAULT_MSG_LEVEL = MsgLevel::v1 |
Geschützte Methoden geerbt von governikus::MsgHandler | |
| 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) |
Geschützte Attribute geerbt von governikus::MsgHandler | |
| QJsonObject | mJsonObject |
| MsgHandlerAccessRights::MsgHandlerAccessRights | ( | const MsgContext & | pContext | ) |
| MsgHandlerAccessRights::MsgHandlerAccessRights | ( | const QJsonObject & | pObj, |
| MsgContext & | pContext | ||
| ) |