MCPcopy Create free account

hub / github.com/pyqtgraph/pyqtgraph / functions

Functions4,033 in github.com/pyqtgraph/pyqtgraph

↓ 1 callersMethodlimitsChanged
(self, param, limits)
pyqtgraph/parametertree/parameterTypes/list.py:47
↓ 1 callersMethodlineMoveFinished
(self)
pyqtgraph/graphicsItems/LinearRegionItem.py:305
↓ 1 callersMethodlinkedXChanged
(self)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1068
↓ 1 callersMethodlinkedYChanged
(self)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1074
↓ 1 callersMethodlistConnections
(self)
pyqtgraph/flowchart/Flowchart.py:430
↓ 1 callersMethodlistPoints
(self)
pyqtgraph/graphicsItems/ROI.py:2165
↓ 1 callersFunctionlistdir
Replacement for os.listdir that works in frozen environments.
pyqtgraph/frozenSupport.py:7
↓ 1 callersMethodloadFile
(self, *, edited=False)
pyqtgraph/examples/ExampleApp.py:524
↓ 1 callersMethodloadFile
Load a flowchart (``*.fc``) file.
pyqtgraph/flowchart/Flowchart.py:502
↓ 1 callersMethodloadHistory
Return the list of previously-invoked command strings (or None).
pyqtgraph/console/Console.py:126
↓ 1 callersMethodlogTickStrings
Return the strings that should be displayed at each tick value in log mode. This method is called by :meth:`~pyqtgraph.AxisItem.tick
pyqtgraph/graphicsItems/AxisItem.py:1358
↓ 1 callersMethodlogTickValues
Return tick values for log-scale axes. This method is called by :meth:`~pyqtgraph.AxisItem.tickValues` when the axis is in l
pyqtgraph/graphicsItems/AxisItem.py:1281
↓ 1 callersFunctionlookup
Return an object given its ID, if it exists.
pyqtgraph/debug.py:652
↓ 1 callersMethodlookupProxyId
(cls, pid)
pyqtgraph/multiprocess/remoteproxy.py:704
↓ 1 callersFunctionmain
()
pyqtgraph/examples/ExampleApp.py:596
↓ 1 callersFunctionmakeAllParamTypes
()
pyqtgraph/examples/_buildParamTypes.py:56
↓ 1 callersMethodmakeAnimation
(self, prop='position', start=0.0, end=1.0, duration=10000, loop=1)
pyqtgraph/graphicsItems/CurvePoint.py:93
↓ 1 callersFunctionmakeChild
(chType, cfgDict)
pyqtgraph/examples/_buildParamTypes.py:10
↓ 1 callersFunctionmakeCrosshair
(r=0.5, w=1, h=1)
pyqtgraph/graphicsItems/ScatterPlotItem.py:25
↓ 1 callersFunctionmakeData
( noise=args.noise, nsamples=args.nsamples, frames=args.frames, fsample=args.fsample, freq
pyqtgraph/examples/PlotSpeedTest.py:96
↓ 1 callersMethodmakeGraph
(self)
pyqtgraph/examples/verlet_chain/chain.py:61
↓ 1 callersFunctionmakeMSStepper
(stepSize)
pyqtgraph/graphicsItems/DateAxisItem.py:39
↓ 1 callersFunctionmakeMetaChild
(name, cfgDict)
pyqtgraph/examples/_buildParamTypes.py:42
↓ 1 callersMethodmakeTicks
(self, minVal, maxVal, minSpc)
pyqtgraph/graphicsItems/DateAxisItem.py:120
↓ 1 callersMethodmakeWidget
Return a single widget whose position in the tree is determined by the value of self.asSubItem. If True, it will be placed in the sec
pyqtgraph/parametertree/parameterTypes/basetypes.py:86
↓ 1 callersFunctionmakeYStepper
(stepSize)
pyqtgraph/graphicsItems/DateAxisItem.py:80
↓ 1 callersMethodmapRectFromView
(self, obj)
pyqtgraph/graphicsItems/GraphicsItem.py:368
↓ 1 callersMethodmapRectToDevice
Return *rect* mapped from local coordinates to device coordinates (pixels). If there is no device mapping available, return None.
pyqtgraph/graphicsItems/GraphicsItem.py:330
↓ 1 callersMethodmapToQColor
Convenience function; see :func:`map() <pyqtgraph.ColorMap.map>`.
pyqtgraph/colormap.py:611
↓ 1 callersMethodmapToView
(self, obj)
pyqtgraph/graphicsItems/GraphicsItem.py:349
↓ 1 callersFunctionmergeTests
()
tools/setupHelpers.py:315
↓ 1 callersFunctionmkBrush
| Convenience function for constructing Brush. | This function always constructs a solid brush and accepts the same arguments as :func:`mkCol
pyqtgraph/functions.py:387
↓ 1 callersFunctionmkDataAndItem
(count=500, size=10)
pyqtgraph/examples/ScatterPlotSpeedTest.py:63
↓ 1 callersFunctionmkPen
Convenience function for constructing QPen. Examples:: mkPen(color) mkPen(color, width=2) mkPen(cosmetic=F
pyqtgraph/functions.py:408
↓ 1 callersFunctionmode
Returns location max value from histogram.
pyqtgraph/flowchart/library/functions.py:101
↓ 1 callersMethodmouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/TargetItem.py:265
↓ 1 callersMethodmouseEnabled
(self)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:404
↓ 1 callersMethodmouseShape
Return a QPainterPath representing the clickable shape of the curve
pyqtgraph/graphicsItems/PlotCurveItem.py:1249
↓ 1 callersMethodmoveTicksToLocalTimeCoords
( self, ticks: np.ndarray, spacing: int, skipFactor: int, )
pyqtgraph/graphicsItems/DateAxisItem.py:165
↓ 1 callersMethodnameChanged
(self, param, name)
pyqtgraph/parametertree/ParameterItem.py:154
↓ 1 callersFunctionndarray_from_qimage
(qimg)
pyqtgraph/functions.py:1688
↓ 1 callersFunctionndarray_to_qimage
Low level function to encapsulate QImage creation differences between bindings. "arr" is assumed to be C-contiguous.
pyqtgraph/functions.py:1577
↓ 1 callersMethodnextCol
Alias of nextColumn
pyqtgraph/widgets/LayoutWidget.py:30
↓ 1 callersMethodnextColumn
Advance to next column, while returning the current column number (generally only for internal use--called by addWidget)
pyqtgraph/widgets/LayoutWidget.py:24
↓ 1 callersMethodnextFocusableChild
(self, root, startItem=None, forward=True)
pyqtgraph/parametertree/ParameterTree.py:103
↓ 1 callersMethodnextTerminalName
Return an unused terminal name
pyqtgraph/flowchart/Node.py:84
↓ 1 callersMethodnodeMoved
(self)
pyqtgraph/flowchart/Terminal.py:455
↓ 1 callersFunctionobjectSize
Guess how much memory an object is using
pyqtgraph/debug.py:347
↓ 1 callersFunctionopen_maybe_console
(filename=None)
pyqtgraph/debug.py:34
↓ 1 callersMethodoptsChanged
Called when any options are changed that are not name, value, default, or limits
pyqtgraph/parametertree/parameterTypes/basetypes.py:223
↓ 1 callersMethodoptsChanged
(self, param, opts)
pyqtgraph/parametertree/parameterTypes/checklist.py:237
↓ 1 callersMethodoutputChanged
(self)
pyqtgraph/flowchart/Flowchart.py:91
↓ 1 callersMethodoutputValues
Return a dict of all output values currently generated by this node.
pyqtgraph/flowchart/Node.py:269
↓ 1 callersMethodpaint
(self, p, opt, widget)
pyqtgraph/graphicsItems/ROI.py:1072
↓ 1 callersMethodpaint
(self, p, *args)
pyqtgraph/examples/GraphicsScene.py:13
↓ 1 callersMethodpaintColorMap
(self, painter, rect)
pyqtgraph/widgets/ColorMapButton.py:61
↓ 1 callersMethodpaintGL
(self, widget)
pyqtgraph/graphicsItems/PlotCurveItem.py:1022
↓ 1 callersMethodpaintGL
(self, widget)
pyqtgraph/graphicsItems/PColorMeshItem.py:475
↓ 1 callersMethodparamStateChanged
(self)
pyqtgraph/examples/optics/pyoptic.py:113
↓ 1 callersMethodparameters
Return the parameters used to configure this exporter.
pyqtgraph/exporters/Exporter.py:33
↓ 1 callersMethodparseMeshData
(self)
pyqtgraph/opengl/items/GLMeshItem.py:173
↓ 1 callersFunctionparseString
(lines, start=0, **scope)
pyqtgraph/configfile.py:121
↓ 1 callersMethodpixelHeight
(self)
pyqtgraph/graphicsItems/GraphicsItem.py:300
↓ 1 callersMethodpixelPadding
(self)
pyqtgraph/graphicsItems/BoxplotItem.py:280
↓ 1 callersMethodpixelPadding
(self)
pyqtgraph/graphicsItems/BarGraphItem.py:279
↓ 1 callersMethodpixelPadding
(self)
pyqtgraph/graphicsItems/GraphItem.py:144
↓ 1 callersMethodpixelPadding
(self)
pyqtgraph/graphicsItems/PlotCurveItem.py:404
↓ 1 callersMethodpixelPadding
(self)
pyqtgraph/graphicsItems/PColorMeshItem.py:448
↓ 1 callersMethodpixelPadding
(self)
pyqtgraph/graphicsItems/ScatterPlotItem.py:897
↓ 1 callersMethodpixelSize
Return the approximate size of a screen pixel at the location pos Pos may be a Vector or an (N,3) array of locations
pyqtgraph/opengl/GLViewWidget.py:418
↓ 1 callersFunctionplot
()
pyqtgraph/examples/multiplePlotSpeedTest.py:19
↓ 1 callersMethodpopulateTree
(self, root, examples)
pyqtgraph/examples/ExampleApp.py:498
↓ 1 callersFunctionpopupFilePicker
Thin wrapper around Qt file picker dialog. Used internally so all options are consistent among all requests for external file information
pyqtgraph/parametertree/parameterTypes/file.py:39
↓ 1 callersMethodpos
(self)
pyqtgraph/graphicsItems/ROI.py:1366
↓ 1 callersMethodpos
Return the current position of the mouse in the coordinate system of the item that the event was delivered to.
pyqtgraph/GraphicsScene/mouseEvents.py:105
↓ 1 callersMethodpos
Return the current position of the mouse in the coordinate system of the item that the event was delivered to.
pyqtgraph/GraphicsScene/mouseEvents.py:211
↓ 1 callersMethodpos
Return the current position of the mouse in the coordinate system of the item that the event was delivered to.
pyqtgraph/GraphicsScene/mouseEvents.py:345
↓ 1 callersMethodprepareForPaint
Called before every render. This method will inform items that the scene is about to be rendered by emitting sigPrepareForPaint.
pyqtgraph/GraphicsScene/GraphicsScene.py:113
↓ 1 callersMethodprettyTextValue
(self, v)
pyqtgraph/parametertree/parameterTypes/slider.py:79
↓ 1 callersFunctionprime
(data, lut, levels)
benchmarks/renderImageItem.py:26
↓ 1 callersFunctionprint_extensions
(ctx)
pyqtgraph/util/glinfo.py:14
↓ 1 callersFunctionprint_version
(funcs)
pyqtgraph/util/glinfo.py:6
↓ 1 callersMethodprocess
Process data through this node. This method is called any time the flowchart wants the node to process data. It will be called with one keywo
pyqtgraph/flowchart/Node.py:172
↓ 1 callersMethodprocess
(self, In, display=True)
pyqtgraph/flowchart/library/common.py:112
↓ 1 callersMethodprocessData
(self, data)
pyqtgraph/flowchart/library/Data.py:375
↓ 1 callersMethodprocessOrder
Return the order of operations required to process this chart. The order returned should look like [('p', node1), ('p', node2), ('d', terminal
pyqtgraph/flowchart/Flowchart.py:316
↓ 1 callersMethodprojectionMatrix
(self, region, viewport)
pyqtgraph/opengl/GLViewWidget.py:145
↓ 1 callersMethodpropagateRay
Refract, reflect, absorb, and/or scatter ray. This function may create and return new rays
pyqtgraph/examples/optics/pyoptic.py:228
↓ 1 callersFunctionpublish
(args)
tools/pg-release.py:184
↓ 1 callersFunctionqObjectTree
Return root and its entire tree of qobject children
tests/test_ref_cycles.py:18
↓ 1 callersMethodqueueCommand
(self, cmd)
pyqtgraph/console/repl_widget.py:176
↓ 1 callersMethodquickMinMax
Estimate the min and max values of the image data by sub-sampling. Sampling is performed at regular strides chosen to evaluate a num
pyqtgraph/graphicsItems/ImageItem.py:703
↓ 1 callersMethodquickMinMax
Estimate the min/max values of *data* by subsampling. Returns [(min, max), ...] with one item per channel
pyqtgraph/imageview/ImageView.py:736
↓ 1 callersMethodraiseContextMenu
(self, ev)
pyqtgraph/graphicsItems/ImageItem.py:1122
↓ 1 callersMethodraiseContextMenu
(self, ev)
pyqtgraph/graphicsItems/ROI.py:772
↓ 1 callersMethodraiseContextMenu
(self, ev)
pyqtgraph/graphicsItems/ROI.py:1425
↓ 1 callersMethodraiseContextMenu
(self, ev)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1323
↓ 1 callersMethodraiseContextMenu
(self, ev)
pyqtgraph/examples/contextMenu.py:72
↓ 1 callersMethodraiseContextMenu
(self, ev)
pyqtgraph/flowchart/Node.py:658
↓ 1 callersMethodraiseContextMenu
(self, ev)
pyqtgraph/flowchart/Terminal.py:369
← previousnext →1,601–1,700 of 4,033, ranked by callers