MCPcopy Create free account

hub / github.com/pyqtgraph/pyqtgraph / functions

Functions4,033 in github.com/pyqtgraph/pyqtgraph

MethodhoverEvent
(self, ev)
pyqtgraph/graphicsItems/InfiniteLine.py:606
MethodhoverEvent
(self, ev)
pyqtgraph/graphicsItems/ImageItem.py:1153
MethodhoverEvent
(self, ev)
pyqtgraph/graphicsItems/LinearRegionItem.py:343
MethodhoverEvent
(self, ev)
pyqtgraph/graphicsItems/ScatterPlotItem.py:1088
MethodhoverEvent
(self, ev)
pyqtgraph/graphicsItems/ROI.py:1387
MethodhoverEvent
(self, ev)
pyqtgraph/graphicsItems/ROI.py:2258
MethodhoverEvent
(self, ev)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1390
MethodhoverEvent
(self, ev)
pyqtgraph/flowchart/Node.py:632
MethodhoverEvent
(self, ev)
pyqtgraph/flowchart/Terminal.py:442
MethodhoverEvent
(self, ev)
pyqtgraph/flowchart/Terminal.py:550
MethodhoverLeaveEvent
(self, ev)
pyqtgraph/examples/ViewBox.py:43
MethodhoverOver
(self, items)
pyqtgraph/flowchart/Flowchart.py:891
Functionhtml_page_context
(app, pagename, templatename, context, doctree)
doc/source/conf.py:514
Methodignore
An item should call this method if it cannot handle the event. This will allow the event to be delivered to other items.
pyqtgraph/GraphicsScene/mouseEvents.py:179
MethodignoreIndexChange
(func)
pyqtgraph/widgets/ComboBox.py:69
FunctionignoredAParam
(a=10, b=20)
pyqtgraph/examples/InteractiveParameter.py:59
Functionimage
Create and return an :class:`ImageView <pyqtgraph.ImageView>` Will show 2D or 3D image data. Accepts a *title* argument to set the title
pyqtgraph/__init__.py:330
FunctionimageHoverEvent
Show the position, pixel, and value under the mouse cursor.
pyqtgraph/examples/imageAnalysis.py:94
FunctionimageToArray
Convert a QImage into numpy array. The image must have format RGB32, ARGB32, or ARGB32_Premultiplied. By default, the image is not copied; ch
pyqtgraph/functions.py:1726
Methodimplements
(self, interface=None)
pyqtgraph/graphicsItems/BarGraphItem.py:257
Methodimplements
(self, interface=None)
pyqtgraph/graphicsItems/PlotCurveItem.py:275
Methodimplements
(self, interface=None)
pyqtgraph/graphicsItems/ScatterPlotItem.py:602
MethodindexChanged
(self, index)
pyqtgraph/widgets/ComboBox.py:120
Methodinit
(self)
pyqtgraph/examples/verlet_chain/chain.py:34
MethodinitializeGL
Initialize items that were not initialized during addItem().
pyqtgraph/opengl/GLViewWidget.py:100
MethodinitializeGL
(self)
pyqtgraph/Qt/OpenGLHelpers.py:76
MethodinitializeGL
(self)
pyqtgraph/widgets/RawImageWidget.py:159
Methodinitialize_options
(self)
tools/setupHelpers.py:506
Methodinitialize_options
(self)
tools/setupHelpers.py:533
Methodinitialize_options
(self)
tools/setupHelpers.py:587
Methodinitialize_options
(self)
tools/setupHelpers.py:606
Methodinitialize_options
(self)
tools/setupHelpers.py:621
Methodinitialize_options
(self)
tools/setupHelpers.py:636
MethodinsertChild
(self, index, child)
pyqtgraph/widgets/TreeWidget.py:370
MethodinsertChildren
(self, index, childs)
pyqtgraph/widgets/TreeWidget.py:312
MethodinsertChildren
(self, index, childs)
pyqtgraph/widgets/TreeWidget.py:374
MethodinsertItem
(self, *args)
pyqtgraph/widgets/ComboBox.py:138
MethodinsertItems
(self, *args)
pyqtgraph/widgets/ComboBox.py:144
MethodinsertTopLevelItem
(self, index, item)
pyqtgraph/widgets/TreeWidget.py:183
MethodinsertTopLevelItems
(self, index, items)
pyqtgraph/widgets/TreeWidget.py:187
MethodinternalTerminalAdded
(self, node, term)
pyqtgraph/flowchart/Flowchart.py:138
MethodinternalTerminalRemoved
(self, node, term)
pyqtgraph/flowchart/Flowchart.py:145
MethodinternalTerminalRenamed
(self, term, oldName)
pyqtgraph/flowchart/Flowchart.py:135
FunctioninterweaveArrays
Parameters ---------- args : numpy.ndarray series of 1D numpy arrays of the same length and dtype Returns ------
pyqtgraph/functions.py:910
Methodinvalidate
(self)
pyqtgraph/graphicsItems/ROI.py:2280
MethodinverseDataTransform
Get the transform mapping local coordinate system to image array. :meta private: Returns ------- :class:`QT
pyqtgraph/graphicsItems/ImageItem.py:678
FunctioninvertQTransform
Return a QTransform that is the inverse of *tr*. A pseudo-inverse is returned if tr is not invertible. Note that this function is preferr
pyqtgraph/functions.py:3001
Methodior
Return the index of refraction for *glass* at wavelength *wl*. The *glass* argument must be a key in self.data.
pyqtgraph/examples/optics/pyoptic.py:45
MethodisAccepted
(self)
pyqtgraph/GraphicsScene/mouseEvents.py:183
MethodisFocusable
(self)
pyqtgraph/parametertree/parameterTypes/basetypes.py:130
MethodisMapTrivial
Returns `True` if the gradient has exactly two stops in it: Black at 0.0 and white at 1.0.
pyqtgraph/colormap.py:825
FunctionisNoneOrScalar
(value)
pyqtgraph/examples/MultiDataPlot.py:20
FunctionisSequence
(obj)
pyqtgraph/graphicsItems/PlotDataItem.py:1875
MethodisType
Return True if this parameter type matches the name *typ*. This can occur either of two ways: - If self.type() ==
pyqtgraph/parametertree/Parameter.py:280
Functionisdir
Replacement for os.path.isdir that works in frozen environments.
pyqtgraph/frozenSupport.py:26
Functionisosurface
Generate isosurface from volumetric data using marching cubes algorithm. See Paul Bourke, "Polygonising a Scalar Field" (http://paulbou
pyqtgraph/functions.py:2531
MethoditemBoundingRect
Return the bounding rect of the item in view coordinates
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1293
MethoditemChange
(self, change, value)
pyqtgraph/graphicsItems/UIGraphicsItem.py:44
MethoditemChange
(self, change, value)
pyqtgraph/graphicsItems/GraphicsObject.py:17
MethoditemChange
(self, change, value)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:56
MethoditemChange
(self, change, val)
pyqtgraph/flowchart/Node.py:649
MethoditemChanged
(self, *args)
pyqtgraph/flowchart/Flowchart.py:685
MethoditemChanged
(self, item)
pyqtgraph/flowchart/library/Data.py:62
MethoditemChangedEvent
(self, item, col)
pyqtgraph/parametertree/ParameterTree.py:186
MethoditemClass
(self)
pyqtgraph/parametertree/parameterTypes/basetypes.py:275
MethoditemClass
(self)
pyqtgraph/parametertree/parameterTypes/checklist.py:135
MethoditemCollapsedEvent
(self, item)
pyqtgraph/parametertree/ParameterTree.py:198
MethoditemExpandedEvent
(self, item)
pyqtgraph/parametertree/ParameterTree.py:192
MethoditemFromIndex
Return the item and column corresponding to a QModelIndex.
pyqtgraph/widgets/TreeWidget.py:217
MethoditemsAt
Return a list of the items displayed in the region (x, y, w, h) relative to the widget.
pyqtgraph/opengl/GLViewWidget.py:189
MethoditerFirstAxis
(self, data)
pyqtgraph/widgets/TableWidget.py:216
Methoditerate
(self, data)
pyqtgraph/widgets/TableWidget.py:220
MethoditerateScalar
(self, data)
pyqtgraph/widgets/TableWidget.py:226
Methodjoin
(self, timeout=10)
pyqtgraph/multiprocess/processes.py:363
MethodkeyPressEvent
(self, event)
tests/image_testing.py:407
MethodkeyPressEvent
(self, ev)
pyqtgraph/console/CmdInput.py:25
MethodkeyPressEvent
(self, ev)
pyqtgraph/graphicsItems/GradientEditorItem.py:89
MethodkeyPressEvent
This routine should capture key presses in the current view box. Key presses are used only when mouse mode is RectMode The fo
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1397
MethodkeyPressEvent
(self, ev)
pyqtgraph/opengl/GLViewWidget.py:467
MethodkeyPressEvent
(self, ev)
pyqtgraph/imageview/ImageView.py:507
MethodkeyPressEvent
(self, ev)
pyqtgraph/widgets/TableWidget.py:361
MethodkeyPressEvent
(self, ev)
pyqtgraph/widgets/GraphicsView.py:168
MethodkeyPressEvent
(self, event)
pyqtgraph/examples/ExampleApp.py:567
MethodkeyPressEvent
(self, ev)
pyqtgraph/flowchart/Node.py:442
MethodkeyPressEvent
(self, ev)
pyqtgraph/flowchart/Node.py:640
MethodkeyPressEvent
(self, ev)
pyqtgraph/flowchart/Terminal.py:290
MethodkeyPressEvent
(self, ev)
pyqtgraph/flowchart/Terminal.py:527
MethodkeyReleaseEvent
(self, ev)
pyqtgraph/opengl/GLViewWidget.py:475
MethodkeyReleaseEvent
(self, ev)
pyqtgraph/imageview/ImageView.py:532
FunctionkwargTest
(a, b=5, **c)
tests/parametertree/test_Parameter.py:211
MethodlabelChanged
(self)
pyqtgraph/flowchart/Node.py:536
MethodlabelChanged
(self)
pyqtgraph/flowchart/Terminal.py:315
MethodlastPos
Return the previous position of the mouse in the coordinate system of the item that the event was delivered to.
pyqtgraph/GraphicsScene/mouseEvents.py:218
MethodlastScenePos
Return the scene position of the mouse immediately prior to this event.
pyqtgraph/GraphicsScene/mouseEvents.py:79
MethodlastScreenPos
Return the screen position of the mouse immediately prior to this event.
pyqtgraph/GraphicsScene/mouseEvents.py:85
MethodleaveEvent
(self, ev)
pyqtgraph/widgets/GraphicsView.py:328
MethodleaveEvent
(self, ev)
pyqtgraph/widgets/RemoteGraphicsView.py:234
MethodleaveEvent
(self, ev)
pyqtgraph/GraphicsScene/GraphicsScene.py:209
FunctionlegendDoubleClicked
(legend, event)
pyqtgraph/examples/Legend.py:42
FunctionlegendSampleClicked
(plot_data_item)
pyqtgraph/examples/Legend.py:64
← previousnext →2,901–3,000 of 4,033, ranked by callers