GLViewWidget#
- class pyqtgraph.opengl.GLViewWidget(
- *args,
- devicePixelRatio=None,
- **kwargs,
Bases:
GLViewMixin,QOpenGLWidget- __init__(
- *args,
- devicePixelRatio=None,
- **kwargs,
- Basic widget for displaying 3D data
Rotation/scale controls
Axis/grid display
Export options
Arguments:
parent
(QObject, optional): Parent QObject. Defaults to None.
devicePixelRatio
No longer in use. High-DPI displays should automatically detect the correct resolution.
rotationMethod
(str): Mechanism to drive the rotation method, options are ‘euler’ and ‘quaternion’. Defaults to ‘euler’.
- classmethod acceptDrops(
- self,
- classmethod accessibleDescription(
- self,
- classmethod accessibleIdentifier(
- self,
- classmethod accessibleName(
- self,
- classmethod actionEvent(
- self,
- a0: QActionEvent | None,
- classmethod actions(
- self,
- classmethod activateWindow(
- self,
- classmethod addAction(
- self,
- icon: QIcon,
- text: str | None,
- classmethod addAction(
- self,
- icon: QIcon,
- text: str | None,
- slot: PYQT_SLOT,
- type: Qt.ConnectionType = Qt.AutoConnection,
- classmethod addAction(
- self,
- icon: QIcon,
- text: str | None,
- shortcut: QKeySequence | QKeySequence.StandardKey | str | None | int,
- classmethod addAction(
- self,
- icon: QIcon,
- text: str | None,
- shortcut: QKeySequence | QKeySequence.StandardKey | str | None | int,
- slot: PYQT_SLOT,
- type: Qt.ConnectionType = Qt.AutoConnection,
- classmethod addAction(
- self,
- text: str | None,
- classmethod addAction(
- self,
- text: str | None,
- shortcut: QKeySequence | QKeySequence.StandardKey | str | None | int,
- classmethod addAction(
- self,
- text: str | None,
- slot: PYQT_SLOT,
- type: Qt.ConnectionType = Qt.AutoConnection,
- classmethod addAction(
- self,
- text: str | None,
- shortcut: QKeySequence | QKeySequence.StandardKey | str | None | int,
- slot: PYQT_SLOT,
- type: Qt.ConnectionType = Qt.AutoConnection,
- classmethod addAction(
- self,
- action: QAction | None,
- classmethod addActions(
- self,
- actions: Iterable[QAction],
- classmethod adjustSize(
- self,
- classmethod autoFillBackground(
- self,
- classmethod backgroundRole(
- self,
- classmethod baseSize(
- self,
- classmethod blockSignals(
- self,
- b: bool,
- cameraPosition()#
Return current position of camera based on center, dist, elevation, and azimuth
- classmethod changeEvent(
- self,
- a0: QEvent | None,
- classmethod childAt(
- self,
- p: QPoint,
- classmethod childAt(
- self,
- p: QPointF,
- classmethod childAt(
- self,
- ax: int,
- ay: int,
- classmethod childEvent(
- self,
- a0: QChildEvent | None,
- classmethod children(
- self,
- classmethod childrenRect(
- self,
- classmethod childrenRegion(
- self,
- clear()#
Remove all items from the scene.
- classmethod clearFocus(
- self,
- classmethod clearMask(
- self,
- classmethod close(
- self,
- classmethod closeEvent(
- self,
- a0: QCloseEvent | None,
- classmethod colorCount(
- self,
- classmethod connectNotify(
- self,
- signal: QMetaMethod,
- classmethod contentsMargins(
- self,
- classmethod contentsRect(
- self,
- classmethod contextMenuEvent(
- self,
- a0: QContextMenuEvent | None,
- classmethod contextMenuPolicy(
- self,
- classmethod create(
- self,
- window: PyQt6.sip.voidptr = None,
- initializeWindow: bool = True,
- destroyOldWindow: bool = True,
- classmethod createWindowContainer(
- window: QWindow | None,
- parent: QWidget | None = None,
- flags: Qt.WindowType = Qt.WindowFlags(),
- classmethod cursor(
- self,
- classmethod customEvent(
- self,
- a0: QEvent | None,
- classmethod deleteLater(
- self,
- classmethod depth(
- self,
- classmethod destroy(
- self,
- destroyWindow: bool = True,
- destroySubWindows: bool = True,
- classmethod devType(
- self,
- classmethod devicePixelRatio(
- self,
- classmethod devicePixelRatioF(
- self,
- classmethod devicePixelRatioFScale() float#
- classmethod disconnect(
- a0: QMetaObject.Connection,
- classmethod disconnect(
- self,
- classmethod disconnectNotify(
- self,
- signal: QMetaMethod,
- classmethod dragEnterEvent(
- self,
- a0: QDragEnterEvent | None,
- classmethod dragLeaveEvent(
- self,
- a0: QDragLeaveEvent | None,
- classmethod dragMoveEvent(
- self,
- a0: QDragMoveEvent | None,
- classmethod dropEvent(
- self,
- a0: QDropEvent | None,
- classmethod dumpObjectInfo(
- self,
- classmethod dumpObjectTree(
- self,
- classmethod dynamicPropertyNames(
- self,
- classmethod effectiveWinId(
- self,
- classmethod ensurePolished(
- self,
- classmethod enterEvent(
- self,
- event: QEnterEvent | None,
- classmethod eventFilter(
- self,
- a0: QObject | None,
- a1: QEvent | None,
- classmethod find(
- a0: PyQt6.sip.voidptr,
- classmethod findChild(
- self,
- type: type[QObjectT],
- name: str | None = '',
- options: Qt.FindChildOption = Qt.FindChildrenRecursively,
- classmethod findChild(
- self,
- types: tuple[type[QObjectT], ...],
- name: str | None = '',
- options: Qt.FindChildOption = Qt.FindChildrenRecursively,
- classmethod findChildren(
- self,
- type: type[QObjectT],
- name: str | None = '',
- options: Qt.FindChildOption = Qt.FindChildrenRecursively,
- classmethod findChildren(
- self,
- types: tuple[type[QObjectT], ...],
- name: str | None = '',
- options: Qt.FindChildOption = Qt.FindChildrenRecursively,
- classmethod findChildren(
- self,
- type: type[QObjectT],
- re: QRegularExpression,
- options: Qt.FindChildOption = Qt.FindChildrenRecursively,
- classmethod findChildren(
- self,
- types: tuple[type[QObjectT], ...],
- re: QRegularExpression,
- options: Qt.FindChildOption = Qt.FindChildrenRecursively,
- classmethod focusInEvent(
- self,
- a0: QFocusEvent | None,
- classmethod focusNextChild(
- self,
- classmethod focusNextPrevChild(
- self,
- next: bool,
- classmethod focusOutEvent(
- self,
- a0: QFocusEvent | None,
- classmethod focusPolicy(
- self,
- classmethod focusPreviousChild(
- self,
- classmethod focusProxy(
- self,
- classmethod focusWidget(
- self,
- classmethod font(
- self,
- classmethod fontInfo(
- self,
- classmethod fontMetrics(
- self,
- classmethod foregroundRole(
- self,
- classmethod frameGeometry(
- self,
- classmethod frameSize(
- self,
- classmethod geometry(
- self,
- classmethod grab(
- self,
- rectangle: QRect = QRect(QPoint(0, 0), QSize(-1, -1)),
- classmethod grabGesture(
- self,
- type: Qt.GestureType,
- flags: Qt.GestureFlag = Qt.GestureFlags(),
- classmethod grabKeyboard(
- self,
- classmethod grabMouse(
- self,
- classmethod grabMouse(
- self,
- a0: QCursor | Qt.CursorShape,
- classmethod grabShortcut(
- self,
- key: QKeySequence | QKeySequence.StandardKey | str | None | int,
- context: Qt.ShortcutContext = Qt.WindowShortcut,
- classmethod graphicsEffect(
- self,
- classmethod graphicsProxyWidget(
- self,
- classmethod hasFocus(
- self,
- classmethod hasHeightForWidth(
- self,
- classmethod hasMouseTracking(
- self,
- classmethod hasTabletTracking(
- self,
- classmethod height(
- self,
- classmethod heightForWidth(
- self,
- a0: int,
- classmethod heightMM(
- self,
- classmethod hide(
- self,
- classmethod hideEvent(
- self,
- a0: QHideEvent | None,
- classmethod inherits(
- self,
- classname: str | None,
- classmethod initPainter(
- self,
- painter: QPainter | None,
- initializeGL()#
Initialize items that were not initialized during addItem().
- classmethod inputMethodEvent(
- self,
- a0: QInputMethodEvent | None,
- classmethod inputMethodHints(
- self,
- classmethod inputMethodQuery(
- self,
- a0: Qt.InputMethodQuery,
- classmethod insertAction(
- self,
- before: QAction | None,
- action: QAction | None,
- classmethod insertActions(
- self,
- before: QAction | None,
- actions: Iterable[QAction],
- classmethod installEventFilter(
- self,
- a0: QObject | None,
- classmethod isActiveWindow(
- self,
- classmethod isAncestorOf(
- self,
- child: QWidget | None,
- classmethod isEnabled(
- self,
- classmethod isEnabledTo(
- self,
- a0: QWidget | None,
- classmethod isFullScreen(
- self,
- classmethod isHidden(
- self,
- classmethod isLeftToRight(
- self,
- classmethod isMaximized(
- self,
- classmethod isMinimized(
- self,
- classmethod isModal(
- self,
- classmethod isQuickItemType(
- self,
- classmethod isRightToLeft(
- self,
- classmethod isSignalConnected(
- self,
- signal: QMetaMethod,
- classmethod isVisible(
- self,
- classmethod isVisibleTo(
- self,
- a0: QWidget | None,
- classmethod isWidgetType(
- self,
- classmethod isWindow(
- self,
- classmethod isWindowModified(
- self,
- classmethod isWindowType(
- self,
- itemsAt(
- region=None,
Return a list of the items displayed in the region (x, y, w, h) relative to the widget.
- classmethod keyboardGrabber() QWidget | None#
- classmethod killTimer(
- self,
- id: int,
- classmethod layout(
- self,
- classmethod layoutDirection(
- self,
- classmethod leaveEvent(
- self,
- a0: QEvent | None,
- classmethod locale(
- self,
- classmethod logicalDpiX(
- self,
- classmethod logicalDpiY(
- self,
- classmethod lower(
- self,
- classmethod mapFrom(
- self,
- a0: QWidget | None,
- a1: QPoint,
- classmethod mapFrom(
- self,
- a0: QWidget | None,
- a1: QPointF,
- classmethod mapFromGlobal(
- self,
- a0: QPoint,
- classmethod mapFromGlobal(
- self,
- a0: QPointF,
- classmethod mapFromParent(
- self,
- a0: QPoint,
- classmethod mapFromParent(
- self,
- a0: QPointF,
- classmethod mapTo(
- self,
- a0: QWidget | None,
- a1: QPoint,
- classmethod mapTo(
- self,
- a0: QWidget | None,
- a1: QPointF,
- classmethod mapToGlobal(
- self,
- a0: QPoint,
- classmethod mapToGlobal(
- self,
- a0: QPointF,
- classmethod mapToParent(
- self,
- a0: QPoint,
- classmethod mapToParent(
- self,
- a0: QPointF,
- classmethod mask(
- self,
- classmethod maximumHeight(
- self,
- classmethod maximumSize(
- self,
- classmethod maximumWidth(
- self,
- classmethod metaObject(
- self,
- classmethod minimumHeight(
- self,
- classmethod minimumSize(
- self,
- classmethod minimumSizeHint(
- self,
- classmethod minimumWidth(
- self,
- classmethod mouseDoubleClickEvent(
- self,
- a0: QMouseEvent | None,
- classmethod mouseGrabber() QWidget | None#
- classmethod move(
- self,
- a0: QPoint,
- classmethod move(
- self,
- ax: int,
- ay: int,
- classmethod moveEvent(
- self,
- a0: QMoveEvent | None,
- classmethod moveToThread(
- self,
- thread: QThread | None,
- classmethod nativeEvent(
- self,
- eventType: QByteArray | bytes | bytearray | memoryview,
- message: PyQt6.sip.voidptr | None,
- classmethod nativeParentWidget(
- self,
- classmethod nextInFocusChain(
- self,
- classmethod normalGeometry(
- self,
- classmethod objectName(
- self,
- orbit(
- azim,
- elev,
Orbits the camera around the center position. azim and elev are given in degrees.
- classmethod overrideWindowFlags(
- self,
- type: Qt.WindowType,
- classmethod overrideWindowState(
- self,
- state: Qt.WindowState,
- paint(
- *,
- region,
- viewport,
- useItemNames=False,
It is caller’s responsibility to call glViewport prior to calling this method. region specifies the sub-region of viewport that should be rendered.
- classmethod paintingActive(
- self,
- classmethod palette(
- self,
- pan(
- dx,
- dy,
- dz,
- relative='global',
Moves the center (look-at) position while holding the camera in place.
Arguments:
dx
Distance to pan in x direction
dy
Distance to pan in y direction
dz
Distance to pan in z direction
relative
String that determines the direction of dx,dy,dz. If “global”, then the global coordinate system is used. If “view”, then the z axis is aligned with the view direction, and x and y axes are in the plane of the view: +x points right, +y points up. If “view-upright”, then x is in the global xy plane and points to the right side of the view, y is in the global xy plane and orthogonal to x, and z points in the global z direction.
Distances are scaled roughly such that a value of 1.0 moves by one pixel on screen.
- classmethod parent(
- self,
- classmethod parentWidget(
- self,
- classmethod physicalDpiX(
- self,
- classmethod physicalDpiY(
- self,
- pixelSize(
- pos,
Return the approximate size of a screen pixel at the location pos Pos may be a Vector or an (N,3) array of locations
- classmethod pos(
- self,
- classmethod previousInFocusChain(
- self,
- classmethod property(
- self,
- name: str | None,
- classmethod pyqtConfigure(
- ...,
Each keyword argument is either the name of a Qt property or a Qt signal. For properties the property is set to the given value which should be of an appropriate type. For signals the signal is connected to the given value which should be a callable.
- classmethod raise_(
- self,
- readQImage()#
Read the current buffer pixels out as a QImage.
- classmethod receivers(
- self,
- signal: PYQT_SIGNAL,
- classmethod rect(
- self,
- classmethod releaseKeyboard(
- self,
- classmethod releaseMouse(
- self,
- classmethod releaseShortcut(
- self,
- id: int,
- classmethod removeAction(
- self,
- action: QAction | None,
- classmethod removeEventFilter(
- self,
- a0: QObject | None,
- removeItem(
- item,
Remove the item from the scene.
- classmethod render(
- self,
- target: QPaintDevice | None,
- targetOffset: QPoint = QPoint(),
- sourceRegion: QRegion = QRegion(),
- flags: QWidget.RenderFlag = QWidget.RenderFlags(QWidget.DrawWindowBackground | QWidget.DrawChildren),
- classmethod render(
- self,
- painter: QPainter | None,
- targetOffset: QPoint = QPoint(),
- sourceRegion: QRegion = QRegion(),
- flags: QWidget.RenderFlag = QWidget.RenderFlags(QWidget.DrawWindowBackground | QWidget.DrawChildren),
- classmethod repaint(
- self,
- classmethod repaint(
- self,
- x: int,
- y: int,
- w: int,
- h: int,
- classmethod repaint(
- self,
- a0: QRect,
- classmethod repaint(
- self,
- a0: QRegion,
- reset()#
Initialize the widget state or reset the current state to the original state.
- classmethod resize(
- self,
- a0: QSize,
- classmethod resize(
- self,
- w: int,
- h: int,
- classmethod restoreGeometry(
- self,
- geometry: QByteArray | bytes | bytearray | memoryview,
- classmethod saveGeometry(
- self,
- classmethod screen(
- self,
- classmethod scroll(
- self,
- dx: int,
- dy: int,
- classmethod scroll(
- self,
- dx: int,
- dy: int,
- a2: QRect,
- classmethod sender(
- self,
- classmethod senderSignalIndex(
- self,
- classmethod setAcceptDrops(
- self,
- on: bool,
- classmethod setAccessibleDescription(
- self,
- description: str | None,
- classmethod setAccessibleIdentifier(
- self,
- identifier: str | None,
- classmethod setAccessibleName(
- self,
- name: str | None,
- classmethod setAttribute(
- self,
- attribute: Qt.WidgetAttribute,
- on: bool = True,
- classmethod setAutoFillBackground(
- self,
- enabled: bool,
- setBackgroundColor(
- *args,
- **kwds,
Set the background color of the widget. Accepts the same arguments as
mkColor().
- classmethod setBackgroundRole(
- self,
- a0: QPalette.ColorRole,
- classmethod setBaseSize(
- self,
- basew: int,
- baseh: int,
- classmethod setBaseSize(
- self,
- s: QSize,
- classmethod setContentsMargins(
- self,
- left: int,
- top: int,
- right: int,
- bottom: int,
- classmethod setContentsMargins(
- self,
- margins: QMargins,
- classmethod setContextMenuPolicy(
- self,
- policy: Qt.ContextMenuPolicy,
- classmethod setCursor(
- self,
- a0: QCursor | Qt.CursorShape,
- classmethod setDisabled(
- self,
- a0: bool,
- classmethod setEnabled(
- self,
- a0: bool,
- classmethod setFixedHeight(
- self,
- h: int,
- classmethod setFixedSize(
- self,
- a0: QSize,
- classmethod setFixedSize(
- self,
- w: int,
- h: int,
- classmethod setFixedWidth(
- self,
- w: int,
- classmethod setFocus(
- self,
- classmethod setFocus(
- self,
- reason: Qt.FocusReason,
- classmethod setFocusPolicy(
- self,
- policy: Qt.FocusPolicy,
- classmethod setFocusProxy(
- self,
- a0: QWidget | None,
- classmethod setFont(
- self,
- a0: QFont,
- classmethod setForegroundRole(
- self,
- a0: QPalette.ColorRole,
- classmethod setGeometry(
- self,
- a0: QRect,
- classmethod setGeometry(
- self,
- ax: int,
- ay: int,
- aw: int,
- ah: int,
- classmethod setGraphicsEffect(
- self,
- effect: QGraphicsEffect | None,
- classmethod setHidden(
- self,
- hidden: bool,
- classmethod setInputMethodHints(
- self,
- hints: Qt.InputMethodHint,
- classmethod setLayout(
- self,
- a0: QLayout | None,
- classmethod setLayoutDirection(
- self,
- direction: Qt.LayoutDirection,
- classmethod setLocale(
- self,
- locale: QLocale,
- classmethod setMask(
- self,
- a0: QBitmap,
- classmethod setMask(
- self,
- a0: QRegion,
- classmethod setMaximumHeight(
- self,
- maxh: int,
- classmethod setMaximumSize(
- self,
- maxw: int,
- maxh: int,
- classmethod setMaximumSize(
- self,
- s: QSize,
- classmethod setMaximumWidth(
- self,
- maxw: int,
- classmethod setMinimumHeight(
- self,
- minh: int,
- classmethod setMinimumSize(
- self,
- minw: int,
- minh: int,
- classmethod setMinimumSize(
- self,
- s: QSize,
- classmethod setMinimumWidth(
- self,
- minw: int,
- classmethod setMouseTracking(
- self,
- enable: bool,
- classmethod setObjectName(
- self,
- name: QByteArray | bytes | bytearray | memoryview | str | None,
- classmethod setPalette(
- self,
- a0: QPalette,
- classmethod setParent(
- self,
- parent: QWidget | None,
- classmethod setParent(
- self,
- parent: QWidget | None,
- f: Qt.WindowType,
- classmethod setProperty(
- self,
- name: str | None,
- value: Any,
- classmethod setScreen(
- self,
- a0: QScreen | None,
- classmethod setShortcutAutoRepeat(
- self,
- id: int,
- enabled: bool = True,
- classmethod setShortcutEnabled(
- self,
- id: int,
- enabled: bool = True,
- classmethod setSizeIncrement(
- self,
- w: int,
- h: int,
- classmethod setSizeIncrement(
- self,
- s: QSize,
- classmethod setSizePolicy(
- self,
- a0: QSizePolicy,
- classmethod setSizePolicy(
- self,
- hor: QSizePolicy.Policy,
- ver: QSizePolicy.Policy,
- classmethod setStatusTip(
- self,
- a0: str | None,
- classmethod setStyle(
- self,
- a0: QStyle | None,
- classmethod setStyleSheet(
- self,
- styleSheet: str | None,
- classmethod setTabOrder(
- a0: QWidget | None,
- a1: QWidget | None,
- classmethod setTabletTracking(
- self,
- enable: bool,
- classmethod setToolTip(
- self,
- a0: str | None,
- classmethod setToolTipDuration(
- self,
- msec: int,
- classmethod setUpdatesEnabled(
- self,
- enable: bool,
- classmethod setVisible(
- self,
- visible: bool,
- classmethod setWhatsThis(
- self,
- a0: str | None,
- classmethod setWindowFilePath(
- self,
- filePath: str | None,
- classmethod setWindowFlag(
- self,
- a0: Qt.WindowType,
- on: bool = True,
- classmethod setWindowFlags(
- self,
- type: Qt.WindowType,
- classmethod setWindowIcon(
- self,
- icon: QIcon,
- classmethod setWindowIconText(
- self,
- a0: str | None,
- classmethod setWindowModality(
- self,
- windowModality: Qt.WindowModality,
- classmethod setWindowModified(
- self,
- a0: bool,
- classmethod setWindowOpacity(
- self,
- level: float,
- classmethod setWindowRole(
- self,
- a0: str | None,
- classmethod setWindowState(
- self,
- state: Qt.WindowState,
- classmethod setWindowTitle(
- self,
- a0: str | None,
- self,
- classmethod show(
- self,
- classmethod showEvent(
- self,
- a0: QShowEvent | None,
- classmethod showFullScreen(
- self,
- classmethod showMaximized(
- self,
- classmethod showMinimized(
- self,
- classmethod showNormal(
- self,
- classmethod signalsBlocked(
- self,
- classmethod size(
- self,
- classmethod sizeHint(
- self,
- classmethod sizeIncrement(
- self,
- classmethod sizePolicy(
- self,
- classmethod stackUnder(
- self,
- a0: QWidget | None,
- classmethod startTimer(
- self,
- interval: int,
- timerType: Qt.TimerType = Qt.CoarseTimer,
- classmethod statusTip(
- self,
- classmethod style(
- self,
- classmethod styleSheet(
- self,
- classmethod tabletEvent(
- self,
- a0: QTabletEvent | None,
- classmethod testAttribute(
- self,
- attribute: Qt.WidgetAttribute,
- classmethod thread(
- self,
- classmethod timerEvent(
- self,
- a0: QTimerEvent | None,
- classmethod toolTip(
- self,
- classmethod toolTipDuration(
- self,
- classmethod tr(
- sourceText: str | None,
- disambiguation: str | None = None,
- n: int = -1,
- classmethod underMouse(
- self,
- classmethod ungrabGesture(
- self,
- type: Qt.GestureType,
- classmethod unsetCursor(
- self,
- classmethod unsetLayoutDirection(
- self,
- classmethod unsetLocale(
- self,
- classmethod update(
- self,
- classmethod update(
- self,
- a0: QRect,
- classmethod update(
- self,
- a0: QRegion,
- classmethod update(
- self,
- ax: int,
- ay: int,
- aw: int,
- ah: int,
- classmethod updateGeometry(
- self,
- classmethod updateMicroFocus(
- self,
- query: Qt.InputMethodQuery = Qt.ImQueryAll,
- classmethod updatesEnabled(
- self,
- classmethod visibleRegion(
- self,
- classmethod whatsThis(
- self,
- classmethod width(
- self,
- classmethod widthMM(
- self,
- classmethod winId(
- self,
- classmethod window(
- self,
- classmethod windowFilePath(
- self,
- classmethod windowFlags(
- self,
- classmethod windowHandle(
- self,
- classmethod windowIcon(
- self,
- classmethod windowIconText(
- self,
- classmethod windowModality(
- self,
- classmethod windowOpacity(
- self,
- classmethod windowRole(
- self,
- classmethod windowState(
- self,
- classmethod windowTitle(
- self,
- classmethod windowType(
- self,
- classmethod x(
- self,
- classmethod y(
- self,
- class pyqtgraph.opengl.GLViewWidget.GLViewMixin(
- *args,
- rotationMethod='euler',
- **kwargs,
Warning
The intention of this class is to provide users who want to use
QOpenGLWindowinstead ofQOpenGLWidgetbut retain the benefits ofGLViewWidget. Usage of this class should be considered experimental for the time being as it may change without warning in future releases.- Members: