Addd IsDynamic, added const to CreateObject

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-04-12 14:29:50 +00:00
parent cb8acbd632
commit ca3af33701

View File

@@ -28,7 +28,7 @@ class, so there is no need to create such objects explicitly in an application.
\membersection{wxClassInfo::CreateObject}\label{wxclassinfocreateobject} \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 Creates an object of the appropriate kind. Returns NULL if the class has not been declared
dynamically creatable (typically, it is an abstract class). 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 Initializes pointers in the wxClassInfo objects for fast execution
of IsKindOf. Called in base wxWidgets library initialization. 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} \membersection{wxClassInfo::IsKindOf}\label{wxclassinfoiskindof}
\func{bool}{IsKindOf}{\param{wxClassInfo* }{info}} \func{bool}{IsKindOf}{\param{wxClassInfo* }{info}}