Searched refs:wxRichTextCompositeObject (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbuffer.h847 * wxRichTextCompositeObject class declaration
851 class WXDLLIMPEXP_RICHTEXT wxRichTextCompositeObject: public wxRichTextObject class in inherits:wxRichTextObject
853 DECLARE_CLASS(wxRichTextCompositeObject)
857 wxRichTextCompositeObject(wxRichTextObject* parent = NULL);
858 virtual ~wxRichTextCompositeObject();
906 void Copy(const wxRichTextCompositeObject& obj);
909 void operator= (const wxRichTextCompositeObject& obj) { Copy(obj); }
935 class WXDLLIMPEXP_RICHTEXT wxRichTextBox: public wxRichTextCompositeObject
942 wxRichTextBox(const wxRichTextBox& obj): wxRichTextCompositeObject() { Copy(obj); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbuffer.cpp246 * wxRichTextCompositeObject
250 IMPLEMENT_CLASS(wxRichTextCompositeObject, wxRichTextObject)
252 wxRichTextCompositeObject::wxRichTextCompositeObject(wxRichTextObject* parent): function in class:wxRichTextCompositeObject
257 wxRichTextCompositeObject::~wxRichTextCompositeObject()
263 wxRichTextObject* wxRichTextCompositeObject::GetChild(size_t n) const
271 size_t wxRichTextCompositeObject::AppendChild(wxRichTextObject* child)
279 bool wxRichTextCompositeObject::InsertChild(wxRichTextObject* child, wxRichTextObject* inFrontOf)
294 bool wxRichTextCompositeObject
[all...]
H A Drichtextxml.cpp823 else if (obj.IsKindOf(CLASSINFO(wxRichTextCompositeObject)))
839 wxRichTextCompositeObject& composite = (wxRichTextCompositeObject&) obj;

Completed in 84 milliseconds