|
|
virtual void | initialize () |
| | Initialize the renderer.
|
| |
|
virtual void | resize (int width, int height) |
| | resize the renderer.
|
| |
|
virtual void | redraw_scene () |
| | It triggers the "redraw_completed_signal_" at the end.
|
| |
|
virtual void | redraw_overlay () |
| | It triggers the "redraw_overlay_completed_signal_" at the end.
|
| |
| virtual void | redraw_all () |
| |
|
virtual void | activate () |
| | Activate the renderer.
|
| |
|
virtual void | deactivate () |
| | Deactivate the renderer.
|
| |
|
virtual bool | is_active () |
| | Return the status of the renderer.
|
| |
| virtual void Core::DummyRenderer::redraw_all |
( |
| ) |
|
|
inlinevirtual |
It triggers the "redraw_overlay_completed_signal_" and "redraw_completed_signal_" at the end.
Implements Core::AbstractRenderer.
The documentation for this class was generated from the following file: