X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fadc2df6823d988f7a264b94e69a7e1bbcac1337..b15579781935495ff2a126b4ffac81f2cb51b99d:/interface/wx/dataview.h diff --git a/interface/wx/dataview.h b/interface/wx/dataview.h index c5f69353bd..53a0c72ac5 100644 --- a/interface/wx/dataview.h +++ b/interface/wx/dataview.h @@ -203,11 +203,6 @@ public: */ wxDataViewModel(); - /** - Destructor. This should not be called directly. Use DecRef() instead. - */ - virtual ~wxDataViewModel(); - /** Adds a wxDataViewModelNotifier to the model. */ @@ -369,6 +364,13 @@ public: */ virtual bool ValueChanged(const wxDataViewItem& item, unsigned int col); + +protected: + + /** + Destructor. This should not be called directly. Use DecRef() instead. + */ + virtual ~wxDataViewModel(); }; @@ -855,11 +857,6 @@ public: */ virtual bool ClearColumns(); - /** - Unselects all rows. - */ - void ClearSelection(); - /** Collapses the item. */ @@ -1595,14 +1592,14 @@ public: /** Returns @true if the column is reorderable. */ - bool GetReorderable(); + virtual bool IsReorderable() const; /** Returns @true if the column is sortable. @see SetSortable() */ - bool GetSortable(); + virtual bool IsSortable() const; /** Returns the width of the column.