Searched refs:wxWriteResource (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dutilsgui.cpp43 bool wxWriteResource(const wxString& section, const wxString& entry, const wxString& value, const wxString& file) function
48 bool wxWriteResource(const wxString& section, const wxString& entry, float value, const wxString& file) function
53 bool wxWriteResource(const wxString& section, const wxString& entry, long value, const wxString& file) function
58 bool wxWriteResource(const wxString& section, const wxString& entry, int value, const wxString& file) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dutilsres.cpp30 bool wxWriteResource(const wxString& section, const wxString& entry, const wxString& value, const wxString& file ) function
42 bool wxWriteResource(const wxString& section, const wxString& entry, float value, const wxString& file ) function
47 return wxWriteResource(section, entry, buf, file);
50 bool wxWriteResource(const wxString& section, const wxString& entry, long value, const wxString& file ) function
55 return wxWriteResource(section, entry, buf, file);
58 bool wxWriteResource(const wxString& section, const wxString& entry, int value, const wxString& file ) function
63 return wxWriteResource(section, entry, buf, file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dutilsres.cpp28 bool wxWriteResource(const wxString& section, const wxString& entry, const wxString& value, const wxString& file ) function
40 bool wxWriteResource(const wxString& section, const wxString& entry, float value, const wxString& file ) function
45 return wxWriteResource(section, entry, buf, file);
48 bool wxWriteResource(const wxString& section, const wxString& entry, long value, const wxString& file ) function
53 return wxWriteResource(section, entry, buf, file);
56 bool wxWriteResource(const wxString& section, const wxString& entry, int value, const wxString& file ) function
61 return wxWriteResource(section, entry, buf, file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dutilsgui.cpp47 bool wxWriteResource(const wxString& section, const wxString& entry, const wxString& value, const wxString& file) function
61 bool wxWriteResource(const wxString& section, const wxString& entry, float value, const wxString& file) function
66 return wxWriteResource(section, entry, buf, file);
69 bool wxWriteResource(const wxString& section, const wxString& entry, long value, const wxString& file) function
74 return wxWriteResource(section, entry, buf, file);
77 bool wxWriteResource(const wxString& section, const wxString& entry, int value, const wxString& file) function
82 return wxWriteResource(section, entry, buf, file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dutils.cpp236 bool wxWriteResource(const wxString& section, const wxString& entry, const wxString& value, const wxString& file) function
242 bool wxWriteResource(const wxString& section, const wxString& entry, float value, const wxString& file) function
247 return wxWriteResource(section, entry, buf, file);
250 bool wxWriteResource(const wxString& section, const wxString& entry, long value, const wxString& file) function
255 return wxWriteResource(section, entry, buf, file);
258 bool wxWriteResource(const wxString& section, const wxString& entry, int value, const wxString& file) function
263 return wxWriteResource(section, entry, buf, file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dutils.cpp248 bool wxWriteResource(const wxString& section, const wxString& entry, const wxString& value, const wxString& file) function
273 bool wxWriteResource(const wxString& section, const wxString& entry, float value, const wxString& file) function
277 return wxWriteResource(section, entry, buf, file);
280 bool wxWriteResource(const wxString& section, const wxString& entry, long value, const wxString& file) function
284 return wxWriteResource(section, entry, buf, file);
287 bool wxWriteResource(const wxString& section, const wxString& entry, int value, const wxString& file) function
291 return wxWriteResource(section, entry, buf, file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dutilsgui.cpp62 bool wxWriteResource( const wxString& rSection, function
91 bool wxWriteResource( function
101 return wxWriteResource( rSection
108 bool wxWriteResource( function
118 return wxWriteResource( rSection
125 bool wxWriteResource( const wxString& rSection, function
133 return wxWriteResource( rSection, rEntry, zBuf, rFile );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dutils.h676 WXDLLEXPORT bool wxWriteResource(const wxString& section, const wxString& entry, const wxString& value, const wxString& file = wxEmptyString);
677 WXDLLEXPORT bool wxWriteResource(const wxString& section, const wxString& entry, float value, const wxString& file = wxEmptyString);
678 WXDLLEXPORT bool wxWriteResource(const wxString& section, const wxString& entry, long value, const wxString& file = wxEmptyString);
679 WXDLLEXPORT bool wxWriteResource(const wxString& section, const wxString& entry, int value, const wxString& file = wxEmptyString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/poem/
H A Dwxpoem.cpp767 wxWriteResource(_T("wxPoem"), _T("FontSize"), pointSize);
768 wxWriteResource(_T("wxPoem"), _T("X"), XPos);
769 wxWriteResource(_T("wxPoem"), _T("Y"), YPos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dutils.cpp383 bool wxWriteResource(const wxString& section, const wxString& entry, const wxString& value, const wxString& file) function
389 bool wxWriteResource(const wxString& section, const wxString& entry, float value, const wxString& file) function
394 return wxWriteResource(section, entry, buf, file);
397 bool wxWriteResource(const wxString& section, const wxString& entry, long value, const wxString& file) function
402 return wxWriteResource(section, entry, buf, file);
405 bool wxWriteResource(const wxString& section, const wxString& entry, int value, const wxString& file) function
410 return wxWriteResource(section, entry, buf, file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfunction.tex273 \helpref{wxWriteResource}{wxwriteresource}\\
3230 See also \helpref{wxWriteResource}{wxwriteresource}, \helpref{wxConfigBase}{wxconfigbase}.
3471 \membersection{::wxWriteResource}\label{wxwriteresource}
3473 \func{bool}{wxWriteResource}{\param{const wxString\& }{section}, \param{const wxString\& }{entry},
3476 \func{bool}{wxWriteResource}{\param{const wxString\& }{section}, \param{const wxString\& }{entry},
3479 \func{bool}{wxWriteResource}{\param{const wxString\& }{section}, \param{const wxString\& }{entry},
3482 \func{bool}{wxWriteResource}{\param{const wxString\& }{section}, \param{const wxString\& }{entry},

Completed in 115 milliseconds