AusweisApp
|
#include <IfdVersion.h>
Öffentliche Typen | |
enum class | Version : int { Unknown = -1 , v0 , v2 , latest = v2 } |
Öffentliche Methoden | |
IfdVersion (Version pVersion=Version::Unknown) | |
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 QList< Version > | supported () |
static Version | selectLatestSupported (const QList< Version > &pVersions) |
|
strong |
|
explicit |
|
explicit |
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 |