X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a121d7205216f5b4b144264096e07104b5ad3172..6b5a8c7d986d03935d4060c96c4884d5a2bf608c:/docs/latex/wx/fileconf.tex diff --git a/docs/latex/wx/fileconf.tex b/docs/latex/wx/fileconf.tex index f914d1f156..0c2003d678 100644 --- a/docs/latex/wx/fileconf.tex +++ b/docs/latex/wx/fileconf.tex @@ -6,7 +6,7 @@ %% Created: 2004-10-04 %% RCS-ID: $Id$ %% Copyright: (c) 2004 Vadim Zeitlin -%% License: wxWidgets license +%% License: wxWindows license %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{\class{wxFileConfig}}\label{wxfileconfig} @@ -32,7 +32,7 @@ Windows. \helponly{\insertatlevel{2}{\wxheading{Members}}} -\membersection{wxFileConfig::wxFileConfig}{wxfileconfigctorstream} +\membersection{wxFileConfig::wxFileConfig}\label{wxfileconfigctor} \func{}{wxFileConfig}{\param{wxInputStream\& }{is}, \param{wxMBConv\& }{conv = wxConvUTF8}} @@ -44,7 +44,33 @@ as usual. \helpref{Save}{wxfileconfigsave} -\membersection{wxFileConfig::Save}{wxfileconfigsave} +\membersection{wxFileName::GetGlobalFile}\label{wxfilenamegetglobalfile} + +\func{static wxFileName}{GetGlobalFile}{\param{const wxString\& }{basename}} + +Return the full path to the file which would be used by wxFileConfig as global, +system-wide, file if it were constructed with \arg{basename} as ``global +filename'' parameter in the constructor. Notice that this function cannot be +used if \arg{basename} is already a full path name. + + +\membersection{wxFileName::GetLocalFile}\label{wxfilenamegetlocalfile} + +\func{static wxFileName}{GetLocalFile}{\param{const wxString\& }{basename}, \param{int }{style = $0$}} + +Return the full path to the file which would be used by wxFileConfig as local, +user-specific, file if it were constructed with \arg{basename} as ``local +filename'' parameter in the constructor. + +\arg{style} has the same meaning as in \helpref{constructor}{wxconfigbasector} +and can contain any combination of styles but only wxCONFIG\_USE\_SUBDIR bit is +examined by this function. + +Notice that this function cannot be used if \arg{basename} is already a full +path name. + + +\membersection{wxFileConfig::Save}\label{wxfileconfigsave} \func{bool}{Save}{\param{wxOutputStream\& }{os}, \param{wxMBConv\& }{conv = wxConvUTF8}}