PieChart.cpp | |
Functions | |
CompareLessPieChart | Global ‘less’ compare function for data entries by their values. |
CompareGreaterPieChart | Global ‘greater’ compare function for data entries by their values. |
bool CompareLessPieChart( DataEntry * pFirstEntry, DataEntry * pSecondEntry )
Global ‘less’ compare function for data entries by their values.
pFirstEntry | The first data entry to be compared. |
pSecondEntry | The second data entry to be compared. |
A boolean value indicating if the first entry’s value is smaller than the second entry’s.
bool CompareGreaterPieChart( DataEntry * pFirstEntry, DataEntry * pSecondEntry )
Global ‘greater’ compare function for data entries by their values.
pFirstEntry | The first data entry to be compared. |
pSecondEntry | The second data entry to be compared. |
A boolean value indicating if the first entry’s value is greater than the second entry’s.
Global ‘less’ compare function for data entries by their values.
bool CompareLessPieChart( DataEntry * pFirstEntry, DataEntry * pSecondEntry )
Global ‘greater’ compare function for data entries by their values.
bool CompareGreaterPieChart( DataEntry * pFirstEntry, DataEntry * pSecondEntry )