inspector.py
Others:
Bases: foundations.dataStructures.Structure
Defines a storage object for an Ibl Set Plate.
Initializes the class.
Parameters: | kwargs (dict) – name, icon, previewImage, image |
---|
Bases: foundations.dataStructures.Structure
Defines a storage object for an Ibl Set light.
Initializes the class.
Parameters: | kwargs (dict) – name, color, uCoordinate, vCoordinate |
---|
Bases: manager.qwidgetComponent.QWidgetComponent
Initializes the class.
Parameters: |
|
---|
This signal is emited by the Inspector class when Inspector.model class property model nodes needs to be refreshed. ( pyqtSignal )
This signal is emited by the Inspector class when the Ui needs to be refreshed. ( pyqtSignal )
This signal is emited by the Inspector class when the Ui needs to be cleared. ( pyqtSignal )
Property for self.__uiResourcesDirectory attribute.
Returns: | self.__uiResourcesDirectory. |
---|---|
Return type: | unicode |
Property for self.__uiPreviousImage attribute.
Returns: | self.__uiPreviousImage. |
---|---|
Return type: | unicode |
Property for self.__uiNextImage attribute.
Returns: | self.__uiNextImage. |
---|---|
Return type: | unicode |
Property for self.__uiLoadingImage attribute.
Returns: | self.__uiLoadingImage. |
---|---|
Return type: | unicode |
Property for self.__listViewIconSize attribute.
Returns: | self.__listViewIconSize. |
---|---|
Return type: | int |
Property for self.__iblSetsOutliner attribute.
Returns: | self.__iblSetsOutliner. |
---|---|
Return type: | QWidget |
Property for self.__sectionsFileParsersCache attribute.
Returns: | self.__sectionsFileParsersCache. |
---|---|
Return type: | Cache |
Property for self.__thumbnailsSize attribute.
Returns: | self.__thumbnailsSize. |
---|---|
Return type: | unicode |
Property for self.__activeIblSet attribute.
Returns: | self.__activeIblSet. |
---|---|
Return type: | IblSet |
Property for self.__inspectorPlates attribute.
Returns: | self.__inspectorPlates. |
---|---|
Return type: | dict |
Property for self.__noPreviewImageText attribute.
Returns: | self.__noPreviewImageText. |
---|---|
Return type: | unicode |
Property for self.__noActiveIblSetText attribute.
Returns: | self.__noActiveIblSetText. |
---|---|
Return type: | unicode |
Property for self.__activeIblSetToolTipText attribute.
Returns: | self.__activeIblSetToolTipText. |
---|---|
Return type: | unicode |
Property for self.__lightLabelRadius attribute.
Returns: | self.__lightLabelRadius. |
---|---|
Return type: | int |
Property for self.__lightLabelTextOffset attribute.
Returns: | self.__lightLabelTextOffset. |
---|---|
Return type: | int |
Property for self.__lightLabelTextMargin attribute.
Returns: | self.__lightLabelTextMargin. |
---|---|
Return type: | int |
Property for self.__lightLabelTextHeight attribute.
Returns: | self.__lightLabelTextHeight. |
---|---|
Return type: | int |
Property for self.__lightLabelTextFont attribute.
Returns: | self.__lightLabelTextFont. |
---|---|
Return type: | unicode |
Property for self.__unnamedLightName attribute.
Returns: | self.__unnamedLightName. |
---|---|
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 |
Loops through sibl_gui.components.core.iblSetsOutliner.iblSetsOutliner Component Ibl Sets.
Parameters: | backward (bool) – Looping backward. |
---|---|
Returns: | Method success. |
Return type: | bool |
Loops through sibl_gui.components.core.inspector.inspector Component Ibl Set Plates.
Parameters: | backward (bool) – Looping backward. |
---|---|
Returns: | Method success. |
Return type: | bool |