A | |
AddAxis, Chart | |
AddDataElement, Chart | |
AddDataEntry, DataGroup | |
AddDataGroup, DataSet | |
AddDataSet, TransitionManager | |
AddGridLine, Chart | |
AddLabel, Chart | |
AddTransition, Transition | |
AlterableObject, AlterableObject | |
~ | AlterableObject, AlterableObject |
AtomicSequentialTransition, AtomicSequentialTransition | |
~ | AtomicSequentialTransition, AtomicSequentialTransition |
Axis, Axis | |
~ | Axis, Axis |
B | |
Bar, Bar | |
~ | Bar, Bar |
BarChart, BarChart | |
~ | BarChart, BarChart |
Bind, Shader | |
BlendTransition, BlendTransition | |
~ | BlendTransition, BlendTransition |
Adds the axis to the chart.
void AddAxis( Axis * pAxis )
Adds the data element to the chart.
void AddDataElement( DataElement * pDataElement )
Adds the data entry to the data group.
void AddDataEntry( DataEntry * pDataEntry )
Adds the data group to the data set.
void AddDataGroup( DataGroup * pDataGroup )
Adds the data set to the list of data sets.
void AddDataSet( DataSet * pDataSet )
Adds the grid line to the chart.
void AddGridLine( GridLine * pGridLine )
Adds the label to the chart.
void AddLabel( Label * pLabel )
Adds the transition as child transition.
void AddTransition( Transition * pTransition )
Unused constructor of abstract class.
AlterableObject()
Virtual.
virtual ~AlterableObject()
Initializes the object.
AtomicSequentialTransition()
Releases all allocated resources.
~AtomicSequentialTransition()
Initializes the object.
Axis( int iOrientation, QString sText = NULL )
Releases all allocated resources.
~Axis()
Initializes the object.
Bar( DataEntry * pDataEntry, float fLeft, float fTop, float fBottom, float fWidth, Label * pLabel = NULL )
Releases all allocated resources.
~Bar()
Initializes the object.
BarChart( DataSet * pDataSet )
Releases all allocated resources.
~BarChart()
Binds the shader as the active OpenGL program.
void Bind() const
Initializes the object.
BlendTransition( AlterableObject * pAlterableObject, float fAlpha, int iTotalSteps = BLEND_STEPS )
Releases all allocated resources.
~BlendTransition()