MCPcopy Index your code

hub / github.com/pyqtgraph/pyqtgraph / functions

Functions4,033 in github.com/pyqtgraph/pyqtgraph

↓ 443 callersMethodconnect
(self, *args, **kwargs)
tests/graphicsItems/test_AxisItem.py:56
↓ 333 callersMethodappend
(self, obj)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:24
↓ 268 callersMethodaddItem
(self, *args, **kwds)
pyqtgraph/widgets/ComboBox.py:150
↓ 253 callersMethodget
Return the value for parameter *name*. If the value has not been specified, then attempt to compute it from other i
pyqtgraph/parametertree/SystemSolver.py:125
↓ 239 callersMethodaddWidget
Add a new widget to the interior of this Dock. Each Dock uses a QGridLayout to arrange widgets within.
pyqtgraph/dockarea/Dock.py:183
↓ 177 callersMethodheight
(self)
pyqtgraph/graphicsItems/ImageItem.py:152
↓ 165 callersMethodwidth
(self)
pyqtgraph/graphicsItems/ImageItem.py:146
↓ 148 callersMethodshow
(self)
pyqtgraph/graphicsItems/AxisItem.py:1731
↓ 142 callersMethodupdate
Collect all input values, attempt to process new output values, and propagate downstream. Subclasses should call update() whenever thir intern
pyqtgraph/flowchart/Node.py:284
↓ 135 callersMethodmkPen
Thin wrapper around fn.mkPen which accepts the serialized state from saveState
pyqtgraph/parametertree/parameterTypes/pen.py:148
↓ 122 callersMethoditems
(self)
pyqtgraph/widgets/ComboBox.py:112
↓ 109 callersMethodjoin
(self, timeout=10)
pyqtgraph/multiprocess/processes.py:183
↓ 106 callersMethodplot
(self)
pyqtgraph/examples/designerExample.py:35
↓ 93 callersMethodsetText
Set the selected item to the first one having the given text.
pyqtgraph/widgets/ComboBox.py:49
↓ 89 callersMethodresize
(self, size)
pyqtgraph/Qt/internals.py:138
↓ 82 callersMethodaddPlot
(self, *args, **kwds)
pyqtgraph/jupyter/GraphicsView.py:142
↓ 80 callersMethodsetPos
Set the position of the ROI (in the parent's coordinate system). Accepts either separate (x, y) arguments or a single :class:`Point`
pyqtgraph/graphicsItems/ROI.py:267
↓ 79 callersMethodvalue
Return the value of this SpinBox.
pyqtgraph/widgets/SpinBox.py:342
↓ 78 callersMethodpos
Return the position (x,y) of the ROI's origin. For most ROIs, this will be the lower-left corner.
pyqtgraph/graphicsItems/ROI.py:258
↓ 75 callersMethodaccept
An item should call this method if it can handle the event. This will prevent the event being delivered to any other items.
pyqtgraph/GraphicsScene/mouseEvents.py:41
↓ 75 callersMethodisChecked
(self, col)
pyqtgraph/widgets/TreeWidget.py:258
↓ 74 callersMethodsetChecked
(self, column, checked)
pyqtgraph/widgets/TreeWidget.py:255
↓ 73 callersMethodcreate
Static method that creates a new Parameter (or subclass) instance using opts['type'] to select the appropriate class.
pyqtgraph/parametertree/Parameter.py:127
↓ 70 callersMethodsetPen
Set the pen to use when drawing the ROI shape. For arguments, see :func:`mkPen <pyqtgraph.mkPen>`.
pyqtgraph/graphicsItems/ROI.py:245
↓ 68 callersMethodtranslate
Move the ROI to a new position. Accepts either (x, y, snap) or ([x,y], snap) as arguments If the ROI is bounded and the move
pyqtgraph/graphicsItems/ROI.py:388
↓ 67 callersMethodbutton
Return the button that initiated the drag (may be different from the buttons currently pressed) (see QGraphicsSceneMouseEvent::button in the Q
pyqtgraph/GraphicsScene/mouseEvents.py:98
↓ 65 callersMethodmap
(self, data)
pyqtgraph/widgets/ColorMapWidget.py:255
↓ 62 callersMethodkeys
(self)
pyqtgraph/parametertree/Parameter.py:764
↓ 61 callersMethodscene
(self)
pyqtgraph/flowchart/Flowchart.py:848
↓ 56 callersMethodview
(self)
pyqtgraph/opengl/GLGraphicsItem.py:119
↓ 54 callersFunctioncheck_format
(shape, dtype, levels, lut, expected_format, *, transparentLocations=None)
tests/test_ImageFormat.py:10
↓ 54 callersMethodsetParentItem
(self, p)
pyqtgraph/graphicsItems/ScaleBar.py:60
↓ 53 callersMethodcontainer
(self)
pyqtgraph/dockarea/Dock.py:207
↓ 49 callersMethod_getSpecialAttr
(self, attr)
pyqtgraph/multiprocess/remoteproxy.py:940
↓ 49 callersMethodsetValue
Set the value of this SpinBox. If the value is out of bounds, it will be clipped to the nearest boundary or wrapped if wrappi
pyqtgraph/widgets/SpinBox.py:352
↓ 48 callersMethodchild
Return a child parameter. Accepts the name of the child or a tuple (path, to, child) Added in version 0.9.9. Earlier versions used t
pyqtgraph/parametertree/Parameter.py:767
↓ 48 callersMethodlength
Returns the vector length of this Point.
pyqtgraph/Point.py:100
↓ 48 callersMethodsetZValue
(self, z)
pyqtgraph/graphicsItems/ROI.py:233
↓ 47 callersMethodhide
(self)
pyqtgraph/graphicsItems/AxisItem.py:1738
↓ 47 callersMethodsetData
(self, **kwds)
pyqtgraph/examples/CustomGraphItem.py:26
↓ 46 callersMethodmax
(self)
pyqtgraph/Point.py:153
↓ 44 callersMethodsetColor
Set the color for this text. See QtWidgets.QGraphicsItem.setDefaultTextColor().
pyqtgraph/graphicsItems/TextItem.py:146
↓ 42 callersFunctionassertImageApproved
Check that an image test result matches a pre-approved standard. If the result does not match, then the user can optionally invoke a GUI to c
tests/image_testing.py:80
↓ 42 callersMethoddisconnect
(self, target)
pyqtgraph/flowchart/Terminal.py:327
↓ 42 callersMethodscale
Resize the ROI by scaling relative to *center*. See setPos() for an explanation of the *update* and *finish* arguments.
pyqtgraph/graphicsItems/ROI.py:380
↓ 42 callersMethodsetVisible
(self, v)
pyqtgraph/graphicsItems/TextItem.py:204
↓ 41 callersMethodstart
start acquiring simulated data
pyqtgraph/examples/ColorGradientPlots.py:24
↓ 41 callersMethodwrite
(self, msg)
pyqtgraph/debug.py:1262
↓ 40 callersMethodformat
(self)
pyqtgraph/widgets/TableWidget.py:459
↓ 40 callersMethodgetAxis
Return the specified AxisItem. Parameters ---------- name : {'left', 'bottom', 'right', 'top'} The name
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1410
↓ 39 callersMethodscene
(self)
pyqtgraph/graphicsItems/GraphicsWidget.py:28
↓ 38 callersMethodboundingRect
(self)
pyqtgraph/graphicsItems/ROI.py:1069
↓ 38 callersMethodisVisible
(self)
pyqtgraph/graphicsItems/ScatterPlotItem.py:1227
↓ 37 callersMethodclear
(self)
pyqtgraph/widgets/ComboBox.py:205
↓ 37 callersMethodmin
(self)
pyqtgraph/Point.py:150
↓ 37 callersMethodsetContentsMargins
(self, *args)
pyqtgraph/graphicsItems/GraphicsLayout.py:207
↓ 36 callersMethodname
(self)
pyqtgraph/dockarea/Dock.py:180
↓ 36 callersMethodsetText
Set the text of this item. This method sets the plain text of the item; see also setHtml().
pyqtgraph/graphicsItems/TextItem.py:74
↓ 35 callersFunctiongetConfigOption
Return the value of a single global configuration option.
pyqtgraph/__init__.py:72
↓ 35 callersMethodrelease
Mimics threading.Lock.release() to allow this class as a drop-in replacement.
pyqtgraph/util/mutex.py:81
↓ 34 callersFunctioneq
The great missing equivalence function: Guaranteed evaluation to a single bool value. This function has some important differences from the =
pyqtgraph/functions.py:694
↓ 34 callersMethodparam
(self, *names)
pyqtgraph/parametertree/Parameter.py:784
↓ 33 callersMethodcolor
(self, mode='qcolor')
pyqtgraph/widgets/ColorButton.py:85
↓ 32 callersMethodcount
(self)
pyqtgraph/dockarea/DockArea.py:159
↓ 32 callersMethodgetViewBox
Return the first ViewBox or GraphicsView which bounds this item's visible space. If this item is not contained within a ViewBox, then
pyqtgraph/graphicsItems/GraphicsItem.py:88
↓ 32 callersMethodname
Return the name of this node.
pyqtgraph/flowchart/Node.py:201
↓ 32 callersMethodsetTransform
Set the local transform for this object. Parameters ---------- tr : pyqtgraph.Transform3D Tranformation from the
pyqtgraph/opengl/GLGraphicsItem.py:141
↓ 31 callersMethodaddViewBox
(self, *args, **kwds)
pyqtgraph/jupyter/GraphicsView.py:148
↓ 31 callersMethodsetProperty
(self, prop, val)
pyqtgraph/widgets/SpinBox.py:300
↓ 30 callersMethodaddDock
Adds a dock to this area. ============== ================================================================= **Arguments:**
pyqtgraph/dockarea/DockArea.py:29
↓ 30 callersMethodignore
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:46
↓ 30 callersMethodmapToParent
(self, point)
pyqtgraph/opengl/GLGraphicsItem.py:289
↓ 30 callersMethodnextRow
Advance to next row for automatic widget placement
pyqtgraph/widgets/LayoutWidget.py:19
↓ 30 callersMethodsetCentralWidget
Sets a QGraphicsWidget to automatically fill the entire view (the item will be automatically resize whenever the GraphicsView is resized).
pyqtgraph/widgets/GraphicsView.py:176
↓ 30 callersMethodsetToolTip
(self, text=None, temporary=False)
pyqtgraph/widgets/FeedbackButton.py:129
↓ 30 callersMethodtime
(self)
pyqtgraph/GraphicsScene/mouseEvents.py:241
↓ 30 callersMethodwidget
Return the control widget for this flowchart. This widget provides GUI access to the parameters for each node and a graphical
pyqtgraph/flowchart/Flowchart.py:418
↓ 29 callersMethodrotate
Rotate the ROI by *angle* degrees. =============== ========================================================================
pyqtgraph/graphicsItems/ROI.py:438
↓ 29 callersMethodtransform
Return this item's transform object.
pyqtgraph/opengl/GLGraphicsItem.py:173
↓ 28 callersMethodparentItem
Return a this item's parent in the scenegraph hierarchy.
pyqtgraph/opengl/GLGraphicsItem.py:108
↓ 28 callersMethodsetLabel
Set the text displayed adjacent to the axis. Parameters ---------- text : str The text (excluding units)
pyqtgraph/graphicsItems/AxisItem.py:438
↓ 28 callersMethodsetRange
Set the upper and lower limits for values in the spinbox.
pyqtgraph/widgets/SpinBox.py:295
↓ 28 callersMethodsize
Return the size (w,h) of the ROI.
pyqtgraph/graphicsItems/ROI.py:254
↓ 28 callersMethodupdate
Indicates that this item needs to be redrawn, and schedules an update with the view it is displayed in.
pyqtgraph/opengl/GLGraphicsItem.py:279
↓ 27 callersMethodenableAutoRange
Enable (or disable) auto-range for *axis*, which may be ViewBox.XAxis, ViewBox.YAxis, or ViewBox.XYAxes for both (if *axis* is omitte
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:852
↓ 27 callersMethodscenePos
Return the current scene position of the mouse.
pyqtgraph/GraphicsScene/mouseEvents.py:322
↓ 26 callersFunction_makeARGB
(*args, **kwds)
tests/test_makeARGB.py:18
↓ 26 callersMethodinsert
(self, new, pos=None, neighbor=None)
pyqtgraph/dockarea/DockArea.py:149
↓ 25 callersMethodgetState
(self)
pyqtgraph/graphicsItems/ROI.py:202
↓ 25 callersMethodname
Return the name of this Parameter.
pyqtgraph/parametertree/Parameter.py:243
↓ 24 callersMethodclose
Remove this dock from the DockArea it lives inside.
pyqtgraph/dockarea/Dock.py:231
↓ 24 callersMethodparent
Return the parent of this parameter.
pyqtgraph/parametertree/Parameter.py:712
↓ 24 callersMethodremove
Remove this parameter from its parent's child list
pyqtgraph/parametertree/Parameter.py:716
↓ 24 callersMethodsetAspectLocked
(self, s)
pyqtgraph/widgets/GraphicsView.py:325
↓ 24 callersMethodsetBrush
Set the brush used to draw the legend background. Accepts the same arguments as :func:`~pyqtgraph.mkBrush`.
pyqtgraph/graphicsItems/LegendItem.py:152
↓ 24 callersMethodsetFont
Set the font for this text. See QtWidgets.QGraphicsTextItem.setFont().
pyqtgraph/graphicsItems/TextItem.py:122
↓ 24 callersMethodsetXRange
(self, r, padding=0.05)
pyqtgraph/widgets/GraphicsView.py:300
↓ 23 callersMethodautoRange
Auto scale and pan the view around the image such that the image fills the view.
pyqtgraph/imageview/ImageView.py:482
↓ 23 callersMethodcopy
Return a copy of this library.
pyqtgraph/flowchart/NodeLibrary.py:65
↓ 23 callersMethodsetImage
Set the image to be displayed in the widget. Parameters ---------- img : np.ndarray The image to be disp
pyqtgraph/imageview/ImageView.py:255
next →1–100 of 4,033, ranked by callers