File: glviewwidget.rst

package info (click to toggle)
python-pyqtgraph 0.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,168 kB
  • sloc: python: 54,831; makefile: 128; ansic: 40; sh: 2
file content (21 lines) | stat: -rw-r--r-- 679 bytes parent folder | download | duplicates (3)
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__