MCPcopy Create free account

hub / github.com/pyqtgraph/pyqtgraph / functions

Functions4,033 in github.com/pyqtgraph/pyqtgraph

↓ 1 callersMethodvalueChanged
(self, param, val, force=False)
pyqtgraph/parametertree/parameterTypes/basetypes.py:133
↓ 1 callersMethodvalueInRange
(self, value)
pyqtgraph/widgets/SpinBox.py:459
↓ 1 callersMethodvertexFaces
Return list mapping each vertex index to a list of face indexes that use the vertex.
pyqtgraph/opengl/MeshData.py:356
↓ 1 callersMethodviewChanged
Called when this item's view has changed (ie, the item has been added to or removed from a ViewBox)
pyqtgraph/graphicsItems/GraphicsItem.py:456
↓ 1 callersMethodviewMatrix
(self)
pyqtgraph/opengl/GLViewWidget.py:170
↓ 1 callersMethodviewRangeChanged
(self, vb=None, ranges=None, changed=None)
pyqtgraph/graphicsItems/PlotDataItem.py:1806
↓ 1 callersMethodviewRangeChanged
Called whenever the view coordinates of the ViewBox containing this item have changed.
pyqtgraph/graphicsItems/GraphicsItem.py:474
↓ 1 callersMethodviewTransformChanged
(self)
pyqtgraph/graphicsItems/TargetItem.py:291
↓ 1 callersMethodviewTransformChanged
Called whenever the transformation matrix of the view has changed. For example, when the view range has changed or the view was resiz
pyqtgraph/graphicsItems/GraphicsItem.py:482
↓ 1 callersMethodvisible
Return True if the item is currently set to be visible. Note that this does not guarantee that the item actually appears in the view,
pyqtgraph/opengl/GLGraphicsItem.py:233
↓ 1 callersMethodvisibleRange
(self)
pyqtgraph/widgets/GraphicsView.py:231
↓ 1 callersFunctionwalkQObjectTree
Walk through a tree of QObjects, doing nothing to them. The purpose of this function is to find dead objects and generate a crash immedia
pyqtgraph/debug.py:1049
↓ 1 callersMethodwidgetLength
(self)
pyqtgraph/graphicsItems/GradientEditorItem.py:208
↓ 1 callersMethodwidgetValueChanged
(self)
pyqtgraph/parametertree/parameterTypes/basetypes.py:164
↓ 1 callersFunctionwinset
( reset: bool = False, fore: WinColor | None = None, back: WinColor | None = None, style: WinS
pyqtgraph/util/cprint.py:16
↓ 1 callersFunctionwlPen
Return a pen representing the given wavelength
pyqtgraph/examples/optics/pyoptic.py:81
↓ 1 callersMethodwrite
Write a string into the console. If scrollToBottom is 'auto', then the console is automatically scrolled to fit the new text only if
pyqtgraph/console/repl_widget.py:103
FunctionBusyCursor
Display a busy mouse cursor during long operations. Usage:: with BusyCursor(): doLongOperation() May be nested. If
pyqtgraph/widgets/BusyCursor.py:9
FunctionCIELabColor
Generates as QColor from CIE L*a*b* values. Parameters ---------- L: float Lightness value ranging from 0 to 100
pyqtgraph/functions.py:484
FunctionIQR_1p5
use 1.5IQR to get whisker boundaries returns (lower whisker, upper whisker)
pyqtgraph/graphicsItems/BoxplotItem.py:15
Method__abs__
(self)
pyqtgraph/Vector.py:92
Method__add__
(self, a)
pyqtgraph/Point.py:62
Method__add__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:959
Method__and__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:1031
Method__call__
(self, *args)
pyqtgraph/debug.py:521
Method__call__
Register or print a new message with timing information.
pyqtgraph/debug.py:557
Method__call__
Attempts to call the proxied object from the remote process. Accepts extra keyword arguments: _callSync 'off'
pyqtgraph/multiprocess/remoteproxy.py:919
Method__call__
Calls ``self.function``. Extra, closures, and parameter keywords as defined on init and through :func:`InteractiveFunction.setParams`
pyqtgraph/parametertree/interactive.py:75
Method__call__
(self, function, **kwargs)
pyqtgraph/parametertree/interactive.py:407
Method__del__
(self)
pyqtgraph/debug.py:581
Method__del__
(self)
pyqtgraph/debug.py:795
Method__del__
(self)
pyqtgraph/debug.py:1105
Method__delitem__
(self, item)
pyqtgraph/opengl/shaders.py:329
Method__div__
(self, a)
pyqtgraph/Point.py:80
Method__div__
(self, t)
pyqtgraph/SRTTransform.py:135
Method__div__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:965
Method__enter__
(self)
pyqtgraph/console/repl_widget.py:274
Method__enter__
(self)
pyqtgraph/opengl/shaders.py:360
Method__enter__
(self)
pyqtgraph/parametertree/Parameter.py:873
Method__enter__
(self)
pyqtgraph/widgets/ProgressDialog.py:81
Method__enter__
(self)
pyqtgraph/util/mutex.py:103
Method__eq__
(self, x)
tests/test_functions.py:158
Method__eq__
(self, x)
tests/test_functions.py:171
Method__eq__
(self, other)
pyqtgraph/colormap.py:843
Method__eq__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:1013
Method__eq__
(self, x)
pyqtgraph/parametertree/ParameterItem.py:219
Method__exit__
(self, exc_type, exc_val, exc_tb)
pyqtgraph/console/repl_widget.py:280
Method__exit__
(self, *args)
pyqtgraph/opengl/shaders.py:405
Method__exit__
(self, exc_type, exc_value, tb)
pyqtgraph/parametertree/Parameter.py:876
Method__exit__
(self, exType, exValue, exTrace)
pyqtgraph/widgets/ProgressDialog.py:97
Method__exit__
(self, *args)
pyqtgraph/util/mutex.py:100
Method__floordiv__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:971
Method__ge__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:1028
Method__getattr__
(self, attr)
pyqtgraph/jupyter/GraphicsView.py:169
Method__getattr__
(self, attr)
pyqtgraph/Qt/__init__.py:66
Method__getattr__
(self, attr)
pyqtgraph/exporters/Matplotlib.py:158
Method__getattr__
(self, name)
pyqtgraph/parametertree/SystemSolver.py:97
Method__getattr__
(self, attr)
pyqtgraph/widgets/TreeWidget.py:394
Method__getattr__
(self, attr)
pyqtgraph/widgets/GradientWidget.py:69
Method__getattr__
(self, attr)
pyqtgraph/widgets/HistogramLUTWidget.py:39
Method__getattr__
(self, attr)
pyqtgraph/widgets/PlotWidget.py:80
Method__getitem__
Convenient shorthand access to palette colors
pyqtgraph/colormap.py:446
Method__getitem__
(self, item)
pyqtgraph/debug.py:475
Method__getitem__
(self, ind)
pyqtgraph/functions.py:312
Method__getitem__
(self, i)
pyqtgraph/Vector.py:54
Method__getitem__
(self, i)
pyqtgraph/Point.py:39
Method__getitem__
(self, field)
pyqtgraph/PlotData.py:35
Method__getitem__
(self, key)
pyqtgraph/graphicsItems/GraphicsItem.py:26
Method__getitem__
Given a list of tuples, (symbol, size, pen, brush), return a list of coordinates of corresponding symbols within the atlas. Note that
pyqtgraph/graphicsItems/ScatterPlotItem.py:159
Method__getitem__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:944
Method__getitem__
Get the value of a child parameter. The name may also be a tuple giving the path to a sub-parameter:: value = param[('chi
pyqtgraph/parametertree/Parameter.py:742
Method__getitem__
(self, item)
pyqtgraph/examples/optics/pyoptic.py:116
Method__getitem__
Return the terminal with the given name
pyqtgraph/flowchart/Node.py:193
Method__getstate__
(self)
pyqtgraph/widgets/RemoteGraphicsView.py:49
Method__getstate__
(self)
pyqtgraph/widgets/RemoteGraphicsView.py:83
Method__getstate__
(self)
pyqtgraph/widgets/RemoteGraphicsView.py:107
Method__getstate__
(self)
pyqtgraph/widgets/RemoteGraphicsView.py:125
Method__gt__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:1022
Method__hash__
(self)
pyqtgraph/multiprocess/remoteproxy.py:1091
Method__hash__
(self)
pyqtgraph/parametertree/ParameterItem.py:216
Method__hash__
(self)
pyqtgraph/flowchart/Terminal.py:261
Method__iadd__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:980
Method__iadd__
Use inplace-addition operator for easy incrementing.
pyqtgraph/widgets/ProgressDialog.py:110
Method__iand__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:1040
Method__idiv__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:986
Method__ifloordiv__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:992
Method__ilshift__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:1010
Method__imul__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:995
Method__init__
(self, *args, **kwds)
tests/image_testing.py:478
Method__init__
(self, err)
tests/test_functions.py:169
Method__init__
(self)
tests/test_functions.py:500
Method__init__
(self, parent=None)
tests/test_signalproxy.py:16
Method__init__
(self)
tests/graphicsItems/test_AxisItem.py:53
Method__init__
(self)
tests/graphicsItems/test_AxisItem.py:65
Method__init__
(self)
pyqtgraph/ThreadsafeTimer.py:14
Method__init__
__init__(pos, color, mapping=ColorMap.CLIP) Parameters ---------- pos: array_like of float, optional
pyqtgraph/colormap.py:375
Method__init__
(self, message, lineNum, line, fileName=None)
pyqtgraph/configfile.py:30
Method__init__
(self)
pyqtgraph/debug.py:66
Method__init__
(self)
pyqtgraph/debug.py:453
Method__init__
(self, *args, **kwds)
pyqtgraph/debug.py:519
← previousnext →2,001–2,100 of 4,033, ranked by callers