[core] [oils] [libraries] [C++ messages] [coding guidelines] | [up to overview ] |
Converting a DOM tree to a layout tree involving postscript elements, and subsequently generating a postscript network stream, is done in oil-psoutput.This oil listens to
msg_dom_create_event
. It announces the existence of a postscript stream immediately, usingmsg_network_status
. The stream itself is broadcast usingmsg_network_data
(this mechanism allows us to feed the stream back into eg. a previewer widget in the client window)