Reference documentation
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123456]
oCQAbstractItemView
|\CAbstractItemViewAbstract base for every item view
| oCAbstractChartAbstract base for every chart view
| |oCAxisChartThe AxisChart class provides an abstract base for every chart view using axis
| ||oCLinearChartThistle::LinearChart class provides a default implementation for linear charts such as barcharts and line charts
| |||\CRadarChart
| ||\CRadialChartThe Thistle::RadialChart class provides a default implementation for radial charts
| |\CPieChartThe Thistle::PieChart class provides a default implementation for piecharts
| | \CPieChart3DThe Thistle::PieChart3D class provides a default implementation for 3D-piecharts
| oCAbstractTreeThe AbstractTree class is the base class for every tree view
| |oCRadialTreeThe RadialTree implements a tree representation of item from the given model
| |\CVerticalTreeThe VerticalTree implements a tree representation of item from the given model
| | \CHorizontalTreeThe HorizontalTree implements a tree representation of item from the given model
| \CGraphViewThe Thistle::GraphView class provides an item view to display graphs
oCQObject
|\CAbstractGraphAlgorithmThe Thistle::AbstractGraphAlgorithm class provides an abstract base for the implementation of algorithm used to claculate the position of the nodes in a Thistle::GraphView
| \CGraphAlgorithmThe Thistle::GraphAlgorithm class provides a default algorithm to calculate the positions of the nodes in a Thistle::GraphView
oCQStandardItemModel
|\CGraphModelSpecific model for Graph viewes
oCQStyledItemDelegate
|oCAbstractChartDelegateThe AbstractChartDelegate class provides an abstract base for every chart delegate
||oCBarDelegateThe BarDelegate class provides display and editing facilities for data items in a LinearChart view
||\CDotDelegateThe DotDelegate class provides display and editing facilities for data items in a LinearChart view
|\CItemDelegateThe Thistle::ItemDelegate class provides display and editing facilities for data items
oCAbstractAxisThe Thistle::AbstractAxis class provides an abstract base for every charts axis
|oCOrthogonalAxisThe Thistle::OrthogonalAxis class provides a coordinate system for Thistle::LinearChart
|oCRadarAxis
|\CRadialAxisThe Thistle::RadialAxis class provides a coordinate system for Thistle::RadialChart
oCChartLegendThe Thistle::ChartLegend class provides an abstract base for chart legends painting
|oCLinearChartLegendThe Thistle::LinearChartLegend displays the legend in a Thistle::LinearChart view
|oCPieChartLegendThe PieChartLegend class displays the legend in a Thistle::PieChart
|\CRadialChartLegendThe Thistle::RadialChartLegend displays the legend in a Thistle::RadialChart view
oCColorsContains the predefined colors and static methods to get default colors for series
oCEdgeThe Thistle::Edge class represents an edge between two Thistle::Node objects in a Thistle::GraphView
oCItemStyleThistle::ItemStyle class is used by Thistle::ItemDelegate to set the look and feel of item
oCNodeThistle::Node represents a node in Thistle::GraphView
\CSerieFormatThe Thistle::SerieFormat class contains information, such as the Thistle::Types, the QPen, etc., used to display the data in a Thistle::AbstractChart