SRGraphComponent::GetParentContent

void SRGraphComponent::GetParentContent(void)

This virtual function is overridden in derived classes to retrieve pertinent data from the parent
The base class ASSERTS because Bare components have no content handling ability.

Defined in: SRGComp.cpp

Developer Notes

All components have a pointer to the SRGraph object that owns them. This allows the GetParentContent routine to fetch data pertinent to the type of component. SRGraphTitle fetches title text, SRGraphLegend retrieves SRGraphDataList headers, etc.