git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45210
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
int m_objectSize;
wxObjectConstructorFn m_objectConstructor;
int m_objectSize;
wxObjectConstructorFn m_objectConstructor;
- // Pointers to base wxClassInfos: set in InitializeClasses
+ // Pointers to base wxClassInfos
const wxClassInfo *m_baseInfo1;
const wxClassInfo *m_baseInfo2;
const wxClassInfo *m_baseInfo1;
const wxClassInfo *m_baseInfo2;
// many clients)
static wxHashTable *sm_classTable;
// many clients)
static wxHashTable *sm_classTable;
-private:
- // InitializeClasses() helper
- static wxClassInfo *GetBaseByName(const wxChar *name);
-
- DECLARE_NO_COPY_CLASS(wxClassInfo)
-
protected:
// registers the class
void Register();
void Unregister();
protected:
// registers the class
void Register();
void Unregister();
+
+ DECLARE_NO_COPY_CLASS(wxClassInfo)
};
WXDLLIMPEXP_BASE wxObject *wxCreateDynamicObject(const wxChar *name);
};
WXDLLIMPEXP_BASE wxObject *wxCreateDynamicObject(const wxChar *name);
wxObjectStreamingCallback m_streamingCallback ;
const wxPropertyAccessor *FindAccessor (const wxChar *propertyName) const ;
wxObjectStreamingCallback m_streamingCallback ;
const wxPropertyAccessor *FindAccessor (const wxChar *propertyName) const ;
-
- // InitializeClasses() helper
- static wxClassInfo *GetBaseByName(const wxChar *name) ;
-
protected:
// registers the class
void Register();
protected:
// registers the class
void Register();