.. include:: headings.inc .. module:: tools.XRCed.component .. currentmodule:: tools.XRCed.component .. highlight:: python .. _tools.XRCed.component: ========================================================================================================================================== |phoenix_title| **component** ========================================================================================================================================== Component plugin classes. This module defines base classes and for deriving component plugin classes and contains some global variables used to register components with XRCed. Components are objects of Component class or one of the derived classes used to define specialized components (such as sizers). After a component object is constructed and configured it can be registered using the Manager global object. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for module **component** .. raw:: html

Inheritance diagram of component

| |class_summary| Classes Summary =============================== ================================================================================ ================================================================================ :ref:`tools.XRCed.component._ComponentManager` Component manager used to register component plugins. :ref:`tools.XRCed.component.BoxSizer` Sizers are not windows and have common implicit node. :ref:`tools.XRCed.component.Component` Base class for component plugins. :ref:`tools.XRCed.component.Container` Base class for containers. :ref:`tools.XRCed.component.RootComponent` Special root component. :ref:`tools.XRCed.component.SimpleComponent` Component without window attributes and styles. :ref:`tools.XRCed.component.SimpleContainer` Container without window attributes and styles. :ref:`tools.XRCed.component.Sizer` Sizers are not windows and have common implicit node. :ref:`tools.XRCed.component.SmartContainer` Base class for containers with implicit nodes. ================================================================================ ================================================================================ | .. toctree:: :maxdepth: 1 :hidden: tools.XRCed.component._ComponentManager tools.XRCed.component.BoxSizer tools.XRCed.component.Component tools.XRCed.component.Container tools.XRCed.component.RootComponent tools.XRCed.component.SimpleComponent tools.XRCed.component.SimpleContainer tools.XRCed.component.Sizer tools.XRCed.component.SmartContainer