void OpenGLWindowRenderer::paintGL()
{
    onPaintGL();
}
void OpenGLWidgetRenderer::paintGL()
{
    onPaintGL();
}