X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b50920f5e625b10b85e8ee153156e24d5238dbd..180b5b4827d08f1ac13bbb5eca03f775ab35a0b1:/docs/latex/wx/fltfactory.tex diff --git a/docs/latex/wx/fltfactory.tex b/docs/latex/wx/fltfactory.tex index fdbc719651..5f35203b98 100644 --- a/docs/latex/wx/fltfactory.tex +++ b/docs/latex/wx/fltfactory.tex @@ -30,6 +30,10 @@ using \helpref{GetFirst() and GetNext()}{wxfilterclassfactorygetfirst}. +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{Data structures} \begin{verbatim} @@ -55,7 +59,7 @@ enum wxStreamProtocolType \membersection{wxFilterClassFactory::CanHandle}\label{wxfilterclassfactorycanhandle} -\constfunc{bool}{CanHandle}{\param{const wxChar* }{protocol}, \param{wxStreamProtocolType }{type = wxSTREAM\_PROTOCOL}} +\constfunc{bool}{CanHandle}{\param{const wxString\& }{protocol}, \param{wxStreamProtocolType }{type = wxSTREAM\_PROTOCOL}} Returns true if this factory can handle the given protocol, MIME type, HTTP encoding or file extension. @@ -66,7 +70,7 @@ can be a complete filename rather than just an extension. \membersection{wxFilterClassFactory::Find}\label{wxfilterclassfactoryfind} -\func{static const wxFilterClassFactory*}{Find}{\param{const wxChar* }{protocol}, \param{wxStreamProtocolType }{type = wxSTREAM\_PROTOCOL}} +\func{static const wxFilterClassFactory*}{Find}{\param{const wxString\& }{protocol}, \param{wxStreamProtocolType }{type = wxSTREAM\_PROTOCOL}} A static member that finds a factory that can handle a given protocol, MIME type, HTTP encoding or file extension. Returns a pointer to the class