projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Old socket code has no wxDatagramSocket::Connect() or DisconnecT(), removing from...
[wxWidgets.git]
/
docs
/
latex
/
wx
/
truntime.tex
diff --git
a/docs/latex/wx/truntime.tex
b/docs/latex/wx/truntime.tex
index e79ffc3bc67d45533596861b679d6544c5ecca63..04ee1e02a7a5ed06bcbf99d2c6608b5c3e89a6eb 100644
(file)
--- a/
docs/latex/wx/truntime.tex
+++ b/
docs/latex/wx/truntime.tex
@@
-1,4
+1,4
@@
-\section{Run
time class information
overview}\label{runtimeclassoverview}
+\section{Run
time class information (aka RTTI)
overview}\label{runtimeclassoverview}
Classes: \helpref{wxObject}{wxobject}, \helpref{wxClassInfo}{wxclassinfo}.
Classes: \helpref{wxObject}{wxobject}, \helpref{wxClassInfo}{wxclassinfo}.
@@
-10,7
+10,7
@@
storage hard to implement.
Most C++ GUI frameworks overcome these limitations by means of a set of
macros and functions and wxWidgets is no exception. As it originated before the
Most C++ GUI frameworks overcome these limitations by means of a set of
macros and functions and wxWidgets is no exception. As it originated before the
-addition of RTTI to
standard C++
and as support for it is still missing from
+addition of RTTI to
the C++ standard
and as support for it is still missing from
some (albeit old) compilers, wxWidgets doesn't (yet) use it, but provides its
own macro-based RTTI system.
some (albeit old) compilers, wxWidgets doesn't (yet) use it, but provides its
own macro-based RTTI system.
@@
-54,7
+54,7
@@
can simply call \helpref{wxClassInfo::CreateObject}{wxclassinfocreateobject}.
\subsection{wxClassInfo}\label{wxclassinfooverview}
\subsection{wxClassInfo}\label{wxclassinfooverview}
-\overview{Run
time class information
overview}{runtimeclassoverview}
+\overview{Run
time class information (aka RTTI)
overview}{runtimeclassoverview}
Class: \helpref{wxClassInfo}{wxclassinfo}
Class: \helpref{wxClassInfo}{wxclassinfo}
@@
-78,7
+78,7
@@
You can get the wxClassInfo for an object using wxObject::GetClassInfo.
See also \helpref{wxObject}{wxobject} and \helpref{wxCreateDynamicObject}{wxcreatedynamicobject}.
See also \helpref{wxObject}{wxobject} and \helpref{wxCreateDynamicObject}{wxcreatedynamicobject}.
-\subsection{Example}
+\subsection{Example}
\label{runtimeclassinformationexample}
In a header file frame.h:
In a header file frame.h: