Lines Matching defs:section

277   FXString section,name,value;  in parse()  local
421 FXint FXSettings::readFormatEntry(const FXchar* section,const FXchar* name,const FXchar* fmt,...) c… in readFormatEntry() argument
435 FXint FXSettings::readFormatEntry(const FXString& section,const FXchar* name,const FXchar* fmt,...)… in readFormatEntry() argument
449 FXint FXSettings::readFormatEntry(const FXString& section,const FXString& name,const FXchar* fmt,..… in readFormatEntry() argument
463 FXint FXSettings::writeFormatEntry(const FXchar* section,const FXchar* name,const FXchar* fmt,...){ in writeFormatEntry()
474 FXint FXSettings::writeFormatEntry(const FXString& section,const FXchar* name,const FXchar* fmt,...… in writeFormatEntry()
485 FXint FXSettings::writeFormatEntry(const FXString& section,const FXString& name,const FXchar* fmt,.… in writeFormatEntry()
496 const FXchar* FXSettings::readStringEntry(const FXchar* section,const FXchar* name,const FXchar* de… in readStringEntry() argument
507 const FXchar* FXSettings::readStringEntry(const FXString& section,const FXchar* name,const FXchar* … in readStringEntry() argument
513 const FXchar* FXSettings::readStringEntry(const FXString& section,const FXString& name,const FXchar… in readStringEntry() argument
519 FXbool FXSettings::writeStringEntry(const FXchar* section,const FXchar* name,const FXchar* val){ in writeStringEntry()
526 FXbool FXSettings::writeStringEntry(const FXString& section,const FXchar* name,const FXchar* val){ in writeStringEntry()
532 FXbool FXSettings::writeStringEntry(const FXString& section,const FXString& name,const FXchar* val){ in writeStringEntry()
538 FXint FXSettings::readIntEntry(const FXchar* section,const FXchar* name,FXint def) const { in readIntEntry() argument
551 FXint FXSettings::readIntEntry(const FXString& section,const FXchar* name,FXint def) const { in readIntEntry() argument
557 FXint FXSettings::readIntEntry(const FXString& section,const FXString& name,FXint def) const { in readIntEntry() argument
563 FXbool FXSettings::writeIntEntry(const FXchar* section,const FXchar* name,FXint val){ in writeIntEntry()
570 FXbool FXSettings::writeIntEntry(const FXString& section,const FXchar* name,FXint val){ in writeIntEntry()
576 FXbool FXSettings::writeIntEntry(const FXString& section,const FXString& name,FXint val){ in writeIntEntry()
582 FXuint FXSettings::readUIntEntry(const FXchar* section,const FXchar* name,FXuint def) const { in readUIntEntry() argument
595 FXuint FXSettings::readUIntEntry(const FXString& section,const FXchar* name,FXuint def) const { in readUIntEntry() argument
601 FXuint FXSettings::readUIntEntry(const FXString& section,const FXString& name,FXuint def) const { in readUIntEntry() argument
607 FXbool FXSettings::writeUIntEntry(const FXchar* section,const FXchar* name,FXuint val){ in writeUIntEntry()
613 FXbool FXSettings::writeUIntEntry(const FXString& section,const FXchar* name,FXuint val){ in writeUIntEntry()
619 FXbool FXSettings::writeUIntEntry(const FXString& section,const FXString& name,FXuint val){ in writeUIntEntry()
625 FXlong FXSettings::readLongEntry(const FXchar* section,const FXchar* name,FXlong def) const { in readLongEntry() argument
638 FXlong FXSettings::readLongEntry(const FXString& section,const FXchar* name,FXlong def) const { in readLongEntry() argument
644 FXlong FXSettings::readLongEntry(const FXString& section,const FXString& name,FXlong def) const { in readLongEntry() argument
650 FXbool FXSettings::writeLongEntry(const FXchar* section,const FXchar* name,FXlong val){ in writeLongEntry()
657 FXbool FXSettings::writeLongEntry(const FXString& section,const FXchar* name,FXlong val){ in writeLongEntry()
663 FXbool FXSettings::writeLongEntry(const FXString& section,const FXString& name,FXlong val){ in writeLongEntry()
669 FXulong FXSettings::readULongEntry(const FXchar* section,const FXchar* name,FXulong def) const { in readULongEntry() argument
682 FXulong FXSettings::readULongEntry(const FXString& section,const FXchar* name,FXulong def) const { in readULongEntry() argument
688 FXulong FXSettings::readULongEntry(const FXString& section,const FXString& name,FXulong def) const { in readULongEntry() argument
694 FXbool FXSettings::writeULongEntry(const FXchar* section,const FXchar* name,FXulong val){ in writeULongEntry()
701 FXbool FXSettings::writeULongEntry(const FXString& section,const FXchar* name,FXulong val){ in writeULongEntry()
707 FXbool FXSettings::writeULongEntry(const FXString& section,const FXString& name,FXulong val){ in writeULongEntry()
713 FXdouble FXSettings::readRealEntry(const FXchar* section,const FXchar* name,FXdouble def) const { in readRealEntry() argument
725 FXdouble FXSettings::readRealEntry(const FXString& section,const FXchar* name,FXdouble def) const { in readRealEntry() argument
731 FXdouble FXSettings::readRealEntry(const FXString& section,const FXString& name,FXdouble def) const… in readRealEntry() argument
737 FXbool FXSettings::writeRealEntry(const FXchar* section,const FXchar* name,FXdouble val){ in writeRealEntry()
744 FXbool FXSettings::writeRealEntry(const FXString& section,const FXchar* name,FXdouble val){ in writeRealEntry()
750 FXbool FXSettings::writeRealEntry(const FXString& section,const FXString& name,FXdouble val){ in writeRealEntry()
756 FXColor FXSettings::readColorEntry(const FXchar* section,const FXchar* name,FXColor def) const { in readColorEntry() argument
766 FXColor FXSettings::readColorEntry(const FXString& section,const FXchar* name,FXColor def) const { in readColorEntry() argument
771 FXColor FXSettings::readColorEntry(const FXString& section,const FXString& name,FXColor def) const { in readColorEntry() argument
777 FXbool FXSettings::writeColorEntry(const FXchar* section,const FXchar* name,FXColor val){ in writeColorEntry()
784 FXbool FXSettings::writeColorEntry(const FXString& section,const FXchar* name,FXColor val){ in writeColorEntry()
790 FXbool FXSettings::writeColorEntry(const FXString& section,const FXString& name,FXColor val){ in writeColorEntry()
796 FXbool FXSettings::readBoolEntry(const FXchar* section,const FXchar* name,FXbool def) const { in readBoolEntry() argument
813 FXbool FXSettings::readBoolEntry(const FXString& section,const FXchar* name,FXbool def) const { in readBoolEntry() argument
819 FXbool FXSettings::readBoolEntry(const FXString& section,const FXString& name,FXbool def) const { in readBoolEntry() argument
825 FXbool FXSettings::writeBoolEntry(const FXchar* section,const FXchar* name,FXbool val){ in writeBoolEntry()
832 FXbool FXSettings::writeBoolEntry(const FXString& section,const FXchar* name,FXbool val){ in writeBoolEntry()
838 FXbool FXSettings::writeBoolEntry(const FXString& section,const FXString& name,FXbool val){ in writeBoolEntry()
844 FXbool FXSettings::existingEntry(const FXchar* section,const FXchar* name) const { in existingEntry() argument
850 FXbool FXSettings::existingEntry(const FXString& section,const FXchar* name) const { in existingEntry() argument
856 FXbool FXSettings::existingEntry(const FXString& section,const FXString& name) const { in existingEntry() argument
874 void FXSettings::deleteEntry(const FXchar* section,const FXchar* name){ in deleteEntry()
880 void FXSettings::deleteEntry(const FXString& section,const FXchar* name){ in deleteEntry()
886 void FXSettings::deleteEntry(const FXString& section,const FXString& name){ in deleteEntry()
892 void FXSettings::deleteSection(const FXchar* section){ in deleteSection()
913 void FXSettings::deleteSection(const FXString& section){ in deleteSection()