]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/trackable.tex
removed unneeded wxWeakRefDynamic::AssignCopy() (last part of patch 1870445)
[wxWidgets.git] / docs / latex / wx / trackable.tex
index 274a1e800214a9af95ad89bae1958e244925d4b5..6b0b9f6f0d9a0eff4a57098279d722ed9ea63941 100644 (file)
@@ -1,5 +1,4 @@
-
-\section{\class{wxTrackableBase}}\label{wxtrackablebase}
+\section{\class{wxTrackable}}\label{wxtrackable}
 
 Add-on base class for a trackable object. This class maintains
 an internal linked list of classes of type wxTrackerNode and
@@ -10,7 +9,7 @@ API. Its only use is by deriving another class from it to
 make it trackable.
 
 \begin{verbatim}
-class MyClass: public Foo, public TrackableBase
+class MyClass: public Foo, public wxTrackable
 {
    // whatever
 }
@@ -28,21 +27,3 @@ No base class
 
 \wxheading{Data structures}
 
-
-\section{\class{wxTrackable}}\label{wxtrackable}
-
-The only difference to \helpref{wxTrackableBase}{wxtrackablebase} is
-that this class adds a virtual table to enable dynamic\_cast query for
-wxTrackable.
-
-\wxheading{Derived from}
-
-\helpref{wxTrackableBase}{wxtrackablebase}
-
-\wxheading{Include files}
-
-<tracker.h>
-
-\wxheading{Data structures}
-
-