X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3980000ca63a479b7b30ca93c07edbf12e4a51b7..d441742626a54f7dd10888ebac5abcc0e55f9234:/docs/latex/wx/clasinfo.tex diff --git a/docs/latex/wx/clasinfo.tex b/docs/latex/wx/clasinfo.tex index 318665b6a4..9d7088d6f7 100644 --- a/docs/latex/wx/clasinfo.tex +++ b/docs/latex/wx/clasinfo.tex @@ -20,7 +20,7 @@ No parent class. \membersection{wxClassInfo::wxClassInfo}\label{wxclassinfoctor} -\func{}{wxClassInfo}{\param{wxChar * }{className}, \param{wxChar * }{baseClass1}, \param{wxChar * }{baseClass2}, +\func{}{wxClassInfo}{\param{const wxChar * }{className}, \param{const wxClassInfo * }{baseClass1}, \param{const wxClassInfo * }{baseClass2}, \param{int}{ size}, \param{wxObjectConstructorFn }{fn}} Constructs a wxClassInfo object. The supplied macros implicitly construct objects of this @@ -28,7 +28,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 +70,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}}