From: Francesco Montorsi Date: Sat, 27 Dec 2008 13:46:00 +0000 (+0000) Subject: do not document Clone() overloads only for some classes; Clone() is reimplemented... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/798c0d873bad83f0ac2d198b129858f9d4659da5?ds=sidebyside do not document Clone() overloads only for some classes; Clone() is reimplemented in all event classes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/dataview.h b/interface/wx/dataview.h index 2eba270aef..c0262d0300 100644 --- a/interface/wx/dataview.h +++ b/interface/wx/dataview.h @@ -70,11 +70,6 @@ public: wxDataViewEvent(const wxDataViewEvent& event); //@} - /** - Used to clone the event. - */ - wxEvent* Clone() const; - /** Returns the position of the column in the control or -1 if no column field was set by the event emitter. @@ -893,7 +888,7 @@ public: items have been read from the model by the control. */ virtual void ExpandAncestors( const wxDataViewItem & item ); - + /** Returns pointer to the column. @a pos refers to the position in the control which may change after reordering columns by the user. diff --git a/interface/wx/propgrid/propgrid.h b/interface/wx/propgrid/propgrid.h index 97ea3eb379..aa33796266 100644 --- a/interface/wx/propgrid/propgrid.h +++ b/interface/wx/propgrid/propgrid.h @@ -849,9 +849,6 @@ public: */ bool CanVeto() const; - /** Copyer. */ - virtual wxEvent* Clone() const; - /** Returns highest level non-category, non-root parent of property for which event occurred. Useful when you have nested properties with diff --git a/interface/wx/richtext/richtextctrl.h b/interface/wx/richtext/richtextctrl.h index 9d2a99131c..f70ad5a7dd 100644 --- a/interface/wx/richtext/richtextctrl.h +++ b/interface/wx/richtext/richtextctrl.h @@ -73,11 +73,6 @@ public: */ wxRichTextEvent(wxEventType commandType = wxEVT_NULL, int id = 0); - /** - Clones the event. - */ - wxEvent* Clone() const; - /** Returns the character pressed, within a wxEVT_COMMAND_RICHTEXT_CHARACTER event. */