Add wxDataViewListModel base class for list models.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Oct 2009 21:41:54 +0000 (21:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Oct 2009 21:41:54 +0000 (21:41 +0000)
commit2feacb6eb30247634085f45c0a69014ef89772e9
tree5d1acd873ab0e9fbf4f2ac758ea07cba51baa805
parent43c64cc6c9f7699c4a63e3fb191a7a90c25f0bab
Add wxDataViewListModel base class for list models.

Introduce a base class for wxDataViewIndexListModel and
wxDataViewVirtualListModel instead of duplicating the same code in both of
them making the code difficult to maintain and change.

For now this class is not documented as it is used just to avoid duplication
in the implementation but maybe we should make it public to allow defining
other flat list data models (if this can be made to work in Carbon version).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dataview.h
src/common/datavcmn.cpp