use \true/\false and \arg
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -92,7 +92,7 @@ Copies this URI from another URI.
|
|||||||
|
|
||||||
\func{void}{Create}{\param{const wxChar* }{uri}}
|
\func{void}{Create}{\param{const wxChar* }{uri}}
|
||||||
|
|
||||||
Creates this URI from the string {\tt uri}.
|
Creates this URI from the string \arg{uri}.
|
||||||
|
|
||||||
\docparam{uri}{string to initialize from}
|
\docparam{uri}{string to initialize from}
|
||||||
|
|
||||||
@@ -217,64 +217,64 @@ that is postfixed by a '@' character.
|
|||||||
|
|
||||||
\constfunc{bool}{HasFragment}{\void}
|
\constfunc{bool}{HasFragment}{\void}
|
||||||
|
|
||||||
Returns true if the Fragment component of the URI exists.
|
Returns \true if the Fragment component of the URI exists.
|
||||||
|
|
||||||
\membersection{wxURI::HasPath}\label{wxurihaspath}
|
\membersection{wxURI::HasPath}\label{wxurihaspath}
|
||||||
|
|
||||||
\constfunc{bool}{HasPath}{\void}
|
\constfunc{bool}{HasPath}{\void}
|
||||||
|
|
||||||
Returns true if the Path component of the URI exists.
|
Returns \true if the Path component of the URI exists.
|
||||||
|
|
||||||
\membersection{wxURI::HasPort}\label{wxurihasport}
|
\membersection{wxURI::HasPort}\label{wxurihasport}
|
||||||
|
|
||||||
\constfunc{bool}{HasPort}{\void}
|
\constfunc{bool}{HasPort}{\void}
|
||||||
|
|
||||||
Returns true if the Port component of the URI exists.
|
Returns \true if the Port component of the URI exists.
|
||||||
|
|
||||||
|
|
||||||
\membersection{wxURI::HasQuery}\label{wxurihasquery}
|
\membersection{wxURI::HasQuery}\label{wxurihasquery}
|
||||||
|
|
||||||
\constfunc{bool}{HasQuery}{\void}
|
\constfunc{bool}{HasQuery}{\void}
|
||||||
|
|
||||||
Returns true if the Query component of the URI exists.
|
Returns \true if the Query component of the URI exists.
|
||||||
|
|
||||||
|
|
||||||
\membersection{wxURI::HasScheme}\label{wxurihasscheme}
|
\membersection{wxURI::HasScheme}\label{wxurihasscheme}
|
||||||
|
|
||||||
\constfunc{bool}{HasScheme}{\void}
|
\constfunc{bool}{HasScheme}{\void}
|
||||||
|
|
||||||
Returns true if the Scheme component of the URI exists.
|
Returns \true if the Scheme component of the URI exists.
|
||||||
|
|
||||||
|
|
||||||
\membersection{wxURI::HasServer}\label{wxurihasserver}
|
\membersection{wxURI::HasServer}\label{wxurihasserver}
|
||||||
|
|
||||||
\constfunc{bool}{HasServer}{\void}
|
\constfunc{bool}{HasServer}{\void}
|
||||||
|
|
||||||
Returns true if the Server component of the URI exists.
|
Returns \true if the Server component of the URI exists.
|
||||||
|
|
||||||
|
|
||||||
\membersection{wxURI::HasUser}\label{wxurihasuser}
|
\membersection{wxURI::HasUser}\label{wxurihasuser}
|
||||||
|
|
||||||
\constfunc{bool}{HasUser}{\void}
|
\constfunc{bool}{HasUser}{\void}
|
||||||
|
|
||||||
Returns true if the User component of the URI exists.
|
Returns \true if the User component of the URI exists.
|
||||||
|
|
||||||
|
|
||||||
\membersection{wxURI::IsReference}\label{wxuriisreference}
|
\membersection{wxURI::IsReference}\label{wxuriisreference}
|
||||||
|
|
||||||
\constfunc{bool}{IsReference}{\void}
|
\constfunc{bool}{IsReference}{\void}
|
||||||
|
|
||||||
Returns true if a valid [absolute] URI, otherwise this URI
|
Returns \true if a valid [absolute] URI, otherwise this URI
|
||||||
is a URI reference and not a full URI, and IsReference
|
is a URI reference and not a full URI, and IsReference
|
||||||
returns false.
|
returns \false.
|
||||||
|
|
||||||
|
|
||||||
\membersection{wxURI::operator ==}\label{wxurioperatorcompare}
|
\membersection{wxURI::operator ==}\label{wxurioperatorcompare}
|
||||||
|
|
||||||
\func{void}{operator ==}{\param{const wxURI\& }{uricomp}}
|
\func{void}{operator ==}{\param{const wxURI\& }{uricomp}}
|
||||||
|
|
||||||
Compares this URI to another URI, and returns true if
|
Compares this URI to another URI, and returns \true if
|
||||||
this URI equals {\tt uricomp}, otherwise it returns false.
|
this URI equals \arg{uricomp}, otherwise it returns \false.
|
||||||
|
|
||||||
\docparam{uricomp}{URI to compare to}
|
\docparam{uricomp}{URI to compare to}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user