File: uml_overview.rst

package info (click to toggle)
python-pyqtgraph 0.13.7-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,072 kB
  • sloc: python: 54,043; makefile: 127; ansic: 40; sh: 2
file content (38 lines) | stat: -rw-r--r-- 1,031 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
:html_theme.sidebar_secondary.remove:

UML class diagram
=================

.. _uml_diagram:

The UML class diagram below gives an overview of the most important classes and their relations.

The green boxes represent Qt classes, the purple boxes are PyQtGraph classes.

The black arrows indicate inheritance between two classes (with the parent class always above the child classes.)

The gray lines with the diamonds indicate an aggregation relation. For example the :class:`PlotDataItem <pyqtgraph.PlotDataItem>` class has a ``curve`` attribute that is a reference to a :class:`PlotCurveItem <pyqtgraph.PlotCurveItem>` object.


.. If it's stupid, and it works, it's not stupid
.. Inlining SVG code, not using <img> tags so nodes can act as links and be clicked

.. raw:: html

	<div class="only-dark">

.. raw:: html
	:file: ../images/overview_uml-dark_mode.svg

.. raw:: html

	</div><div class="only-light">

.. raw:: html
	:file: ../images/overview_uml-light_mode.svg

.. raw:: html

	</div>

.. end of not stupid stupidity