Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 735 Bytes

document.schemeedit.rst

File metadata and controls

34 lines (24 loc) · 735 Bytes

Scheme Editor (:mod:`schemeedit`)

.. automodule:: orangecanvas.document.schemeedit


.. autoclass:: SchemeEditWidget
   :members:
   :exclude-members:
      undoAvailable,
      redoAvailable,
      modificationChanged,
      undoCommandAdded,
      selectionChanged,
      titleChanged,
      pathChanged,
      onNewLink
   :member-order: bysource
   :show-inheritance:

   .. autoattribute:: undoAvailable(bool)

   .. autoattribute:: redoAvailable(bool)

   .. autoattribute:: modificationChanged(bool)

   .. autoattribute:: undoCommandAdded()

   .. autoattribute:: selectionChanged()

   .. autoattribute:: titleChanged()

   .. autoattribute:: pathChanged()