|
Öffentliche, statische Methoden geerbt von governikus::MsgHandler |
| static MsgType | getStateMsgType (const QString &pState, PacePasswordId pPasswordId) |
| |
Statische öffentliche Attribute geerbt von governikus::MsgHandler |
| static const MsgHandler | Void = MsgHandler() |
| |
| static const MsgLevel | DEFAULT_MSG_LEVEL = MsgLevel::v2 |
| |
Geschützte Methoden geerbt von governikus::MsgHandlerWorkflows |
| void | handleWorkflowProperties (const QJsonObject &pObj, MsgContext &pContext) |
| |
| void | initMessages (const QJsonObject &pUi) const |
| |
| void | initDeveloperMode (const QJsonValue &pValue) const |
| |
| void | initHandleInterrupt (const QJsonValue &pValue, const MsgContext &pContext) const |
| |
| void | initProgressStatus (const QJsonValue &pValue, MsgContext &pContext) const |
| |
| void | setError (const QLatin1String pError) |
| |
| | MsgHandler (MsgType pType) |
| |
| | MsgHandler (MsgType pType, const char *const pKey, const QString &pValue) |
| |
| | MsgHandler (MsgType pType, const char *const pKey, const QLatin1String pValue) |
| |
Geschützte Methoden geerbt von governikus::MsgHandler |
| | MsgHandler (MsgType pType) |
| |
| | MsgHandler (MsgType pType, const char *const pKey, const QString &pValue) |
| |
| | MsgHandler (MsgType pType, const char *const pKey, const QLatin1String pValue) |
| |
| void | setValue (const QLatin1String pKey, const QString &pValue) |
| |
| void | setValue (const char *const pKey, const QString &pValue) |
| |
| void | setValue (const QLatin1String pKey, const QLatin1String pValue) |
| |
| void | setValue (const char *const pKey, const QLatin1String pValue) |
| |
| void | setVoid (bool pVoid=true) |
| |
Geschützte Attribute geerbt von governikus::MsgHandler |
| QJsonObject | mJsonObject |
| |