SRGraphComponent::WriteMainParameters

voidSRGraphComponent::WriteMainParameters(CStdioFile*file)

Writes information common to all component types 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 information common to all component types to a template file. This information 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.