|
AusweisApp2
|
#include <Result.h>
Öffentliche Typen | |
| enum | Major { Major::Unknown, Major::Ok, Major::Warning, Major::Error } |
Öffentliche Methoden | |
| Result (const GlobalStatus &pStatus) | |
| bool | operator== (const Result &pResult) const |
| Major | getMajor () const |
| GlobalStatus::Code | getMinor () const |
| QString | getMessage () const |
| const QString & | getMessageLang () const |
| QString | getMajorString () const |
| QString | getMinorString () const |
| bool | isValid () const |
| bool | isOk () const |
| bool | isOriginServer () const |
| QJsonObject | toJson () const |
| GlobalStatus | toStatus () const |
| operator GlobalStatus () const | |
Öffentliche, statische Methoden | |
| static Result | createOk () |
| static Major | parseMajor (const QString &pMajor) |
| static GlobalStatus::Code | parseMinor (const QString &pMinor) |
| static bool | isMajor (const QString &pMajor) |
| static bool | isMinor (const QString &pMinor) |
| static QString | getMessage (GlobalStatus::Code pMinor) |
Freundbeziehungen | |
| class | StartPaosResponse |
| class | ::test_result |
|
strong |
| Result::Result | ( | const GlobalStatus & | pStatus | ) |
|
static |
| Result::Major Result::getMajor | ( | ) | const |
| QString Result::getMajorString | ( | ) | const |
|
static |
| QString Result::getMessage | ( | ) | const |
| const QString & Result::getMessageLang | ( | ) | const |
| GlobalStatus::Code Result::getMinor | ( | ) | const |
| QString Result::getMinorString | ( | ) | const |
|
static |
|
static |
| bool Result::isOk | ( | ) | const |
| bool Result::isOriginServer | ( | ) | const |
| bool Result::isValid | ( | ) | const |
| governikus::Result::operator GlobalStatus | ( | ) | const |
| bool Result::operator== | ( | const Result & | pResult | ) | const |
|
static |
|
static |
| QJsonObject Result::toJson | ( | ) | const |
| GlobalStatus Result::toStatus | ( | ) | const |
|
friend |
|
friend |