overlay.doc
来自「Linux下的基于X11的图形开发环境。」· DOC 代码 · 共 17 行
DOC
17 行
/*! \page opengl-overlay-example.html \ingroup opengl-examples \title OpenGL Overlay ExampleThis example demonstrates how to use OpenGL overlays with the Qt OpenGLExtension. It features a QGLWidget with a relatively expensive redrawingoperation, and rubber-band drawing in the overlay plane. Using theoverlay has the advantage that the rubber-band may be drawn and erasedwithout damaging the image in the main plane, so costly redraws areavoided.See \c{$QTDIR/examples/opengl/overlay} for the source code.*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?