webgui: implement Run(double) and Remove() methods in RCanvas
RCanvas::Run(doble) runs canvas functionality for specified time, must be regularly called when canvas should be used from user thread RCanvas::Remove() method remove canvas from global lists, let destroy canvas regularly Update tutorials/v7/draw_mt.cxx macro
Showing
- graf2d/gpadv7/v7/inc/ROOT/RCanvas.hxx 7 additions, 1 deletiongraf2d/gpadv7/v7/inc/ROOT/RCanvas.hxx
- graf2d/gpadv7/v7/inc/ROOT/RVirtualCanvasPainter.hxx 3 additions, 0 deletionsgraf2d/gpadv7/v7/inc/ROOT/RVirtualCanvasPainter.hxx
- graf2d/gpadv7/v7/src/RCanvas.cxx 44 additions, 5 deletionsgraf2d/gpadv7/v7/src/RCanvas.cxx
- gui/canvaspainter/v7/src/TCanvasPainter.cxx 18 additions, 0 deletionsgui/canvaspainter/v7/src/TCanvasPainter.cxx
- tutorials/v7/draw_mt.cxx 8 additions, 3 deletionstutorials/v7/draw_mt.cxx
Loading
Please register or sign in to comment