X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/21f280f4ec6815bae2664155b2370c7bf628c524..19d40bab31d5addfa75e7671c3b8914c7b797a8f:/docs/latex/wx/config.tex?ds=sidebyside diff --git a/docs/latex/wx/config.tex b/docs/latex/wx/config.tex index a36d300cc0..7b6e150960 100644 --- a/docs/latex/wx/config.tex +++ b/docs/latex/wx/config.tex @@ -230,7 +230,8 @@ actually enumerating them, but you will probably never need them. \helpref{HasGroup}{wxconfigbasehasgroup}\\ \helpref{HasEntry}{wxconfigbasehasentry}\\ -\helpref{Exists}{wxconfigbaseexists} +\helpref{Exists}{wxconfigbaseexists}\\ +\helpref{GetEntryType}{wxconfigbasegetentrytype} \membersection{Miscellaneous accessors} @@ -436,6 +437,29 @@ Get the current config object. If there is no current object, creates one Returns the application name. +\membersection{wxConfigBase::GetEntryType}\label{wxconfigbasegetentrytype} + +\constfunc{enum wxConfigBase::EntryType}{GetEntryType}{\param{const wxString\& }{name}} + +Returns the type of the given entry or {\it Unknown} if the entry doesn't +exist. This function should be used to decide which version of Read() should +be used because some of wxConfig implementations will complain about type +mismatch otherwise: e.g., an attempt to read a string value from an integer +key with \helpref{wxRegConfig}{wxregconfig} will fail. + +The result is an element of enum EntryType: + +\begin{verbatim} + enum EntryType + { + Unknown, + String, + Boolean, + Integer, + Float + }; +\end{verbatim} + \membersection{wxConfigBase::GetFirstGroup}\label{wxconfigbasegetfirstgroup} \constfunc{bool}{GetFirstGroup}{\param{wxString\& }{str}, \param{long\&}{