Jump to content

SOMTEmitC: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
Emitter classes is a subclasses of '''[[SOMTEmitC]]''' class. '''[[SOMTEmitC]]''' class contains all methods which required to write an emitter. Writing flow controlled by '''[[somtGenerateSections]]''' method. User [[emitter]] can override  '''[[somtGenerateSections]]''' method to change default writing flow.
Emitter classes is a subclasses of '''[[SOMTEmitC]]''' class. '''[[SOMTEmitC]]''' class contains all methods which required to write an emitter. Writing flow controlled by '''[[somtGenerateSections]]''' method. User [[emitter]] can override  '''[[somtGenerateSections]]''' method to change default writing flow.
[[OS2_API | Back to OS/2 API]]


[[Category:The OS/2 API Project]]
[[Category:The OS/2 API Project]]

Revision as of 12:16, 12 September 2016

Emitter classes is a subclasses of SOMTEmitC class. SOMTEmitC class contains all methods which required to write an emitter. Writing flow controlled by somtGenerateSections method. User emitter can override somtGenerateSections method to change default writing flow.