| 102 | } |
| 103 | |
| 104 | void RenderView::setDocument(mx::DocumentPtr document) |
| 105 | { |
| 106 | // Set new current document |
| 107 | _document = document; |
| 108 | |
| 109 | // Initialize rendering context. |
| 110 | initContext(_genContext); |
| 111 | } |
| 112 | |
| 113 | RenderView::RenderView(mx::DocumentPtr doc, |
| 114 | mx::DocumentPtr stdLib, |
no test coverage detected