X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8004cd7a28af9f5c58a850c7415f042b11b67d3a..ed6d701058e7555fba0764fcf97b475a5052015f:/docs/latex/wx/function.tex diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 7a3922c115..dcca717867 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -247,7 +247,6 @@ the corresponding topic. \helpref{wxWriteResource}{wxwriteresource}\\ \helpref{wxYield}{wxyield}\\ \helpref{wx\_const\_cast}{wxconstcastraw}\\ -\helpref{wx\_dynamic\_cast}{wxdynamiccastraw}\\ \helpref{wx\_reinterpret\_cast}{wxreinterpretcastraw}\\ \helpref{wx\_static\_cast}{wxstaticcastraw}\\ \helpref{\_}{underscore}\\ @@ -3501,8 +3500,7 @@ Example: \helpref{RTTI overview}{runtimeclassoverview}\\ \helpref{wxDynamicCastThis}{wxdynamiccastthis}\\ \helpref{wxConstCast}{wxconstcast}\\ -\helpref{wxStaticCast}{wxstaticcast}\\ -\helpref{wx\_dynamic\_cast}{wxdynamiccastraw} +\helpref{wxStaticCast}{wxstaticcast} \membersection{wxDynamicCastThis}\label{wxdynamiccastthis} @@ -3545,23 +3543,6 @@ arguments is the same as for the standard cast. \wxheading{See also} -\helpref{wx\_dynamic\_cast}{wxdynamiccastraw},\\ -\helpref{wx\_reinterpret\_cast}{wxreinterpretcastraw},\\ -\helpref{wx\_static\_cast}{wxstaticcastraw} - - -\membersection{wx\_dynamic\_cast}\label{wxdynamiccastraw} - -\func{T}{wx\_dynamic\_cast}{T, x} - -Same as \texttt{dynamic\_cast(x)} if the compiler supports dynamic cast or -\texttt{(T)x} for old compilers. Unlike \helpref{wxDynamicCast}{wxdynamiccast}, -the cast it to the type \arg{T} and not to \texttt{T *} and also the order of -arguments is the same as for the standard cast. - -\wxheading{See also} - -\helpref{wx\_const\_cast}{wxconstcastraw},\\ \helpref{wx\_reinterpret\_cast}{wxreinterpretcastraw},\\ \helpref{wx\_static\_cast}{wxstaticcastraw} @@ -3576,7 +3557,6 @@ Same as \texttt{reinterpret\_cast(x)} if the compiler supports reinterpret ca \wxheading{See also} \helpref{wx\_const\_cast}{wxconstcastraw},\\ -\helpref{wx\_dynamic\_cast}{wxdynamiccastraw},\\ \helpref{wx\_static\_cast}{wxstaticcastraw} @@ -3593,7 +3573,6 @@ star is not appended to it. \wxheading{See also} \helpref{wx\_const\_cast}{wxconstcastraw},\\ -\helpref{wx\_dynamic\_cast}{wxdynamiccastraw},\\ \helpref{wx\_reinterpret\_cast}{wxreinterpretcastraw}