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