krootprop.h
TQString readEntry(const TQString &rKey, const TQString &pDefault=TQString::null) const
Reads the value of an entry specified by rKey in the current property.
TQColor readColorEntry(const TQString &rKey, const TQColor *pDefault=0) const
Reads a TQColor.
KRootProp(const TQString &rProp=TQString::null)
Constructs a KRootProp object for the property rProp.
TQString writeEntry(const TQString &rKey, const TQFont &rFont)
Writes the (key/value) pair.
int readNumEntry(const TQString &rKey, int nDefault=0) const
Reads a numerical value.
TQString writeEntry(const TQString &rKey, const TQString &rValue)
Writes a (key/value) pair.
TQFont readFontEntry(const TQString &rKey, const TQFont *pDefault=0) const
Reads a TQFont value.
TQString writeEntry(const TQString &rKey, int nValue)
Writes the (key/value) pair.
void setProp(const TQString &rProp=TQString())
Sets the property in which keys will be searched.
TQString writeEntry(const TQString &rKey, const TQColor &rColor)
Writes the (key/value) pair.