| 120 | } |
| 121 | |
| 122 | void CustomPaintWidget::SetOutput(IReplayOutput *out) |
| 123 | { |
| 124 | m_Output = out; |
| 125 | m_Rendering = (out != NULL); |
| 126 | |
| 127 | RecreateInternalWidget(); |
| 128 | } |
| 129 | |
| 130 | void CustomPaintWidget::RecreateInternalWidget() |
| 131 | { |
no outgoing calls
no test coverage detected