SRGraphComponent::WriteName

void SRGraphComponent::WriteName(CStdioFile* file)

Writes the name of this component to a template file
Not implemented in the base class -- override for any special components which you create

Defined in: SRGComp.cpp

Parameters

file

Pointer to a CStdioFile used in writing templates

Developer Notes

In all derived classes, this function writes the name of the component (eg. "display") to a template file. This name is read by the SRGraph::ReadTemplate routine to load graph details from the template. In a future release, the reading of data may also be handled within the class.