*/
wxDataViewModel();
- /**
- Destructor. This should not be called directly. Use DecRef() instead.
- */
- virtual ~wxDataViewModel();
-
/**
Adds a wxDataViewModelNotifier to the model.
*/
*/
virtual bool ValueChanged(const wxDataViewItem& item,
unsigned int col);
+
+protected:
+
+ /**
+ Destructor. This should not be called directly. Use DecRef() instead.
+ */
+ virtual ~wxDataViewModel();
};
*/
virtual bool ClearColumns();
- /**
- Unselects all rows.
- */
- void ClearSelection();
-
/**
Collapses the item.
*/
/**
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.