#include <FLSettings.h>
Lista de todos los miembros.
Métodos públicos estáticos |
static QStringList | readListEntry (const QString &key, bool *retOk=0) |
static QString | readEntry (const QString &key, const QString &def=QString::null, bool *retOk=0) |
static int | readNumEntry (const QString &key, int def=0, bool *retOk=0) |
static double | readDoubleEntry (const QString &key, double def=0, bool *retOk=0) |
static bool | readBoolEntry (const QString &key, bool def=false, bool *retOk=0) |
static bool | writeEntry (const QString &key, bool value) |
static bool | writeEntry (const QString &key, double value) |
static bool | writeEntry (const QString &key, int value) |
static bool | writeEntry (const QString &key, const QString &value) |
static bool | writeEntry (const QString &key, const QStringList &value) |
static bool | writeEntryList (const QString &key, const QStringList &value) |
Documentación de las funciones miembro
bool FLSettings::readBoolEntry |
( |
const QString & |
key, |
|
|
bool |
def = false , |
|
|
bool * |
retOk = 0 |
|
) |
| [static] |
double FLSettings::readDoubleEntry |
( |
const QString & |
key, |
|
|
double |
def = 0 , |
|
|
bool * |
retOk = 0 |
|
) |
| [static] |
int FLSettings::readNumEntry |
( |
const QString & |
key, |
|
|
int |
def = 0 , |
|
|
bool * |
retOk = 0 |
|
) |
| [static] |
bool FLSettings::writeEntry |
( |
const QString & |
key, |
|
|
double |
value |
|
) |
| [static] |
bool FLSettings::writeEntry |
( |
const QString & |
key, |
|
|
int |
value |
|
) |
| [static] |
La documentación para esta clase fue generada a partir de los siguientes ficheros: