1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
GLViewWidget
============
.. autoclass:: pyqtgraph.opengl.GLViewWidget
:members:
:show-inheritance:
:inherited-members: QOpenGLWidget
.. automethod:: pyqtgraph.opengl.GLViewWidget.__init__
.. autoclass:: pyqtgraph.opengl.GLViewWidget::GLViewMixin
.. warning:: The intention of this class is to provide users who want to use
``QOpenGLWindow`` instead of ``QOpenGLWidget`` but retain the benefits of
``GLViewWidget``. Usage of this class should be considered experimental
for the time being as it may change without warning in future releases.
:members:
.. automethod:: pyqtgraph.opengl.GLViewWidget::GLViewMixin.__init__
|