Version: 3.0.5
Loading...
Searching...
No Matches
wxDataViewCtrl Related Classes

Detailed Description

These are all classes used or provided for use with wxDataViewCtrl.

Classes

class  wxDataViewModel
 wxDataViewModel is the base class for all data model to be displayed by a wxDataViewCtrl. More...
 
class  wxDataViewListModel
 Base class with abstract API for wxDataViewIndexListModel and wxDataViewVirtualListModel. More...
 
class  wxDataViewIndexListModel
 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). More...
 
class  wxDataViewVirtualListModel
 wxDataViewVirtualListModel is a specialized data model which lets you address an item by its position (row) rather than its wxDataViewItem and as such offers the exact same interface as wxDataViewIndexListModel. More...
 
class  wxDataViewItemAttr
 This class is used to indicate to a wxDataViewCtrl that a certain item (see wxDataViewItem) has extra font attributes for its renderer. More...
 
class  wxDataViewItem
 wxDataViewItem is a small opaque class that represents an item in a wxDataViewCtrl in a persistent way, i.e. More...