AusweisApp2
 Alle Klassen Namensbereiche Dateien Funktionen Variablen Typdefinitionen Aufzählungen Aufzählungswerte Propertys Freundbeziehungen Makrodefinitionen
HistorySettings.h-Dateireferenz
#include "AbstractSettings.h"
#include "EnumHelper.h"
#include "HistoryInfo.h"
#include <QVector>
Include-Abhängigkeitsdiagramm für HistorySettings.h:
Dieser Graph zeigt, welche Datei direkt oder indirekt diese Datei enthält:

gehe zum Quellcode dieser Datei

Namensbereiche

 governikus
 Implementation of ActivationContext for Intent based activation on Android systems.
 

Funktionen

virtual governikus::~HistorySettings () override
 
virtual void governikus::save () override
 
bool governikus::isEnabled () const
 
void governikus::setEnabled (bool pEnabled)
 
QVector< HistoryInfogovernikus::getHistoryInfos () const
 
void governikus::setHistoryInfos (const QVector< HistoryInfo > &pHistoryInfos)
 
void governikus::addHistoryInfo (const HistoryInfo &pHistoryInfo)
 
int governikus::deleteSettings (const QDateTime &pLatestToKeep=QDateTime())
 
int governikus::deleteSettings (const TimePeriod &pPeriodToRemove)
 
void governikus::fireEnabledChanged (bool pValue)
 
void governikus::fireHistoryInfosChanged ()
 

Variablen

QSharedPointer< QSettings > governikus::mStore