#include </home/zeitlin/src/wx/github/interface/wx/dataview.h>
wxDataViewIndexListModel is a specialized data model which lets you address an item by its position (row) rather than its wxDataViewItem (which you can obtain from this class).
This model also provides its own wxDataViewIndexListModel::Compare method which sorts the model's data by the index.
This model is not a virtual model since the control stores each wxDataViewItem. Use wxDataViewVirtualListModel if you need to display millions of items or have other reason to use a virtual control.
Public Member Functions | |
wxDataViewIndexListModel (unsigned int initial_size=0) | |
Constructor. |
wxDataViewIndexListModel::wxDataViewIndexListModel | ( | unsigned int | initial_size = 0 | ) |
Constructor.