openPilotLog
ASettings Class Reference

Thin wrapper for the QSettings class, simplifying reading and writing of settings. More...

#include <asettings.h>

Public Types

enum  Main {
  SetupComplete, Style, Font, FontSize,
  UseSystemFont, LogbookView, DateFormat
}
 
enum  UserData {
  DisplaySelfAs, TailSortColumn, PilotSortColumn, AcftAllowIncomplete,
  FtlWarningThreshold, CurrWarningEnabled, CurrWarningThreshold, ShowToLgdCurrency,
  ShowLicCurrency, ShowTrCurrency, ShowLckCurrency, ShowMedCurrency,
  ShowCustom1Currency, ShowCustom2Currency, Custom1CurrencyName, Custom2CurrencyName
}
 
enum  FlightLogging {
  Function, Approach, NightLoggingEnabled, LogIFR,
  FlightNumberPrefix, NumberTakeoffs, NumberLandings, PilotFlying,
  NightAngle, Rules, FlightTimeFormat, FunctionComboBox
}
 

Static Public Member Functions

static void setup ()
 Should be called after QCoreApplication::set...Name have been called.
 
static void resetToDefaults ()
 ASettings::resetToDefaults (Re-)sets all settings to the default value.
 
static QVariant read (const Main key)
 
static void write (const Main key, const QVariant &val)
 
static QVariant read (const FlightLogging key)
 
static void write (const UserData key, const QVariant &val)
 
static QVariant read (const UserData key)
 
static void write (const FlightLogging key, const QVariant &val)
 
static QString groupOfKey (const Main key)
 Return string representation of group of key: "ini_header/key".
 
static QString groupOfKey (const FlightLogging key)
 
static QString groupOfKey (const UserData key)
 
static QString stringOfKey (const Main key)
 Return string representation of key.
 
static QString stringOfKey (const FlightLogging key)
 
static QString stringOfKey (const UserData key)
 
static QSettings settings ()
 

Detailed Description

Thin wrapper for the QSettings class, simplifying reading and writing of settings.


The documentation for this class was generated from the following files: