|
AusweisApp2
|
#include <IfdVersion.h>
Öffentliche Typen | |
| enum | Version : int { Version::Unknown = -1, Version::v0 } |
Öffentliche Methoden | |
| IfdVersion (Version pVersion) | |
| IfdVersion (const QString &pVersionString) | |
| Version | getVersion () const |
| bool | isValid () const |
| bool | isSupported () const |
| bool | operator== (const IfdVersion &pOther) const |
| bool | operator!= (const IfdVersion &pOther) const |
| QString | toString () const |
Öffentliche, statische Methoden | |
| static IfdVersion | fromString (const QString &pVersionString) |
| static IfdVersion | latest () |
| static QVector< Version > | supported () |
| static IfdVersion | selectLatestSupported (const QVector< Version > &pVersions) |
|
strong |
| IfdVersion::IfdVersion | ( | IfdVersion::Version | pVersion | ) |
| IfdVersion::IfdVersion | ( | const QString & | pVersionString | ) |
|
static |
| IfdVersion::Version IfdVersion::getVersion | ( | ) | const |
| bool IfdVersion::isSupported | ( | ) | const |
| bool IfdVersion::isValid | ( | ) | const |
|
static |
| bool IfdVersion::operator!= | ( | const IfdVersion & | pOther | ) | const |
| bool IfdVersion::operator== | ( | const IfdVersion & | pOther | ) | const |
|
static |
|
static |
| QString IfdVersion::toString | ( | ) | const |