Class Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 AlterableObject
 AtomicSequentialTransition
 Axis
B
 Bar
 BarChart
 BlendTransition
C
 ChangeChartTypeTransition
 Chart
 CompoundSequentialTransition
 CompoundTransition
D
 DataElement
 DataEntry
 DataGroup
 DataSet
 Delay
F
 FilteringTransition
G
 GridLine
 GroupedBar
 GroupedBarChart
L
 Label
M
 MorphElement
 MorphTransition
 MoveTransition
 MyGLWidget
 myQtApp
P
 ParallelTransition
 PieChart
 PieSector
 PieSlice
R
 RotateTransition
S
 ScaleTransition
 Shader
 SortingTransition
 StackedBar
 StackedBarChart
T
 Transition
 TransitionManager
V
 ValueChangeTransition
class AlterableObject
Abstract class that implements the skeleton of an alterable object, i.e.
class AtomicSequentialTransition: public Transition
Implements a sequential ordering transition using a queue to process the added child atomic transitions sequentially.
class Axis: public AlterableObject
Implements an axis object.
class Bar: public DataElement
Implements a bar data element.
class BarChart: public Chart
Implements a bar chart.
class BlendTransition: public Transition
Implements a alpha blending transition that fades an alterable object in or out.
class ChangeChartTypeTransition: public CompoundTransition
Implements a complex sequence of transitions that changes the chart type to the desired type.
class Chart: public AlterableObject
Abstract class that implements the skeleton of a chart.
class CompoundSequentialTransition: public CompoundTransition
Implements a sequential ordering transition using a queue to process the added child transitions sequentially.
class CompoundTransition: public Transition
Abstract class that implements the skeleton of a compound transition, i.e.
class DataElement: public AlterableObject
Abstract class that implements the skeleton of a data element.
class DataEntry
Implements a class holding a value, a name and a color.
class DataGroup
Implements a grouping of data entries with a common group name.
class DataSet
Implements a set of data groups with a common name.
class Delay: public Transition
Implements a delay that behaves like a regular atomic transition.
class FilteringTransition: public CompoundTransition
Implements a complex sequence of transitions that filters the smallest values data elements of a chart such that only the FILTER_SIZE biggest elements remain visible.
class GridLine: public AlterableObject
Implements a grid line object.
class GroupedBar: public DataElement
Implements a grouped bar data element.
class GroupedBarChart: public Chart
Implements a grouped bar chart.
class Label: public AlterableObject
Implements a label object.
class MorphElement: public DataElement
Implements a morphable data element.
class MorphTransition: public Transition
Implements a morphing transition for morph elements.
class MoveTransition: public Transition
Implements a transition that moves the specified data element by the given distances along the X and Y axes.
class MyGLWidget: public QGLWidget
Implements an OpenGL widget for Qt.
class myQtApp: public QWidget, private Ui::myQtAppDLG
Implements a Qt application using the UI.
class ParallelTransition: public Transition
Implements a parallel processing structure for atomic transitions by processing each child transition at the same time.
class PieChart: public Chart
Implements a pie chart.
class PieSector: public DataElement
Implements a pie sector data element.
class PieSlice: public DataElement
Implements a pie slice data element.
class RotateTransition: public Transition
Implements a transition that rotates the specified pie slice inside a pie chart by the given data value.
class ScaleTransition: public Transition
Implements a transition that scales the specified data element by the given amount along the X and Y axes.
class Shader
Implements a GLSL shader handler.
class SortingTransition: public CompoundTransition
Implements a complex sequence of transitions that sorts the data elements of the chart according to the sorting order.
class StackedBar: public DataElement
Implements a stacked bar data element.
class StackedBarChart: public Chart
Implements a stacked bar chart.
class Transition
Abstract class that implements the skeleton of a transition.
class TransitionManager
Implements the core class of the program which handles chart and transition objects in a centralized way.
class ValueChangeTransition: public CompoundTransition
Implements a complex sequence of transitions that maps data entries of another data set to the data elements of the current chart, thus providing a value change between data sets.
Close