|
AusweisApp
|
#include <MsgHandler.h>
Öffentliche Methoden | |
| QByteArray | toJson () const |
| QByteArray | getOutput () const |
| bool | isVoid () const |
| MsgType | getType () const |
| void | setRequest (const QJsonObject &pRequest) |
| operator Msg () const | |
Öffentliche, statische Methoden | |
| static MsgType | getStateMsgType (const QString &pState, PacePasswordId pPasswordId) |
Statische öffentliche Attribute | |
| static const MsgHandler | Void = MsgHandler() |
| static const MsgLevel | DEFAULT_MSG_LEVEL = MsgLevel::v3 |
Geschützte Methoden | |
| MsgHandler (MsgType pType) | |
| MsgHandler (MsgType pType, const char *const pKey, const QString &pValue) | |
| MsgHandler (MsgType pType, const char *const pKey, const QLatin1String pValue) | |
| void | setVoid (bool pVoid=true) |
| void | setValue (const QLatin1String pKey, const QString &pValue) |
| void | setValue (const QLatin1String pKey, const QLatin1String pValue) |
| void | setValue (const QLatin1String pKey, const QJsonValue &pValue) |
| void | insertJsonObject (const QJsonObject &pObject) |
| bool | contains (QLatin1StringView pKey) const |
| bool | isString (const QLatin1String pKey) const |
|
explicitprotected |
|
explicitprotected |
|
explicitprotected |
|
protected |
| QByteArray MsgHandler::getOutput | ( | ) | const |
|
static |
| MsgType MsgHandler::getType | ( | ) | const |
|
protected |
|
protected |
| bool MsgHandler::isVoid | ( | ) | const |
| MsgHandler::operator Msg | ( | ) | const |
| void MsgHandler::setRequest | ( | const QJsonObject & | pRequest | ) |
|
protected |
|
protected |
|
protected |
| QByteArray MsgHandler::toJson | ( | ) | const |
|
static |