.. module:: dataview .. include:: headings.inc ========================================================================= **dataview** Classes ========================================================================= This is an alphabetical listing of all the classes defined in the **dataview** module, together with a brief description of them (if available). You can look up a class using the alphabetical listing of them. Class Summary ============= ================================================================================ ================================================================================ **Class** **Short Description** ================================================================================ ================================================================================ :ref:`dataview.DataViewColumn` This class represents a column in a :ref:`dataview.DataViewCtrl`. :ref:`dataview.DataViewCtrl` :ref:`dataview.DataViewCtrl` is a control to display data either in a tree like fashion or in a tabular form or both. :ref:`dataview.DataViewEvent` This is the event class for the :ref:`dataview.DataViewCtrl` notifications. :ref:`dataview.DataViewItem` :ref:`dataview.DataViewItem` is a small opaque class that represents an item in a :ref:`dataview.DataViewCtrl` in a persistent way, i.e. :ref:`dataview.DataViewItemAttr` This class is used to indicate to a :ref:`dataview.DataViewCtrl` that a certain item (see :ref:`dataview.DataViewItem`) has extra font attributes for its renderer. :ref:`dataview.DataViewModel` :ref:`dataview.DataViewModel` is the base class for all data model to be displayed by a :ref:`dataview.DataViewCtrl`. :ref:`dataview.DataViewModelNotifier` A :ref:`dataview.DataViewModelNotifier` instance is owned by a :ref:`dataview.DataViewModel` and mirrors its notification interface. :ref:`dataview.DataViewRenderer` This class is used by :ref:`dataview.DataViewCtrl` to render the individual cells. ================================================================================ ================================================================================ .. toctree:: :maxdepth: 1 :hidden: dataview.DataViewCellMode.enumeration dataview.DataViewCellRenderState.enumeration dataview.DataViewColumn dataview.DataViewColumnFlags.enumeration dataview.DataViewCtrl dataview.DataViewEvent dataview.DataViewItem dataview.DataViewItemAttr dataview.DataViewModel dataview.DataViewModelNotifier dataview.DataViewRenderer