SRGraphComponent::DrawWiget
voidSRGraphComponent::DrawWiget(CPointpoint, SRGraphStyle *ptrStyle, SRGraphData *pData)
Draws "wigets" -- polygonal tokens which represent data points in the graph
Defined in: SRGComp.cpp
Parameters
point
Position of the wiget
ptrStyle
Pointer to the SRGraphStyle object which controls the appearance of this token
pData
Pointer to the data object used to draw this wiget. May be used in the labelling process.
Developer Notes
After beta 1, a wiget and polygon cacheing system was added to reduce draw-time overheads.