Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 536 Bytes

scheme.node.rst

File metadata and controls

26 lines (18 loc) · 536 Bytes

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)