Function 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, DataElement
 DataEntry, DataEntry
~DataEntry, DataEntry
 DataGroup, DataGroup
~DataGroup, DataGroup
 DataSet, DataSet
~DataSet, DataSet
 Delay, Delay
~Delay, Delay
 Destroy, TransitionManager
 Draw
 DrawLabels
F
 FilteringTransition, FilteringTransition
~FilteringTransition, FilteringTransition
DataElement()
Unused constructor of abstract class.
virtual ~DataElement()
Virtual.
DataEntry(std::string sName,
double dValue,
float fRed,
float fGreen,
float fBlue)
Initializes the object.
~DataEntry()
Releases all allocated resources.
DataGroup(std::string sName)
Initializes the object.
~DataGroup()
Releases all allocated resources.
DataSet(std::string sName,
std::string sUnit)
Initializes the object.
~DataSet()
Releases all allocated resources.
Delay(int iDelayInMs)
Initializes the object.
~Delay()
Releases all allocated resources.
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.
FilteringTransition(Chart *pInitialChart)
Initializes the object by creating all transitions and intermediate objects.
~FilteringTransition()
Releases all allocated resources.
Close