Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The library that is able to read component libraries and memorize the read components. Then when passed a drawing context and a component to paint it can paint the component on demand to the drawing context
val lib : unit -> t
lib ()
append_lib stream context
appends the lib contained in the stream
to the context.
val plot_comp :
t ->
string ->
int ->
coord ->
transfo ->
drawContext ->
drawContext * bool
plot_comp lib name partnumber origin transformation context
find in lib
the component with given name
and plot the part partnumber
at origin
after transfomation
into the graphical context
and the fact that the component is multipart.