Reference documentation
|
QAbstractItemView | |
AbstractItemView | Abstract base for every item view |
AbstractChart | Abstract base for every chart view |
AxisChart | The AxisChart class provides an abstract base for every chart view using axis |
LinearChart | Thistle::LinearChart class provides a default implementation for linear charts such as barcharts and line charts |
RadarChart | |
RadialChart | The Thistle::RadialChart class provides a default implementation for radial charts |
PieChart | The Thistle::PieChart class provides a default implementation for piecharts |
PieChart3D | The Thistle::PieChart3D class provides a default implementation for 3D-piecharts |
AbstractTree | The AbstractTree class is the base class for every tree view |
RadialTree | The RadialTree implements a tree representation of item from the given model |
VerticalTree | The VerticalTree implements a tree representation of item from the given model |
HorizontalTree | The HorizontalTree implements a tree representation of item from the given model |
GraphView | The Thistle::GraphView class provides an item view to display graphs |
QObject | |
AbstractGraphAlgorithm | The Thistle::AbstractGraphAlgorithm class provides an abstract base for the implementation of algorithm used to claculate the position of the nodes in a Thistle::GraphView |
GraphAlgorithm | The Thistle::GraphAlgorithm class provides a default algorithm to calculate the positions of the nodes in a Thistle::GraphView |
QStandardItemModel | |
GraphModel | Specific model for Graph viewes |
QStyledItemDelegate | |
AbstractChartDelegate | The AbstractChartDelegate class provides an abstract base for every chart delegate |
BarDelegate | The BarDelegate class provides display and editing facilities for data items in a LinearChart view |
DotDelegate | The DotDelegate class provides display and editing facilities for data items in a LinearChart view |
ItemDelegate | The Thistle::ItemDelegate class provides display and editing facilities for data items |
AbstractAxis | The Thistle::AbstractAxis class provides an abstract base for every charts axis |
OrthogonalAxis | The Thistle::OrthogonalAxis class provides a coordinate system for Thistle::LinearChart |
RadarAxis | |
RadialAxis | The Thistle::RadialAxis class provides a coordinate system for Thistle::RadialChart |
ChartLegend | The Thistle::ChartLegend class provides an abstract base for chart legends painting |
LinearChartLegend | The Thistle::LinearChartLegend displays the legend in a Thistle::LinearChart view |
PieChartLegend | The PieChartLegend class displays the legend in a Thistle::PieChart |
RadialChartLegend | The Thistle::RadialChartLegend displays the legend in a Thistle::RadialChart view |
Colors | Contains the predefined colors and static methods to get default colors for series |
Edge | The Thistle::Edge class represents an edge between two Thistle::Node objects in a Thistle::GraphView |
ItemStyle | Thistle::ItemStyle class is used by Thistle::ItemDelegate to set the look and feel of item |
Node | Thistle::Node represents a node in Thistle::GraphView |
SerieFormat | The Thistle::SerieFormat class contains information, such as the Thistle::Types , the QPen , etc., used to display the data in a Thistle::AbstractChart |