.. highlight:: python

======
Anchor
======

.. seealso::

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

Tasks
-----

Position
""""""""

* :attr:`~defcon.Anchor.x`
* :attr:`~defcon.Anchor.y`

Name
""""

* :attr:`~defcon.Anchor.name`

Move
""""

* :attr:`~defcon.Anchor.move`

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

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

Parent
""""""

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

Anchor
^^^^^^

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

