6.41. umbra.components.factory.preferencesManager.preferencesManager

preferencesManager.py

Platform:
Windows, Linux, Mac Os X.
Description:
This module defines the PreferencesManager Component Interface class.

Others:

6.41.1. Module Attributes

umbra.components.factory.preferencesManager.preferencesManager.LOGGER
umbra.components.factory.preferencesManager.preferencesManager.COMPONENT_UI_FILE

6.41.2. Classes

class umbra.components.factory.preferencesManager.preferencesManager.PreferencesManager(parent=None, name=None, *args, **kwargs)[source]

Bases: manager.qwidgetComponent.QWidgetComponent

This class is the umbra.components.factory.preferencesManager.preferencesManager Component Interface class.
It exposes Application preferences inside a dedicated QDockWidget window.
Parameters:
  • parent – Object parent. ( QObject )
  • name – Component name. ( String )
  • *args – Arguments. ( * )
  • **kwargs – Keywords arguments. ( ** )
dockArea[source]

This method is the property for self.__dockArea attribute.

Returns:self.__dockArea. ( Integer )
engine[source]

This method is the property for self.__engine attribute.

Returns:self.__engine. ( QObject )
settings[source]

This method is the property for self.__settings attribute.

Returns:self.__settings. ( QSettings )
activate(engine)[source]

This method activates the Component.

Parameters:engine – Engine to attach the Component to. ( QObject )
Returns:Method success. ( Boolean )
deactivate()[source]

This method deactivates the Component.

initializeUi()[source]

This method initializes the Component ui.

Returns:Method success. ( Boolean )
uninitializeUi()[source]

This method uninitializes the Component ui.

addWidget()[source]

This method adds the Component Widget to the engine.

Returns:Method success. ( Boolean )
removeWidget()[source]

This method removes the Component Widget from the engine.

setLoggingFormatter()[source]

This method sets the logging formatter.