OWLNext 7.0
Borland's Object Windows Library for the modern age
|
This is the complete list of members for owl::TConfigFileSection, including all inherited members.
Erase() | owl::TConfigFileSection | inline |
EraseEntry(LPCTSTR entry) | owl::TConfigFileSection | inline |
File | owl::TConfigFileSection | protected |
GetSection() | owl::TConfigFileSection | inline |
ReadBool(LPCTSTR entry, bool defval) const | owl::TConfigFileSection | inline |
ReadBool(const tstring &entry, bool defval) const | owl::TConfigFileSection | inline |
ReadColor(LPCTSTR entry, TColor &color) const | owl::TConfigFileSection | inline |
ReadColor(const tstring &entry, TColor &color) const | owl::TConfigFileSection | inline |
ReadData(LPCTSTR entry, void *buffer, uint size) const | owl::TConfigFileSection | inline |
ReadData(const tstring &entry, void *buffer, uint size) const | owl::TConfigFileSection | inline |
ReadDate(LPCTSTR entry, TDate &value) const | owl::TConfigFileSection | inline |
ReadDate(const tstring &entry, TDate &value) const | owl::TConfigFileSection | inline |
ReadDouble(LPCTSTR entry, double defval) const | owl::TConfigFileSection | inline |
ReadDouble(const tstring &entry, double defval) const | owl::TConfigFileSection | inline |
ReadFont(LPCTSTR entry, LOGFONT &font) const | owl::TConfigFileSection | inline |
ReadFont(const tstring &entry, LOGFONT &font) const | owl::TConfigFileSection | inline |
ReadInteger(LPCTSTR entry, int defint=0) const | owl::TConfigFileSection | inline |
ReadInteger(const tstring &entry, int defint=0) const | owl::TConfigFileSection | inline |
ReadPoint(LPCTSTR entry, TPoint &val) const | owl::TConfigFileSection | inline |
ReadPoint(const tstring &entry, TPoint &val) const | owl::TConfigFileSection | inline |
ReadRect(LPCTSTR entry, TRect &val) const | owl::TConfigFileSection | inline |
ReadRect(const tstring &entry, TRect &val) const | owl::TConfigFileSection | inline |
ReadSize(LPCTSTR entry, TSize &sz) const | owl::TConfigFileSection | inline |
ReadSize(const tstring &entry, TSize &sz) const | owl::TConfigFileSection | inline |
ReadString(LPCTSTR entry, TCHAR *buffer, uint bufSize, LPCTSTR defstr=0) const | owl::TConfigFileSection | inline |
ReadString(const tstring &entry, tstring &buffer, LPCTSTR defstr=0) const | owl::TConfigFileSection | inline |
ReadString(const tstring &entry, tstring &buffer, const tstring &defstr) const | owl::TConfigFileSection | inline |
ReadSystemTime(LPCTSTR entry, TSystemTime &val) const | owl::TConfigFileSection | inline |
ReadSystemTime(const tstring &entry, TSystemTime &val) const | owl::TConfigFileSection | inline |
ReadTime(LPCTSTR entry, TTime &val) const | owl::TConfigFileSection | inline |
ReadTime(const tstring &entry, TTime &val) const | owl::TConfigFileSection | inline |
Section | owl::TConfigFileSection | protected |
TConfigFileSection(TConfigFile &file, const tstring §ion) | owl::TConfigFileSection | inline |
WriteBool(LPCTSTR entry, bool val) | owl::TConfigFileSection | inline |
WriteBool(const tstring &entry, bool val) | owl::TConfigFileSection | inline |
WriteColor(LPCTSTR entry, const TColor &clr) | owl::TConfigFileSection | inline |
WriteColor(const tstring &entry, const TColor &clr) | owl::TConfigFileSection | inline |
WriteData(LPCTSTR entry, void *buffer, uint size) | owl::TConfigFileSection | inline |
WriteData(const tstring &entry, void *buffer, uint size) | owl::TConfigFileSection | inline |
WriteDate(LPCTSTR entry, const TDate &val) | owl::TConfigFileSection | inline |
WriteDate(const tstring &entry, const TDate &val) | owl::TConfigFileSection | inline |
WriteDouble(LPCTSTR entry, double defval) | owl::TConfigFileSection | inline |
WriteDouble(const tstring &entry, double defval) | owl::TConfigFileSection | inline |
WriteFont(LPCTSTR entry, const LOGFONT &font) | owl::TConfigFileSection | inline |
WriteFont(const tstring &entry, const LOGFONT &font) | owl::TConfigFileSection | inline |
WriteInteger(LPCTSTR entry, int value) | owl::TConfigFileSection | inline |
WriteInteger(const tstring &entry, int value) | owl::TConfigFileSection | inline |
WritePoint(LPCTSTR entry, const TPoint &point) | owl::TConfigFileSection | inline |
WritePoint(const tstring &entry, const TPoint &point) | owl::TConfigFileSection | inline |
WriteRect(LPCTSTR entry, const TRect &rc) | owl::TConfigFileSection | inline |
WriteRect(const tstring &entry, const TRect &rc) | owl::TConfigFileSection | inline |
WriteSize(LPCTSTR entry, const TSize &size) | owl::TConfigFileSection | inline |
WriteSize(const tstring &entry, const TSize &size) | owl::TConfigFileSection | inline |
WriteString(LPCTSTR entry, LPCTSTR value) | owl::TConfigFileSection | inline |
WriteString(const tstring &entry, const tstring &value) | owl::TConfigFileSection | inline |
WriteSystemTime(LPCTSTR entry, const TSystemTime &val) | owl::TConfigFileSection | inline |
WriteSystemTime(const tstring &entry, const TSystemTime &val) | owl::TConfigFileSection | inline |
WriteTime(LPCTSTR entry, TTime &val) | owl::TConfigFileSection | inline |
WriteTime(const tstring &entry, TTime &val) | owl::TConfigFileSection | inline |