G | |
GetActiveChart | |
GetAlignment, Label | |
GetAllBars | |
GetAllDataEntries, DataSet | |
GetAllPoints, MorphElement | |
GetAllSlices, PieChart | |
GetAllSlicesGroupSorted, PieChart | |
GetAlpha | |
GetAttribLocation, Shader | |
GetAxes, Chart | |
GetBars | |
GetBeginValue, PieSlice | |
GetBlue | |
GetBottom, DataElement | |
GetColor, DataEntry | |
GetColorLocation, Shader | |
GetConnectedBar | |
GetConnectedDataElement, Chart | |
GetConnectedDataElementByDataGroup | |
GetConnectedSlice, PieChart | |
GetDataElements, Chart | |
GetDataEntries, DataGroup | |
GetDataEntry, DataElement | |
GetDataEntryByName, ValueChangeTransition | |
GetDataGroup | |
GetDataGroups, DataSet | |
GetDataSet, Chart | |
GetFiltering, DataSet | |
GetGreen | |
GetGridLines, Chart | |
GetHeight | |
GetHighestGroupValue, DataSet | |
GetHighestValue, DataGroup | |
GetHighestVisibleSum, StackedBarChart | |
GetHighestVisibleValue, Chart | |
GetIndexOfBar, StackedBarChart | |
GetInstance, TransitionManager | |
GetLabel, DataElement | |
GetLabels, Chart | |
GetLeft | |
GetName | |
GetOrientation | |
GetOutterVertices, PieSlice | |
GetRed | |
GetReferenceDataGroup, DataGroup | |
GetRelativeHeight, GridLine | |
GetResultChart, Transition | |
GetResultElement, MorphElement | |
GetRow, GridLine | |
GetSize, DataGroup | |
GetSlices, PieSector | |
GetSortingOrder, DataSet | |
GetStyle, Label | |
GetText | |
GetTop | |
GetType | |
GetUniformLocation, Shader | |
GetUnit, DataSet | |
GetValue | |
GetValueScaleFactor | |
GetVertexCount, MorphElement | |
GetVertexLocation, Shader | |
GetVisibleDataGroups | |
GetWidth, DataElement | |
GridLine, GridLine | |
~ | GridLine, GridLine |
GroupedBar, GroupedBar | |
~ | GroupedBar, GroupedBar |
GroupedBarChart, GroupedBarChart | |
~ | GroupedBarChart, GroupedBarChart |
Returns the active chart of the transition.
Chart* GetActiveChart()
Returns the active chart of the transition.
Chart* GetActiveChart()
Returns the active chart of the transition.
Chart* GetActiveChart()
Returns the active chart of the transition.
Chart* GetActiveChart()
Returns the active chart of the transition.
Chart* GetActiveChart()
Returns the alignment of the label, either Qt::AlignCenter, Qt::AlignLeft or Qt::AlignRight.
int GetAlignment()
Returns a vector containing all visible (not filtered) bars of all grouped bars of the chart.
std::vector<DataElement*> GetAllBars()
Returns a vector containing all visible (not filtered) bars of all stacked bars of the chart.
std::vector<DataElement*> GetAllBars()
Returns a vector containing the data entries of all data groups.
std::vector<DataEntry*> GetAllDataEntries()
Returns all vertices of the morph element.
glm::vec4* GetAllPoints()
Returns a vector containing all visible (not filtered) pie slices of all pie sectors of the chart sorted by value.
std::vector<PieSlice*> GetAllSlices()
Returns a vector containing all visible (not filtered) pie slices of all pie sectors of the chart, sorted first by pie sector, then by value.
std::vector<PieSlice*> GetAllSlicesGroupSorted()
Returns the alpha color value of the data element.
float GetAlpha()
Returns the alpha color value of the grid line.
float GetAlpha()
Returns the alpha color value of the label’s font.
float GetAlpha()
Returns the shader attribute location of the given attribute.
unsigned int GetAttribLocation( const char * sName ) const
Returns a vector containing all axes of the chart.
std::vector<Axis*> GetAxes()
Returns a vector containing all bars of the grouped bar.
std::vector<Bar*> GetBars()
Returns a vector containing all bars of the stacked bar.
std::vector<Bar*> GetBars()
Returns the begin value of the pie slice.
float GetBeginValue()
Returns the blue color value of the grid line.
float GetBlue()
Returns the blue color value of the label’s font.
float GetBlue()
Returns the bottom value of the data element.
float GetBottom()
Returns the color of the data entry.
glm::vec4 GetColor()
Returns the shader location for the color array.
unsigned int GetColorLocation()
Returns the bar data element which represents the given data entry.
DataElement* GetConnectedBar( DataEntry * pDataEntry )
Returns the bar data element which represents the given data entry.
DataElement* GetConnectedBar( DataEntry * pDataEntry )
Returns the data element which represents the given data entry.
DataElement* GetConnectedDataElement( DataEntry * pDataEntry )
Returns the grouped bar which represents the given data group.
DataElement* GetConnectedDataElementByDataGroup( DataGroup * pDataGroup )
Returns the pie sector which represents the given data group.
DataElement* GetConnectedDataElementByDataGroup( DataGroup * pDataGroup )
Returns the stacked bar which represents the given data group.
DataElement* GetConnectedDataElementByDataGroup( DataGroup * pDataGroup )
Returns the pie slice data element which represents the given data entry.
PieSlice* GetConnectedSlice( DataEntry * pDataEntry )
Returns a vector containing all data elements of the chart.
std::vector<DataElement*> GetDataElements()
Returns a vector containing all data entries of the data group.
std::vector<DataEntry*> GetDataEntries()
Returns the data entry connected to the data element.
DataEntry* GetDataEntry()
Help function which searches for a data entry of the given name in the given vector of data entries and returns it if present, else NULL.
DataEntry* GetDataEntryByName( std:: vector<DataEntry*> vDataEntries, std:: string sName )
Returns the data group connected to the grouped bar.
DataGroup* GetDataGroup()
Returns the data group connected to the pie sector.
DataGroup* GetDataGroup()
Returns the data group connected to the stacked bar.
DataGroup* GetDataGroup()
Returns a vector containing the data groups of the data set.
std::vector<DataGroup*> GetDataGroups()
Returns the data set represented by the chart.
DataSet* GetDataSet()
Returns a boolean value indicating the filtering behavior of the data set.
bool GetFiltering()
Returns the green color value of the grid line.
float GetGreen()
Returns the green color value of the label’s font.
float GetGreen()
Returns a vector containing all grid lines of the chart.
std::vector<GridLine*> GetGridLines()
Returns the height of the data element.
float GetHeight()
Returns the assigned value of the grid line.
int GetHeight()
Returns the highest summed value among all data groups of the data set.
double GetHighestGroupValue()
Returns the highest value among the data entries of the data group.
double GetHighestValue()
Returns the highest sum of values of a stacked bar among all visible (not filtered) stacked bars.
double GetHighestVisibleSum()
Returns the highest data entry value that is visible (not filtered) in the current chart.
double GetHighestVisibleValue()
Returns the index of a given bar in its stacked bar, counting from the bottom up.
unsigned int GetIndexOfBar( DataElement * pDataElement )
Static function to get the singleton instance.
static TransitionManager* GetInstance()
Returns the label connected to the data element.
Label* GetLabel()
Returns a vector containing all labels of the chart.
std::vector<Label*> GetLabels()
Returns the left value of the data element.
float GetLeft()
Returns the X coordinate of the label.
int GetLeft()
Returns the name of the data entry.
std::string GetName()
Returns the name of the data group.
std::string GetName()
Returns the name of the data set.
std::string GetName()
Returns the orientation of the axis, either ORIENTATION_HORIZONTAL or ORIENTATION_VERTICAL.
int GetOrientation()
Returns the orientation of the label, either ORIENTATION_HORIZONTAL or ORIENTATION_VERTICAL.
int GetOrientation()
Returns the number of outter vertices (all vertices minus the center vertex).
int GetOutterVertices()
Returns the red color value of the grid line.
float GetRed()
Returns the red color value of the label’s font.
float GetRed()
Returns the reference data group of this data group.
DataGroup* GetReferenceDataGroup()
Returns the height of the Y coordinate of the grid line in viewing coordinates.
float GetRelativeHeight()
Returns the resulting chart of the transition.
Chart* GetResultChart()
Returns the pointer to the specified result morph element.
MorphElement* GetResultElement()
Returns the index of the grid line.
int GetRow()
Returns the number of data entries of the data group.
int GetSize()
Returns a vector containing all pie slices of the pie sector.
std::vector<PieSlice*> GetSlices()
Returns a boolean value indicating the sorting order of the data set.
bool GetSortingOrder()
Returns the style flags of the label.
int GetStyle()
Returns the text of the label assigned to the axis.
QString GetText()
Returns the text of the label.
QString GetText()
Returns the top value of the data element.
float GetTop()
Returns the Y coordinate of the label.
int GetTop()
Returns the type indicator of the class.
int GetType()
Returns the type indicator of the class.
int GetType()
Returns the shader uniform location of the given uniform.
unsigned int GetUniformLocation( const char * sName ) const
Returns the unit of the data values.
std::string GetUnit()
Returns the value of the data entry.
double GetValue()
Returns the assigned value of the grid line as float value.
float GetValue()
Returns the value scale factor of the chart.
float GetValueScaleFactor()
Returns the value scale factor of the pie slice.
float GetValueScaleFactor()
Returns the total number of vertices of the element.
int GetVertexCount()
Returns the shader location for the vertex array.
unsigned int GetVertexLocation()
Returns a vector containing all visible data groups of the given data groups, i.e.
std::vector<DataGroup*> GetVisibleDataGroups( std:: vector<DataGroup*> vAllDataGroups )
Returns a vector containing all visible data groups of the given data groups, i.e.
std::vector<DataGroup*> GetVisibleDataGroups( std:: vector<DataGroup*> vAllDataGroups )
Returns a vector containing all visible data groups of the given data groups, i.e.
std::vector<DataGroup*> GetVisibleDataGroups( std:: vector<DataGroup*> vAllDataGroups )
Returns the width of the data element.
float GetWidth()
Initializes the object.
GridLine( int iHeight, int iRow )
Releases all allocated resources.
~GridLine()
Initializes the object.
GroupedBar( DataGroup * pDataGroup, float fLeft, float fWidth, double dHighestGridValue )
Releases all allocated resources.
~GroupedBar()
Initializes the object.
GroupedBarChart( DataSet * pDataSet )
Releases all allocated resources.
~GroupedBarChart()