50 void used(FXival u){ ((FXival*)table)[-2]=u; }
53 void free(FXival f){ ((FXival*)table)[-3]=f; }
56 FXbool resize(FXival n);
63 FXSettings(
const FXSettings& other);
66 FXival
no()
const {
return ((FXival*)table)[-1]; }
69 FXival
used()
const {
return ((FXival*)table)[-2]; }
72 FXival
free()
const {
return ((FXival*)table)[-3]; }
75 FXbool
empty()
const {
return ((FXival*)table)[-1]<=1; }
90 FXbool parseFile(
const FXString& filename,FXbool mrk=
true);
93 FXbool unparseFile(
const FXString& filename);
96 FXbool parse(
const FXString&
string,FXbool mrk=
true);
99 FXbool unparse(
FXString&
string)
const;
102 FXival find(
const FXchar* ky)
const;
132 FXbool
empty(FXival pos)
const {
return table[pos].key.
empty(); }
144 FXint readFormatEntry(
const FXchar* section,
const FXchar* name,
const FXchar* fmt,...) const FX_SCANF(4,5) ;
145 FXint readFormatEntry(const
FXString& section,const FXchar* name,const FXchar* fmt,...) const FX_SCANF(4,5) ;
146 FXint readFormatEntry(const
FXString& section,const
FXString& name,const FXchar* fmt,...) const FX_SCANF(4,5) ;
149 FXint writeFormatEntry(const FXchar* section,const FXchar* name,const FXchar* fmt,...) FX_PRINTF(4,5) ;
150 FXint writeFormatEntry(const
FXString& section,const FXchar* name,const FXchar* fmt,...) FX_PRINTF(4,5) ;
151 FXint writeFormatEntry(const
FXString& section,const
FXString& name,const FXchar* fmt,...) FX_PRINTF(4,5) ;
154 const FXchar* readStringEntry(const FXchar* section,const FXchar* name,const FXchar* def=
nullptr) const;
155 const FXchar* readStringEntry(const
FXString& section,const FXchar* name,const FXchar* def=
nullptr) const;
156 const FXchar* readStringEntry(const
FXString& section,const
FXString& name,const FXchar* def=
nullptr) const;
159 FXbool writeStringEntry(const FXchar* section,const FXchar* name,const FXchar* val);
160 FXbool writeStringEntry(const
FXString& section,const FXchar *name,const FXchar* val);
161 FXbool writeStringEntry(const
FXString& section,const
FXString& name,const FXchar* val);
164 FXint readIntEntry(const FXchar* section,const FXchar* name,FXint def=0) const;
165 FXint readIntEntry(const
FXString& section,const FXchar* name,FXint def=0) const;
166 FXint readIntEntry(const
FXString& section,const
FXString& name,FXint def=0) const;
169 FXbool writeIntEntry(const FXchar* section,const FXchar* name,FXint val);
170 FXbool writeIntEntry(const
FXString& section,const FXchar* name,FXint val);
171 FXbool writeIntEntry(const
FXString& section,const
FXString& name,FXint val);
174 FXuint readUIntEntry(const FXchar* section,const FXchar* name,FXuint def=0) const;
175 FXuint readUIntEntry(const
FXString& section,const FXchar* name,FXuint def=0) const;
176 FXuint readUIntEntry(const
FXString& section,const
FXString& name,FXuint def=0) const;
179 FXbool writeUIntEntry(const FXchar* section,const FXchar* name,FXuint val);
180 FXbool writeUIntEntry(const
FXString& section,const FXchar* name,FXuint val);
181 FXbool writeUIntEntry(const
FXString& section,const
FXString& name,FXuint val);
184 FXlong readLongEntry(const FXchar* section,const FXchar* name,FXlong def=0) const;
185 FXlong readLongEntry(const
FXString& section,const FXchar* name,FXlong def=0) const;
186 FXlong readLongEntry(const
FXString& section,const
FXString& name,FXlong def=0) const;
189 FXbool writeLongEntry(const FXchar* section,const FXchar* name,FXlong val);
190 FXbool writeLongEntry(const
FXString& section,const FXchar* name,FXlong val);
191 FXbool writeLongEntry(const
FXString& section,const
FXString& name,FXlong val);
194 FXulong readULongEntry(const FXchar* section,const FXchar* name,FXulong def=0) const;
195 FXulong readULongEntry(const
FXString& section,const FXchar* name,FXulong def=0) const;
196 FXulong readULongEntry(const
FXString& section,const
FXString& name,FXulong def=0) const;
199 FXbool writeULongEntry(const FXchar* section,const FXchar* name,FXulong val);
200 FXbool writeULongEntry(const
FXString& section,const FXchar* name,FXulong val);
201 FXbool writeULongEntry(const
FXString& section,const
FXString& name,FXulong val);
204 FXdouble readRealEntry(const FXchar* section,const FXchar* name,FXdouble def=0.0) const;
205 FXdouble readRealEntry(const
FXString& section,const FXchar* name,FXdouble def=0.0) const;
206 FXdouble readRealEntry(const
FXString& section,const
FXString& name,FXdouble def=0.0) const;
209 FXbool writeRealEntry(const FXchar* section,const FXchar* name,FXdouble val);
210 FXbool writeRealEntry(const
FXString& section,const FXchar* name,FXdouble val);
211 FXbool writeRealEntry(const
FXString& section,const
FXString& name,FXdouble val);
214 FXColor readColorEntry(const FXchar* section,const FXchar* name,FXColor def=0) const;
215 FXColor readColorEntry(const
FXString& section,const FXchar* name,FXColor def=0) const;
216 FXColor readColorEntry(const
FXString& section,const
FXString& name,FXColor def=0) const;
219 FXbool writeColorEntry(const FXchar* section,const FXchar* name,FXColor val);
220 FXbool writeColorEntry(const
FXString& section,const FXchar* name,FXColor val);
221 FXbool writeColorEntry(const
FXString& section,const
FXString& name,FXColor val);
224 FXbool readBoolEntry(const FXchar* section,const FXchar* name,FXbool def=false) const;
225 FXbool readBoolEntry(const
FXString& section,const FXchar* name,FXbool def=false) const;
226 FXbool readBoolEntry(const
FXString& section,const
FXString& name,FXbool def=false) const;
229 FXbool writeBoolEntry(const FXchar* section,const FXchar* name,FXbool val);
230 FXbool writeBoolEntry(const
FXString& section,const FXchar* name,FXbool val);
231 FXbool writeBoolEntry(const
FXString& section,const
FXString& name,FXbool val);
234 FXbool existingEntry(const FXchar* section,const FXchar* name) const;
235 FXbool existingEntry(const
FXString& section,const FXchar* name) const;
239 FXbool existingSection(const FXchar* section) const;
240 FXbool existingSection(const
FXString& section) const;
243 void deleteEntry(const FXchar* section,const FXchar* name);
244 void deleteEntry(const
FXString& section,const FXchar* name);
248 void deleteSection(const FXchar* section);
249 void deleteSection(const
FXString& section);
FXival find(const FXString &ky) const
Find position of given key, returning -1 if not found.
Definition: FXSettings.h:105
FXStringDictionary & operator[](const FXString &ky)
Return reference to slot assocated with given key.
Definition: FXSettings.h:126
FXbool empty() const
See if map is empty.
Definition: FXSettings.h:75
const FXString & key(FXival pos) const
Return key at position pos.
Definition: FXSettings.h:135
void setModified(FXbool mdfy=true)
Mark as changed.
Definition: FXSettings.h:87
FXbool empty(FXival pos) const
Return true if slot is empty.
Definition: FXSettings.h:132
FXival no() const
Return the size of the table, including the empty slots.
Definition: FXSettings.h:66
FXchar * text()
Get text contents as pointer.
Definition: FXString.h:119
FXbool empty() const
See if string is empty.
Definition: FXString.h:125
FXival used() const
Return number of used slots in the table.
Definition: FXSettings.h:69
The Settings class manages a key-value database.
Definition: FXSettings.h:34
const FXStringDictionary & operator[](const FXchar *ky) const
Return constant reference to slot assocated with given key.
Definition: FXSettings.h:123
Definition: FX4Splitter.h:28
FXStringDictionary & operator[](const FXchar *ky)
Return reference to slot assocated with given key.
Definition: FXSettings.h:120
const FXStringDictionary & at(const FXString &ky) const
Return constant reference to slot assocated with given key.
Definition: FXSettings.h:117
FXStringDictionary & data(FXival pos)
Return reference to slot at position pos.
Definition: FXSettings.h:138
const FXStringDictionary & data(FXival pos) const
Return constant reference to slot at position pos.
Definition: FXSettings.h:141
const FXStringDictionary & operator[](const FXString &ky) const
Return constant reference to slot assocated with given key.
Definition: FXSettings.h:129
FXival free() const
Return number of free slots in the table.
Definition: FXSettings.h:72
FXStringDictionary & at(const FXString &ky)
Return reference to slot assocated with given key.
Definition: FXSettings.h:114
FXbool isModified() const
Is it modified.
Definition: FXSettings.h:84
The dictionary class maintains a fast-access hash table of entities indexed by a character string...
Definition: FXStringDictionary.h:31
FXString provides essential string manipulation capabilities in FOX.
Definition: FXString.h:42
Definition: FXSettings.h:36