inspector.py
Others:
Bases: foundations.dataStructures.Structure
This class represents a storage object for an Ibl Set Plate.
Parameters: | kwargs – name, icon, previewImage, image ( Key / Value pairs ) |
---|
Bases: foundations.dataStructures.Structure
This class represents a storage object for an Ibl Set light.
Parameters: | kwargs – name, color, uCoordinate, vCoordinate ( Key / Value pairs ) |
---|
Bases: manager.qwidgetComponent.QWidgetComponent
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 )
This method is the property for self.__uiResourcesDirectory attribute.
Returns: | self.__uiResourcesDirectory. ( String ) |
---|
This method is the property for self.__uiPreviousImage attribute.
Returns: | self.__uiPreviousImage. ( String ) |
---|
This method is the property for self.__uiNextImage attribute.
Returns: | self.__uiNextImage. ( String ) |
---|
This method is the property for self.__dockArea attribute.
Returns: | self.__dockArea. ( Integer ) |
---|
This method is the property for self.__listViewIconSize attribute.
Returns: | self.__listViewIconSize. ( Integer ) |
---|
This method is the property for self.__engine attribute.
Returns: | self.__engine. ( QObject ) |
---|
This method is the property for self.__iblSetsOutliner attribute.
Returns: | self.__iblSetsOutliner. ( QWidget ) |
---|
This method is the property for self.__sectionsFileParsersCache attribute.
Returns: | self.__sectionsFileParsersCache. ( Cache ) |
---|
This method is the property for self.__model attribute.
Returns: | self.__model. ( PlatesModel ) |
---|
This method is the property for self.__view attribute.
Returns: | self.__view. ( QWidget ) |
---|
This method is the property for self.__activeIblSet attribute.
Returns: | self.__activeIblSet. ( IblSet ) |
---|
This method is the property for self.__inspectorPlates attribute.
Returns: | self.__inspectorPlates. ( Dictionary ) |
---|
This method is the property for self.__noPreviewImageText attribute.
Returns: | self.__noPreviewImageText. ( String ) |
---|
This method is the property for self.__noActiveIblSetText attribute.
Returns: | self.__noActiveIblSetText. ( String ) |
---|
This method is the property for self.__activeIblSetToolTipText attribute.
Returns: | self.__activeIblSetToolTipText. ( String ) |
---|
This method is the property for self.__lightLabelRadius attribute.
Returns: | self.__lightLabelRadius. ( Integer ) |
---|
This method is the property for self.__lightLabelTextOffset attribute.
Returns: | self.__lightLabelTextOffset. ( Integer ) |
---|
This method is the property for self.__lightLabelTextMargin attribute.
Returns: | self.__lightLabelTextMargin. ( Integer ) |
---|
This method is the property for self.__lightLabelTextHeight attribute.
Returns: | self.__lightLabelTextHeight. ( Integer ) |
---|
This method is the property for self.__lightLabelTextFont attribute.
Returns: | self.__lightLabelTextFont. ( String ) |
---|
This method is the property for self.__unnamedLightName attribute.
Returns: | self.__unnamedLightName. ( 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 loops through sibl_gui.components.core.iblSetsOutliner.iblSetsOutliner Component Ibl Sets.
Parameters: | backward – Looping backward. ( Boolean ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method loops through sibl_gui.components.core.inspector.inspector Component Ibl Set Plates.
Parameters: | backward – Looping backward. ( Boolean ) |
---|---|
Returns: | Method success. ( Boolean ) |