componentsManagerUi.py
Others:
Bases: manager.qwidgetComponent.QWidgetComponent
Initializes the class.
| Parameters: | 
 | 
|---|
This signal is emited by the ComponentsManagerUi class when ComponentsManagerUi.model class property model Nodes nodes needs to be refreshed. ( pyqtSignal )
This signal is emited by the ComponentsManagerUi class when a Component is activated. ( pyqtSignal )
| Returns: | Activated Component name. | 
|---|---|
| Return type: | unicode | 
This signal is emited by the ComponentsManagerUi class when a Component is deactivated. ( pyqtSignal )
| Returns: | Deactivated Component name. | 
|---|---|
| Return type: | unicode | 
This signal is emited by the ComponentsManagerUi class when a Component is reloaded. ( pyqtSignal )
| Returns: | Reloaded Component name. | 
|---|---|
| Return type: | unicode | 
Property for self.__uiResourcesDirectory attribute.
| Returns: | self.__uiResourcesDirectory. | 
|---|---|
| Return type: | unicode | 
Property for self.__uiActivatedImage attribute.
| Returns: | self.__uiActivatedImage. | 
|---|---|
| Return type: | unicode | 
Property for self.__uiDeactivatedImage attribute.
| Returns: | self.__uiDeactivatedImage. | 
|---|---|
| Return type: | unicode | 
Property for self.__uiCategoryAffixe attribute.
| Returns: | self.__uiCategoryAffixe. | 
|---|---|
| Return type: | unicode | 
Property for self.__settings attribute.
| Returns: | self.__settings. | 
|---|---|
| Return type: | QSettings | 
Property for self.__model attribute.
| Returns: | self.__model. | 
|---|---|
| Return type: | ComponentsModel | 
Property for self.__treeViewInnerMargins attribute.
| Returns: | self.__treeViewInnerMargins. | 
|---|---|
| Return type: | int | 
Property for self.__componentsInformationsDefaultText attribute.
| Returns: | self.__componentsInformationsDefaultText. | 
|---|---|
| Return type: | unicode | 
Property for self.__componentsInformationsText attribute.
| Returns: | self.__componentsInformationsText. | 
|---|---|
| Return type: | unicode | 
Activates the Component.
| Parameters: | engine (QObject) – Engine to attach the Component to. | 
|---|---|
| Returns: | Method success. | 
| Return type: | bool | 
Adds the Component Widget to the engine.
| Returns: | Method success. | 
|---|---|
| Return type: | bool | 
Defines the slot triggered by Framework startup.
| Returns: | Method success. | 
|---|---|
| Return type: | bool | 
Activates user selected Components.
| Returns: | Method success. | 
|---|---|
| Return type: | bool | 
| Note: | May require user interaction. | 
Deactivates user selected Components.
| Returns: | Method success. | 
|---|---|
| Return type: | bool | 
| Note: | May require user interaction. | 
Reloads user selected Components.
| Returns: | Method success. | 
|---|---|
| Return type: | bool | 
| Note: | May require user interaction. | 
Activates given Component.
| Parameters: | name (unicode) – Component name. | 
|---|---|
| Returns: | Method success. | 
| Return type: | bool | 
Deactivates given Component.
| Parameters: | name (unicode) – Component name. | 
|---|---|
| Returns: | Method success. | 
| Return type: | bool | 
Reloads given Component.
| Parameters: | name (unicode) – Component name. | 
|---|---|
| Returns: | Method success. | 
| Return type: | bool | 
Returns the View selected nodes.
| Returns: | View selected nodes. | 
|---|---|
| Return type: | dict |