.. highlight:: python

========
Features
========

.. seealso::

   :ref:`Notifications`:
      The Features object uses notifications to notify observers of changes.

Tasks
-----

Feature Text
""""""""""""

* :attr:`~defcon.Features.text`

Notifications
"""""""""""""

* :attr:`~defcon.Features.dispatcher`
* :meth:`~defcon.Features.addObserver`
* :meth:`~defcon.Features.removeObserver`
* :meth:`~defcon.Features.hasObserver`

Parent
""""""

* :meth:`~defcon.Features.getParent`
* :meth:`~defcon.Features.setParent`

Features
^^^^^^^^

.. module:: defcon
.. autoclass:: Features
   :inherited-members:
   :members:

