org.kde.qt

Class QSettings

public class QSettings extends Object implements QtSupport

Field Summary
static intGlobal
static intIni
static intMac
static intNative
static intUnix
static intUser
static intWindows
Constructor Summary
protected QSettings(Class dummy)
QSettings()
QSettings(int format)
Method Summary
voidbeginGroup(String group)
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
voidendGroup()
ArrayListentryList(String arg1)
protected voidfinalize()
Deletes the wrapped C++ instance
Stringgroup()
voidinsertSearchPath(int arg1, String arg2)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanreadBoolEntry(String arg1, boolean def, boolean[] arg3)
booleanreadBoolEntry(String arg1, boolean def)
booleanreadBoolEntry(String arg1)
doublereadDoubleEntry(String arg1, double def, boolean[] arg3)
doublereadDoubleEntry(String arg1, double def)
doublereadDoubleEntry(String arg1)
StringreadEntry(String arg1, String def, boolean[] arg3)
StringreadEntry(String arg1, String def)
StringreadEntry(String arg1)
ArrayListreadListEntry(String arg1, boolean[] arg2)
ArrayListreadListEntry(String arg1)
ArrayListreadListEntry(String arg1, char sep, boolean[] arg3)
ArrayListreadListEntry(String arg1, char sep)
intreadNumEntry(String arg1, int def, boolean[] arg3)
intreadNumEntry(String arg1, int def)
intreadNumEntry(String arg1)
booleanremoveEntry(String arg1)
voidremoveSearchPath(int arg1, String arg2)
voidresetGroup()
voidsetPath(String domain, String product, int arg3)
voidsetPath(String domain, String product)
ArrayListsubkeyList(String arg1)
booleansync()
booleanwriteEntry(String arg1, boolean arg2)
booleanwriteEntry(String arg1, double arg2)
booleanwriteEntry(String arg1, int arg2)
booleanwriteEntry(String arg1, String arg2)
booleanwriteEntry(String arg1, String[] arg2)
booleanwriteEntry(String arg1, String[] arg2, char sep)

Field Detail

Global

public static final int Global

Ini

public static final int Ini

Mac

public static final int Mac

Native

public static final int Native

Unix

public static final int Unix

User

public static final int User

Windows

public static final int Windows

Constructor Detail

QSettings

protected QSettings(Class dummy)

QSettings

public QSettings()

QSettings

public QSettings(int format)

Method Detail

beginGroup

public void beginGroup(String group)

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

endGroup

public void endGroup()

entryList

public ArrayList entryList(String arg1)

finalize

protected void finalize()
Deletes the wrapped C++ instance

group

public String group()

insertSearchPath

public void insertSearchPath(int arg1, String arg2)

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

readBoolEntry

public boolean readBoolEntry(String arg1, boolean def, boolean[] arg3)

readBoolEntry

public boolean readBoolEntry(String arg1, boolean def)

readBoolEntry

public boolean readBoolEntry(String arg1)

readDoubleEntry

public double readDoubleEntry(String arg1, double def, boolean[] arg3)

readDoubleEntry

public double readDoubleEntry(String arg1, double def)

readDoubleEntry

public double readDoubleEntry(String arg1)

readEntry

public String readEntry(String arg1, String def, boolean[] arg3)

readEntry

public String readEntry(String arg1, String def)

readEntry

public String readEntry(String arg1)

readListEntry

public ArrayList readListEntry(String arg1, boolean[] arg2)

readListEntry

public ArrayList readListEntry(String arg1)

readListEntry

public ArrayList readListEntry(String arg1, char sep, boolean[] arg3)

readListEntry

public ArrayList readListEntry(String arg1, char sep)

readNumEntry

public int readNumEntry(String arg1, int def, boolean[] arg3)

readNumEntry

public int readNumEntry(String arg1, int def)

readNumEntry

public int readNumEntry(String arg1)

removeEntry

public boolean removeEntry(String arg1)

removeSearchPath

public void removeSearchPath(int arg1, String arg2)

resetGroup

public void resetGroup()

setPath

public void setPath(String domain, String product, int arg3)

setPath

public void setPath(String domain, String product)

subkeyList

public ArrayList subkeyList(String arg1)

sync

public boolean sync()

writeEntry

public boolean writeEntry(String arg1, boolean arg2)

writeEntry

public boolean writeEntry(String arg1, double arg2)

writeEntry

public boolean writeEntry(String arg1, int arg2)

writeEntry

public boolean writeEntry(String arg1, String arg2)

writeEntry

public boolean writeEntry(String arg1, String[] arg2)

writeEntry

public boolean writeEntry(String arg1, String[] arg2, char sep)