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
D
 DataElement
~DataElement, DataElement
 DataEntry
~DataEntry, DataEntry
 DataGroup
~DataGroup, DataGroup
 DataSet
~DataSet, DataSet
 DataSet.cpp
 Delay
~Delay, Delay
 DELAY
 Destroy, TransitionManager
 Draw
 DrawLabels
F
 FILTER_SIZE
 FILTERING_SCALE_STEPS
 FILTERING_TRANSITION
 FilteringTransition
~FilteringTransition, FilteringTransition
 FONTSTYLE_BAR
 FONTSTYLE_ELEMENT
 FONTSTYLE_HEADLINE
 Functions
class DataElement: public AlterableObject
Abstract class that implements the skeleton of a data element.
DataElement()
Unused constructor of abstract class.
virtual ~DataElement()
Virtual.
class DataEntry
Implements a class holding a value, a name and a color.
DataEntry(std::string sName,
double dValue,
float fRed,
float fGreen,
float fBlue)
Initializes the object.
~DataEntry()
Releases all allocated resources.
class DataGroup
Implements a grouping of data entries with a common group name.
DataGroup(std::string sName)
Initializes the object.
~DataGroup()
Releases all allocated resources.
class DataSet
Implements a set of data groups with a common name.
DataSet(std::string sName,
std::string sUnit)
Initializes the object.
~DataSet()
Releases all allocated resources.
class Delay: public Transition
Implements a delay that behaves like a regular atomic transition.
Delay(int iDelayInMs)
Initializes the object.
~Delay()
Releases all allocated resources.
Indicator for a delay.
static void Destroy()
Destroys the singleton instance.
virtual void Draw(QPainter *pPainter) = 0
Virtual.
void Draw(QPainter *pPainter)
Draws the axis.
void Draw(QPainter *pPainter)
Draws the bar.
void Draw(QPainter *pPainter)
Draws the chart.
void Draw(QPainter *pPainter)
Draws the transition by drawing the initial chart.
void Draw(QPainter *pPainter)
Draws the transition by drawing the active chart of the active transition.
virtual void Draw(QPainter *pPainter) = 0
Virtual.
void Draw(QPainter *pPainter)
Draws the transition by drawing the initial chart.
void Draw(QPainter *pPainter)
Draws the grid line.
void Draw(QPainter *pPainter)
Draws the grouped bar.
void Draw(QPainter *pPainter)
Draws the chart.
void Draw(QPainter *pPainter)
Draws the label.
void Draw(QPainter *pPainter)
Draws the morph element.
void Draw(QPainter *pPainter)
Draws the chart.
void Draw(QPainter *pPainter)
Draws the pie sector.
void Draw(QPainter *pPainter)
Draws the pie slice.
void Draw(QPainter *pPainter)
Draws the transition by drawing the initial chart.
void Draw(QPainter *pPainter)
Draws the stacked bar.
void Draw(QPainter *pPainter)
Draws the chart.
void Draw(QPainter *pPainter)
Draws the active transition (active chart with ongoing alterations) if present, else the active chart.
void Draw(QPainter *pPainter)
Draws the transition by drawing the initial chart.
virtual void DrawLabels(QPainter *pPainter) = 0
Virtual.
void DrawLabels(QPainter *pPainter)
Draws the label assigned to the axis.
void DrawLabels(QPainter *pPainter)
Draws the label assigned to the bar.
void DrawLabels(QPainter *pPainter)
Draws the label assigned to the chart.
void DrawLabels(QPainter *pPainter)
Draws the label assigned to the grid line.
void DrawLabels(QPainter *pPainter)
Draws the label assigned to the grouped bar.
void DrawLabels(QPainter *pPainter)
Draws the label assigned to the chart.
void DrawLabels(QPainter *pPainter)
Unused function.
void DrawLabels(QPainter *pPainter)
Unused function.
void DrawLabels(QPainter *pPainter)
Draws the label assigned to the chart.
void DrawLabels(QPainter *pPainter)
Draws the label assigned to the pie sector.
void DrawLabels(QPainter *pPainter)
Unused function.
void DrawLabels(QPainter *pPainter)
Draws the label assigned to the stacked bar.
void DrawLabels(QPainter *pPainter)
Draws the label assigned to the chart.
Number of data entries to be shown when filtering.
Amount of steps for scaling in the filtering transition.
Indicator for a filtering 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.
FilteringTransition(Chart *pInitialChart)
Initializes the object by creating all transitions and intermediate objects.
~FilteringTransition()
Releases all allocated resources.
Indicator for a font style used for bars of a label.
Indicator for a normal font style of a label.
Indicator for a headline font style of a label.
Close