AusweisApp2
|
Represents a history entry, i.e. Mehr ...
#include <HistoryInfo.h>
Öffentliche Methoden | |
HistoryInfo () | |
HistoryInfo (const QString &pSubjectName, const QString &pSubjectUrl, const QString &pUsage, const QDateTime &pDateTime, const QString &pTermOfUsage, const QStringList &pRequestedData) | |
bool | operator== (const HistoryInfo &pOther) const |
bool | operator!= (const HistoryInfo &pOther) const |
const QString & | getSubjectName () const |
const QString & | getSubjectUrl () const |
const QString & | getPurpose () const |
const QDateTime & | getDateTime () const |
const QString & | getTermOfUsage () const |
const QStringList & | getRequestedData () const |
Represents a history entry, i.e.
information of a successfull authentication
|
inline |
HistoryInfo::HistoryInfo | ( | const QString & | pSubjectName, |
const QString & | pSubjectUrl, | ||
const QString & | pUsage, | ||
const QDateTime & | pDateTime, | ||
const QString & | pTermOfUsage, | ||
const QStringList & | pRequestedData | ||
) |
const QDateTime & HistoryInfo::getDateTime | ( | ) | const |
const QString & HistoryInfo::getPurpose | ( | ) | const |
const QStringList & HistoryInfo::getRequestedData | ( | ) | const |
const QString & HistoryInfo::getSubjectName | ( | ) | const |
const QString & HistoryInfo::getSubjectUrl | ( | ) | const |
const QString & HistoryInfo::getTermOfUsage | ( | ) | const |
|
inline |
|
inline |