AusweisApp2
|
#include <IfdVersion.h>
Öffentliche Typen | |
enum | Version : int { Version::Unknown = -1, Version::v0, Version::v_test } |
Ö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 Version | fromString (const QString &pVersionString) |
static QVector< Version > | supported () |
static Version | 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 |
bool IfdVersion::operator!= | ( | const IfdVersion & | pOther | ) | const |
bool IfdVersion::operator== | ( | const IfdVersion & | pOther | ) | const |
|
static |
|
static |
QString IfdVersion::toString | ( | ) | const |