X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6e9a8189cfd9189418d6c0976a8a07f3bcd914b..56601ff2db94ccc874107eb60c4564ceb47f6d02:/docs/latex/wx/clasinfo.tex diff --git a/docs/latex/wx/clasinfo.tex b/docs/latex/wx/clasinfo.tex index 3241ef9bb2..bf9a4aef4d 100644 --- a/docs/latex/wx/clasinfo.tex +++ b/docs/latex/wx/clasinfo.tex @@ -12,6 +12,10 @@ No parent class. +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{See also} \helpref{Overview}{wxclassinfooverview}, \helpref{wxObject}{wxobject} @@ -28,7 +32,7 @@ class, so there is no need to create such objects explicitly in an application. \membersection{wxClassInfo::CreateObject}\label{wxclassinfocreateobject} -\func{wxObject*}{CreateObject}{\void} +\constfunc{wxObject*}{CreateObject}{\void} Creates an object of the appropriate kind. Returns NULL if the class has not been declared dynamically creatable (typically, it is an abstract class). @@ -70,6 +74,12 @@ Returns the size of the class. Initializes pointers in the wxClassInfo objects for fast execution of IsKindOf. Called in base wxWidgets library initialization. +\membersection{wxClassInfo::IsDynamic}\label{wxclassinfoisdynamic} + +\constfunc{bool}{IsDynamic}{\void} + +Returns true if this class info can create objects of the associated class. + \membersection{wxClassInfo::IsKindOf}\label{wxclassinfoiskindof} \func{bool}{IsKindOf}{\param{wxClassInfo* }{info}}