MCPcopy Index your code

hub / github.com/pyqtgraph/pyqtgraph / types & classes

Types & classes441 in github.com/pyqtgraph/pyqtgraph

↓ 222 callersClassPoint
Extension of QPointF which adds a few missing methods.
pyqtgraph/Point.py:12
↓ 28 callersClassVector
Extension of QVector3D which adds a few helpful methods.
pyqtgraph/Vector.py:12
↓ 14 callersClassColorMap
ColorMap(pos, color, mapping=ColorMap.CLIP) ColorMap stores a mapping of specific data values to colors, for example: | 0.0 → black
pyqtgraph/colormap.py:337
↓ 13 callersClassGLGraphicsItem
pyqtgraph/opengl/GLGraphicsItem.py:28
↓ 11 callersClassTickSpec
Specifies the properties for a set of date ticks and computes ticks within a given utc timestamp range
pyqtgraph/graphicsItems/DateAxisItem.py:94
↓ 10 callersClassDock
pyqtgraph/dockarea/Dock.py:8
↓ 10 callersClassFailedImport
Used to defer ImportErrors until we are sure the module is needed.
pyqtgraph/Qt/__init__.py:60
↓ 9 callersClassInteractor
pyqtgraph/parametertree/interactive.py:206
↓ 9 callersClassMatplotlibWidget
Implements a Matplotlib figure inside a QWidget. Use getFigure() and redraw() to interact with matplotlib. Example:: mw = Matpl
pyqtgraph/widgets/MatplotlibWidget.py:11
↓ 9 callersClassSpinBox
**Bases:** QtWidgets.QAbstractSpinBox Extension of QSpinBox widget for selection of a numerical value. Adds many extra features
pyqtgraph/widgets/SpinBox.py:13
↓ 8 callersClassClosedError
Raised when an event handler receives a request to close the connection or discovers that the connection has been closed.
pyqtgraph/multiprocess/remoteproxy.py:17
↓ 8 callersClassLinearRegionItem
**Bases:** :class:`GraphicsObject <pyqtgraph.GraphicsObject>` Used for marking a horizontal or vertical region in plots. The region
pyqtgraph/graphicsItems/LinearRegionItem.py:9
↓ 8 callersClassSignalProxy
Object which collects rapid-fire signals and condenses them into a single signal or a rate-limited stream of signals. Used, for example, to pr
pyqtgraph/SignalProxy.py:11
↓ 7 callersClassFragmentShader
pyqtgraph/opengl/shaders.py:291
↓ 7 callersClassFrameCounter
pyqtgraph/examples/utils.py:144
↓ 7 callersClassLens
pyqtgraph/examples/optics/pyoptic.py:210
↓ 7 callersClassPlotCurveItem
Class representing a single plot curve. Instances of this class are created automatically as part of :class:`PlotDataItem <pyqtgraph.PlotData
pyqtgraph/graphicsItems/PlotCurveItem.py:213
↓ 7 callersClassSRTTransform
Transform that can always be represented as a combination of 3 matrices: scale * rotate * translate This transform has no shear; angles are always
pyqtgraph/SRTTransform.py:10
↓ 7 callersClassShaderProgram
pyqtgraph/opengl/shaders.py:298
↓ 7 callersClassTransform3D
Extension of QMatrix4x4 with some helpful methods added.
pyqtgraph/Transform3D.py:8
↓ 7 callersClassVertexShader
pyqtgraph/opengl/shaders.py:287
↓ 7 callersClassZoomLevel
Generates the ticks which appear in a specific zoom level
pyqtgraph/graphicsItems/DateAxisItem.py:141
↓ 6 callersClassGLLinePlotItem
Draws line plots in 3D.
pyqtgraph/opengl/items/GLLinePlotItem.py:25
↓ 6 callersClassInfiniteLine
**Bases:** :class:`GraphicsObject <pyqtgraph.GraphicsObject>` Displays a line of infinite length. This line may be dragged to indicate a
pyqtgraph/graphicsItems/InfiniteLine.py:16
↓ 6 callersClassInteractiveFunction
``interact`` can be used with regular functions. However, when they are connected to changed or changing signals, there is no way to access t
pyqtgraph/parametertree/interactive.py:34
↓ 6 callersClassMirror
pyqtgraph/examples/optics/pyoptic.py:277
↓ 6 callersClassNonUniformImage
**Bases:** :class:`GraphicsObject <pyqtgraph.GraphicsObject>` GraphicsObject displaying an image with non-uniform sample points. It's co
pyqtgraph/graphicsItems/NonUniformImage.py:13
↓ 6 callersClassParameterTree
Widget used to display or control data from a hierarchy of Parameters
pyqtgraph/parametertree/ParameterTree.py:7
↓ 6 callersClassParseError
pyqtgraph/configfile.py:29
↓ 6 callersClassRay
Represents a single straight segment of a ray
pyqtgraph/examples/optics/pyoptic.py:464
↓ 6 callersClassSignalBlock
Class used to temporarily block a Qt signal connection:: with SignalBlock(signal, slot): # do something that emits a signal; it w
pyqtgraph/functions.py:3215
↓ 5 callersClassGraphIcon
An icon place holder for lazy loading of QIcons The icon must reside in the icons folder and the path refers to the full name including suffi
pyqtgraph/icons/__init__.py:11
↓ 5 callersClassMeshData
Class for storing and operating on 3D mesh data. May contain: - list of vertex locations - list of edges - list of triangl
pyqtgraph/opengl/MeshData.py:6
↓ 4 callersClassDataSource
source of buffered demonstration data
pyqtgraph/examples/ColorGradientPlots.py:14
↓ 4 callersClassFileDialog
pyqtgraph/widgets/FileDialog.py:7
↓ 4 callersClassReceiver
tests/test_signalproxy.py:14
↓ 4 callersClassSender
tests/test_signalproxy.py:7
↓ 4 callersClassTracer
Simple ray tracer. Initialize with a list of rays and optics; calling trace() will cause rays to be extended by propagating them t
pyqtgraph/examples/optics/pyoptic.py:552
↓ 4 callersClassViewBox
**Bases:** :class:`GraphicsWidget <pyqtgraph.GraphicsWidget>` Box that allows internal scaling/panning of children by mouse drag. This c
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:74
↓ 3 callersClassColorMapMenu
pyqtgraph/widgets/ColorMapMenu.py:129
↓ 3 callersClassDataTreeWidget
Widget for displaying hierarchical python data structures (eg, nested dicts, lists, and arrays)
pyqtgraph/widgets/DataTreeWidget.py:13
↓ 3 callersClassDockArea
pyqtgraph/dockarea/DockArea.py:9
↓ 3 callersClassFakeSignal
tests/graphicsItems/test_AxisItem.py:51
↓ 3 callersClassFeedbackButton
QPushButton which flashes success/failure indication for slow or asynchronous procedures.
pyqtgraph/widgets/FeedbackButton.py:5
↓ 3 callersClassGLAxisItem
**Bases:** :class:`GLGraphicsItem <pyqtgraph.opengl.GLGraphicsItem.GLGraphicsItem>` Displays three lines indicating origin and orientati
pyqtgraph/opengl/items/GLAxisItem.py:9
↓ 3 callersClassImageExporter
pyqtgraph/exporters/ImageExporter.py:13
↓ 3 callersClassLabelItem
GraphicsWidget displaying text. Used mainly as axis labels, titles, etc. Note: To display text inside a scaled view (ViewBox, PlotWi
pyqtgraph/graphicsItems/LabelItem.py:9
↓ 3 callersClassMatplotlibExporter
pyqtgraph/exporters/Matplotlib.py:55
↓ 3 callersClassMouseEvent
pyqtgraph/widgets/RemoteGraphicsView.py:29
↓ 3 callersClassNoEq
tests/test_functions.py:168
↓ 3 callersClassPlotDataItem
PlotDataItem is PyQtGraph's primary way to plot 2D data. It provides a unified interface for displaying plot curves, scatter plots, or b
pyqtgraph/graphicsItems/PlotDataItem.py:214
↓ 3 callersClassPlotDataset
Holds collected information for a plottable dataset. Numpy arrays containing x and y coordinates are available as ``dataset.x`` and
pyqtgraph/graphicsItems/PlotDataItem.py:56
↓ 3 callersClassPlotWidget
pyqtgraph/widgets/PlotWidget.py:12
↓ 3 callersClassQtEnumParameter
pyqtgraph/parametertree/parameterTypes/qtenum.py:7
↓ 3 callersClassScatterPlotItem
Displays a set of x/y points. Instances of this class are created automatically as part of PlotDataItem; these rarely need to be instantiated
pyqtgraph/graphicsItems/ScatterPlotItem.py:334
↓ 3 callersClassWidgetGroup
State manager for groups of widgets. WidgetGroup handles common problems that arise when dealing with groups of widgets like a control panel:
pyqtgraph/WidgetGroup.py:59
↓ 2 callersClassAnimation
pyqtgraph/examples/relativity/relativity.py:645
↓ 2 callersClassAxisItem
GraphicsItem showing a single plot axis with ticks, values, and label. Can be configured to fit on any side of a plot, automatically syn
pyqtgraph/graphicsItems/AxisItem.py:16
↓ 2 callersClassCanceledError
Raised when the progress dialog is canceled during a processing operation.
pyqtgraph/multiprocess/parallelizer.py:11
↓ 2 callersClassChecklistParameterItem
Wraps a :class:`GroupParameterItem` to manage ``bool`` parameter children. Also provides convenience buttons to select or clear all values at
pyqtgraph/parametertree/parameterTypes/checklist.py:10
↓ 2 callersClassCircleSurface
pyqtgraph/examples/optics/pyoptic.py:365
↓ 2 callersClassCircularSolid
GraphicsObject with two circular or flat surfaces.
pyqtgraph/examples/optics/pyoptic.py:309
↓ 2 callersClassClockParam
pyqtgraph/examples/relativity/relativity.py:205
↓ 2 callersClassColorButton
**Bases:** QtWidgets.QPushButton Button displaying a color and allowing the user to select a new color. ======================
pyqtgraph/widgets/ColorButton.py:6
↓ 2 callersClassColorMapParameter
pyqtgraph/widgets/ColorMapWidget.py:53
↓ 2 callersClassConnectionItem
pyqtgraph/flowchart/Terminal.py:460
↓ 2 callersClassDataFilterParameter
A parameter group that specifies a set of filters to apply to tabular data.
pyqtgraph/widgets/DataFilterWidget.py:44
↓ 2 callersClassDirtyFlag
pyqtgraph/opengl/items/GLScatterPlotItem.py:20
↓ 2 callersClassDirtyFlag
pyqtgraph/opengl/items/GLLinePlotItem.py:20
↓ 2 callersClassDockDrop
Provides dock-dropping methods
pyqtgraph/dockarea/DockDrop.py:6
↓ 2 callersClassEmitter
WidgetParameterItem is not a QObject, so create a QObject wrapper that items can use for emitting
pyqtgraph/parametertree/parameterTypes/basetypes.py:436
↓ 2 callersClassExampleLoader
pyqtgraph/examples/ExampleApp.py:297
↓ 2 callersClassFakeView
tests/graphicsItems/test_AxisItem.py:63
↓ 2 callersClassFileForwarder
Background thread that forwards data from one pipe to another. This is used to catch data from stdout/stderr of the child process and pr
pyqtgraph/multiprocess/processes.py:492
↓ 2 callersClassFlowchart
pyqtgraph/flowchart/Flowchart.py:27
↓ 2 callersClassGLGridItem
**Bases:** :class:`GLGraphicsItem <pyqtgraph.opengl.GLGraphicsItem.GLGraphicsItem>` Displays a wire-frame grid.
pyqtgraph/opengl/items/GLGridItem.py:10
↓ 2 callersClassGLScatterPlotItem
Draws points at a list of 3D positions.
pyqtgraph/opengl/items/GLScatterPlotItem.py:26
↓ 2 callersClassGradientEditorItem
**Bases:** :class:`TickSliderItem <pyqtgraph.TickSliderItem>` An item that can be used to define a color gradient. Implements common pre
pyqtgraph/graphicsItems/GradientEditorItem.py:377
↓ 2 callersClassGradientWidget
Widget displaying an editable color gradient. The user may add, move, recolor, or remove colors from the gradient. Additionally, a context me
pyqtgraph/widgets/GradientWidget.py:8
↓ 2 callersClassGraphicsLayout
Used for laying out GraphicsWidgets in a grid. This is usually created automatically as part of a :class:`GraphicsLayoutWidget <pyqtgraph.Gra
pyqtgraph/graphicsItems/GraphicsLayout.py:11
↓ 2 callersClassGraphicsView
jupyter_rfb.RemoteFrameBuffer sub-class that wraps around :class:`GraphicsView <pyqtgraph.GraphicsView>`. Generally speaking, there is no Qt
pyqtgraph/jupyter/GraphicsView.py:44
↓ 2 callersClassHDF5Exporter
pyqtgraph/exporters/HDF5Exporter.py:17
↓ 2 callersClassHoverEvent
Instances of this class are delivered to items in a :class:`GraphicsScene <pyqtgraph.GraphicsScene>` via their hoverEvent() method when the mouse
pyqtgraph/GraphicsScene/mouseEvents.py:246
↓ 2 callersClassImageItem
Graphics object used to display image data. ImageItem can render images with 1, 3 or 4 channels, use lookup tables to apply false colors
pyqtgraph/graphicsItems/ImageItem.py:24
↓ 2 callersClassLocalObjectProxy
Used for wrapping local objects to ensure that they are send by proxy to a remote host. Note that 'proxy' is just a shorter alias for LocalOb
pyqtgraph/multiprocess/remoteproxy.py:677
↓ 2 callersClassMenuBox
This class draws a rectangular area. Right-clicking inside the area will raise a custom context menu which also includes the context menus of
pyqtgraph/examples/contextMenu.py:38
↓ 2 callersClassMouseClickEvent
Instances of this class are delivered to items in a :class:`GraphicsScene <pyqtgraph.GraphicsScene>` via their mouseClickEvent() method when the
pyqtgraph/GraphicsScene/mouseEvents.py:155
↓ 2 callersClassMutex
Subclass of QMutex that provides useful debugging information during deadlocks--tracebacks are printed for both the code location that is
pyqtgraph/util/mutex.py:6
↓ 2 callersClassNoResultError
Raised when a request for the return value of a remote call fails because the call has not yet returned.
pyqtgraph/multiprocess/remoteproxy.py:22
↓ 2 callersClassNode
Node represents the basic processing unit of a flowchart. A Node subclass implements at least: 1) A list of input / output terminal
pyqtgraph/flowchart/Node.py:17
↓ 2 callersClassNodeLibrary
A library of flowchart Node types. Custom libraries may be built to provide each flowchart with a specific set of allowed Node types.
pyqtgraph/flowchart/NodeLibrary.py:16
↓ 2 callersClassNotEq
tests/test_functions.py:157
↓ 2 callersClassObj
pyqtgraph/examples/GraphicsScene.py:9
↓ 2 callersClassObjectProxy
Proxy to an object stored by the remote process. Proxies are created by calling Process._import(), Process.transfer(), or by requesting/calli
pyqtgraph/multiprocess/remoteproxy.py:749
↓ 2 callersClassParameterControlledButton
pyqtgraph/parametertree/parameterTypes/action.py:6
↓ 2 callersClassPlotItem
GraphicsWidget implementing a standard 2D plotting area with axes. **Bases:** :class:`GraphicsWidget <pyqtgraph.GraphicsWidget>` Th
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:32
↓ 2 callersClassPlotROI
pyqtgraph/imageview/ImageView.py:42
↓ 2 callersClassPythonHighlighter
Syntax highlighter for the Python language.
pyqtgraph/examples/ExampleApp.py:124
↓ 2 callersClassRelativityGUI
pyqtgraph/examples/relativity/relativity.py:15
↓ 2 callersClassSignalEmitter
pyqtgraph/examples/console_exception_inspection.py:111
next →1–100 of 441, ranked by callers