M_DataItemN

This structure, and the data defined are arbitrary, for example only. Each particular class needs to define its own custom data structure in the project file.

 

 

 


ProjectObject

ProjectObject STRUCT

ObjectData1 ObjectData{ }

ProjectData0 ProjectData{ }

ObjectEntry0 ObjectEntry{ }

ObjectEntry1 ObjectEntry{ }

ObjectEntry2 ObjectEntry{ }

ObjectEntry3 ObjectEntry{ }

ProjectObject ENDS

 

ProjectObject is given as an example only. Each instanced class must have an object structure to hold its internal state. ProjectObject is an example of the layout of this structure. ProjectObject itself is never defined in a structure definition.