File: scheme.node.rst

package info (click to toggle)
orange-canvas-core 0.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,732 kB
  • sloc: python: 32,014; makefile: 11; sh: 11
file content (26 lines) | stat: -rw-r--r-- 536 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
.. scheme-node:

======================
Scheme Node (``node``)
======================

.. automodule:: orangecanvas.scheme.node


.. autoclass:: SchemeNode
   :members:
   :exclude-members:
      title_changed,
      position_changed,
      progress_changed,
      processing_state_changed
   :member-order: bysource
   :show-inheritance:

   .. autoattribute:: title_changed(title)

   .. autoattribute:: position_changed((x, y))

   .. autoattribute:: progress_changed(progress)

   .. autoattribute:: processing_state_changed(state)