componentsManagerUi.py
Others:
Bases: manager.qwidgetComponent.QWidgetComponent
| 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. ( String ) |
|---|
This signal is emited by the ComponentsManagerUi class when a Component is deactivated. ( pyqtSignal )
| Returns: | Deactivated Component name. ( String ) |
|---|
This signal is emited by the ComponentsManagerUi class when a Component is reloaded. ( pyqtSignal )
| Returns: | Reloaded Component name. ( String ) |
|---|
This method is the property for self.__uiResourcesDirectory attribute.
| Returns: | self.__uiResourcesDirectory. ( String ) |
|---|
This method is the property for self.__uiActivatedImage attribute.
| Returns: | self.__uiActivatedImage. ( String ) |
|---|
This method is the property for self.__uiDeactivatedImage attribute.
| Returns: | self.__uiDeactivatedImage. ( String ) |
|---|
This method is the property for self.__uiCategoryAffixe attribute.
| Returns: | self.__uiCategoryAffixe. ( String ) |
|---|
This method is the property for self.__dockArea attribute.
| Returns: | self.__dockArea. ( Integer ) |
|---|
This method is the property for self.__engine attribute.
| Returns: | self.__engine. ( QObject ) |
|---|
This method is the property for self.__settings attribute.
| Returns: | self.__settings. ( QSettings ) |
|---|
This method is the property for self.__model attribute.
| Returns: | self.__model. ( ComponentsModel ) |
|---|
This method is the property for self.__view attribute.
| Returns: | self.__view. ( QWidget ) |
|---|
This method is the property for self.__headers attribute.
| Returns: | self.__headers. ( List ) |
|---|
This method is the property for self.__treeViewInnerMargins attribute.
| Returns: | self.__treeViewInnerMargins. ( Integer ) |
|---|
This method is the property for self.__componentsInformationsDefaultText attribute.
| Returns: | self.__componentsInformationsDefaultText. ( String ) |
|---|
This method is the property for self.__componentsInformationsText attribute.
| Returns: | self.__componentsInformationsText. ( String ) |
|---|
This method activates the Component.
| Parameters: | engine – Engine to attach the Component to. ( QObject ) |
|---|---|
| Returns: | Method success. ( Boolean ) |
This decorator is used for exceptions handling.
| Parameters: |
|
|---|
This method initializes the Component ui.
| Returns: | Method success. ( Boolean ) |
|---|
This decorator is used for exceptions handling.
| Parameters: |
|
|---|
This method adds the Component Widget to the engine.
| Returns: | Method success. ( Boolean ) |
|---|
This decorator is used for exceptions handling.
| Parameters: |
|
|---|
This method is triggered on Framework startup.
| Returns: | Method success. ( Boolean ) |
|---|
This decorator is used for exceptions handling.
| Parameters: |
|
|---|
This decorator is used for exceptions handling.
| Parameters: |
|
|---|
This decorator is used for exceptions handling.
| Parameters: |
|
|---|
This decorator is used for exceptions handling.
| Parameters: |
|
|---|
This decorator is used for exceptions handling.
| Parameters: |
|
|---|
This decorator is used for exceptions handling.
| Parameters: |
|
|---|
This method lists the Components names.
| Returns: | Components names. ( List ) |
|---|
This method returns the View selected nodes.
| Returns: | View selected nodes. ( Dictionary ) |
|---|