#include <sspt_dotchart.h>

Classes | |
| struct | Dot |
Public Member Functions | |
| sspt_DotChart (const sspt_ChartOptions &options, float width, float height, sspt_GlyphStore *glyphstore) | |
| virtual void | render (const sspt_VisiblePlane &view) |
| virtual void | render (const sspt_VisibleRegion &r) |
| virtual void | exportPoints (sspt_Array< sspt_EditPoint > *p) |
| virtual void | updatePoints (const sspt_Array< sspt_EditPoint > &p) |
| void | plotDot (float color[3], float x, float y, const char *text, int flags) |
| void | xlabel (const char *text) |
| void | ylabel (const char *text) |
| sspt_DotChart::sspt_DotChart | ( | const sspt_ChartOptions & | options, | |
| float | width, | |||
| float | height, | |||
| sspt_GlyphStore * | glyphstore | |||
| ) |
| virtual void sspt_DotChart::exportPoints | ( | sspt_Array< sspt_EditPoint > * | p | ) | [inline, virtual] |
Implements sspt_Renderable.
| void sspt_DotChart::plotDot | ( | float | color[3], | |
| float | x, | |||
| float | y, | |||
| const char * | text, | |||
| int | flags | |||
| ) |
| virtual void sspt_DotChart::render | ( | const sspt_VisibleRegion & | r | ) | [inline, virtual] |
Implements sspt_Renderable.
| virtual void sspt_DotChart::render | ( | const sspt_VisiblePlane & | view | ) | [virtual] |
Implements sspt_Renderable.
| virtual void sspt_DotChart::updatePoints | ( | const sspt_Array< sspt_EditPoint > & | p | ) | [inline, virtual] |
Implements sspt_Renderable.
| void sspt_DotChart::xlabel | ( | const char * | text | ) |
| void sspt_DotChart::ylabel | ( | const char * | text | ) |