Jump to content

SOMTEmitC: Difference between revisions

From EDM2
mNo edit summary
No edit summary
 
(2 intermediate revisions by one other user not shown)
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:SOM Classes]]
 
 
[[Category:The OS/2 API Project]]

Latest revision as of 22:11, 7 July 2017

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.