This is the complete list of members for HPieChart, including all inherited members.
AddLabel(const char *str, HPoint loc, HGraphPointFormat format=PointFormatCartesian, float xvector=1.0, float yvector=0.0, float zvector=0.0) | HBaseGraph | |
AddLegend(HPoint loc, HGraphPointFormat format=PointFormatCartesian) | HBaseGraph | |
AddLegendEntry(const char *str, const char *color, HGraphLegendEntryType ltype=LegendEntryTypeLine) | HBaseGraph | |
AddLegendUnicodeEntry(const unsigned short *str, const char *color, HGraphLegendEntryType ltype=LegendEntryTypeLine) | HBaseGraph | |
AddPieSlice(double size) | HPieChart | |
AddPieSliceLabel(int slice_id, const char *str) | HPieChart | |
AddPieSliceUnicodeLabel(int slice_id, const unsigned short *str) | HPieChart | |
AddUnicodeLabel(const unsigned short *str, HPoint loc, HGraphPointFormat format=PointFormatCartesian, float xvector=1.0, float yvector=0.0, float zvector=0.0) | HBaseGraph | |
ConvertPoints(unsigned int in_count, const HPoint *in_points, HGraphPointFormat in_system, HPoint *out_points, HGraphPointFormat out_system) | HBaseGraph | |
DrawFrame() | HPieChart | protectedvirtual |
DrawLegend() | HBaseGraph | protectedvirtual |
DrawPie() | HPieChart | protectedvirtual |
GetAutomaticUpdates() | HBaseGraph | |
GetFrameColor(char *color) | HBaseGraph | |
GetFramePattern(char *pattern) | HBaseGraph | |
GetFrameVisibility() | HBaseGraph | |
GetFrameWeight() | HBaseGraph | |
GetLabelContents(int label_id, char *str) | HBaseGraph | |
GetLabelLocation(int label_id) | HBaseGraph | |
GetLabelTextAlignment(int label_id, char *alignment) | HBaseGraph | |
GetLabelTextColor(int label_id, char *color) | HBaseGraph | |
GetLabelTextFont(int label_id, char *font) | HBaseGraph | |
GetLabelTextPath(int label_id, float *xvector, float *yvector, float *zvector) | HBaseGraph | |
GetLabelUnicodeContents(int label_id, unsigned short *str) | HBaseGraph | |
GetLegendEntry(int entry_id, char *str, char *color, HGraphLegendEntryType *entry_type=0) | HBaseGraph | |
GetLegendLocation() | HBaseGraph | |
GetLegendTextFont(char *font) | HBaseGraph | |
GetLegendTitle(char *title) | HBaseGraph | |
GetLegendTitleTextFont(char *font) | HBaseGraph | |
GetLegendUnicodeEntry(int entry_id, unsigned short *str, char *color, HGraphLegendEntryType *entry_type=0) | HBaseGraph | |
GetLegendUnicodeTitle(unsigned short *title) | HBaseGraph | |
GetPieColorMap(char *map) | HPieChart | |
GetPieColorMapByValue(int *count, HPoint *values, char *color_space) | HPieChart | |
GetPieEdgeColor(char *color) | HPieChart | |
GetPieEdgeVisibility() | HPieChart | |
GetPieRadius() | HPieChart | |
GetPieSliceLabelContents(int slice_id, char *str) | HPieChart | |
GetPieSliceLabelTextFont(int slice_id, char *font) | HPieChart | |
GetPieSliceUnicodeLabelContents(int slice_id, unsigned short *str) | HPieChart | |
GetPlotOrigin() | HBaseGraph | |
GetPlotTitle(char *title) | HBaseGraph | |
GetPlotTitleColor(char *color) | HBaseGraph | virtual |
GetPlotTitleLocation() | HBaseGraph | |
GetPlotTitleTextFont(char *font) | HBaseGraph | |
GetPlotUnicodeTitle(unsigned short *title) | HBaseGraph | |
HBaseGraph(HC_KEY plot_seg) | HBaseGraph | |
HPieChart(HC_KEY plot_seg) | HPieChart | |
m_automatic_updates (defined in HBaseGraph) | HBaseGraph | protected |
m_force_update (defined in HBaseGraph) | HBaseGraph | protected |
m_labels (defined in HBaseGraph) | HBaseGraph | protected |
m_legend (defined in HBaseGraph) | HBaseGraph | protected |
m_origin (defined in HBaseGraph) | HBaseGraph | protected |
m_pie (defined in HPieChart) | HPieChart | protected |
m_pie_total (defined in HPieChart) | HPieChart | protected |
m_plot_segment (defined in HBaseGraph) | HBaseGraph | protected |
m_preserve_data (defined in HBaseGraph) | HBaseGraph | protected |
m_scale (defined in HPieChart) | HPieChart | protected |
m_show_frame (defined in HBaseGraph) | HBaseGraph | protected |
PreserveData(bool preserve=true) | HBaseGraph | |
RemoveLabel(int label_id) | HBaseGraph | |
RemoveLegend() | HBaseGraph | |
RemoveLegendEntry(int entry_id) | HBaseGraph | |
RemoveLegendTitle() | HBaseGraph | |
RemovePieSlice(int slice_id) | HPieChart | |
RemovePieSliceLabel(int slice_id) | HPieChart | |
SetAutomaticUpdates(bool automatic=true) | HBaseGraph | |
SetFrameColor(const char *color) | HBaseGraph | |
SetFramePattern(const char *pattern) | HBaseGraph | |
SetFrameVisibility(bool visible) | HBaseGraph | |
SetFrameWeight(float weight) | HBaseGraph | |
SetLabelContents(int label_id, const char *str) | HBaseGraph | |
SetLabelLocation(int label_id, HPoint loc, HGraphPointFormat format=PointFormatCartesian) | HBaseGraph | |
SetLabelTextAlignment(int label_id, const char *alignment) | HBaseGraph | |
SetLabelTextColor(int label_id, const char *color) | HBaseGraph | |
SetLabelTextFont(int label_id, const char *font) | HBaseGraph | |
SetLabelTextPath(int label_id, float xvector, float yvector, float zvector) | HBaseGraph | |
SetLabelUnicodeContents(int label_id, const unsigned short *str) | HBaseGraph | |
SetLegendLocation(HPoint loc, HGraphPointFormat format=PointFormatCartesian) | HBaseGraph | |
SetLegendTextFont(const char *font) | HBaseGraph | |
SetLegendTitle(const char *title) | HBaseGraph | |
SetLegendTitleTextFont(const char *font) | HBaseGraph | |
SetLegendUnicodeTitle(const unsigned short *title) | HBaseGraph | |
SetPieColorMap(const char *map) | HPieChart | |
SetPieColorMapByValue(int count, const HPoint *values, const char *color_space=0) | HPieChart | |
SetPieEdgeColor(const char *color) | HPieChart | |
SetPieEdgeVisibility(bool vis) | HPieChart | |
SetPieRadius(double radius) | HPieChart | |
SetPieSliceLabelTextFont(int slice_id, const char *font) | HPieChart | |
SetPlotOrigin(HPoint origin) | HPieChart | |
SetPlotTitle(const char *title) | HPieChart | virtual |
SetPlotTitleColor(const char *color) | HBaseGraph | virtual |
SetPlotTitleLocation(HPoint loc) | HBaseGraph | |
SetPlotTitleTextFont(const char *font) | HBaseGraph | |
SetPlotUnicodeTitle(unsigned short *title) | HPieChart | virtual |
Update() | HPieChart | virtual |
~HBaseGraph() | HBaseGraph | virtual |
~HPieChart() | HPieChart | virtual |