preview.py
Others:
Bases: manager.qwidgetComponent.QWidgetComponent
| Parameters: |
|
|---|
This method is the property for self.__uiResourcesDirectory attribute.
| Returns: | self.__uiResourcesDirectory. ( String ) |
|---|
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.__settingsSection attribute.
| Returns: | self.__settingsSection. ( String ) |
|---|
This method is the property for self.__preferencesManager attribute.
| Returns: | self.__preferencesManager. ( QWidget ) |
|---|
This method is the property for self.__iblSetsOutliner attribute.
| Returns: | self.__iblSetsOutliner. ( QWidget ) |
|---|
This method is the property for self.__inspector attribute.
| Returns: | self.__inspector. ( QWidget ) |
|---|
This method is the property for self.__imagesPreviewers attribute.
| Returns: | self.__imagesPreviewers. ( List ) |
|---|
This method is the property for self.__maximumImagesPreviewersInstances attribute.
| Returns: | self.__maximumImagesPreviewersInstances. ( Integer ) |
|---|
This method is the property for self.__inspectorButtons attribute.
| Returns: | self.__inspectorButtons. ( Dictionary ) |
|---|
This method activates the Component.
| Parameters: | engine – Engine to attach the Component to. ( QObject ) |
|---|---|
| Returns: | Method success. ( Boolean ) |
This method initializes the Component ui.
| Returns: | Method success. ( Boolean ) |
|---|
This method uninitializes the Component ui.
| Returns: | Method success. ( Boolean ) |
|---|
This method adds the Component Widget to the engine.
| Returns: | Method success. ( Boolean ) |
|---|
This method removes the Component Widget from the engine.
| Returns: | Method success. ( Boolean ) |
|---|
This method launches selected Ibl Sets Images Previewer.
| Parameters: |
|
|---|---|
| Returns: | Method success. ( Boolean ) |
| Note : | This method may require user interaction. |
This method launches sibl_gui.components.core.inspector.inspector Component Ibl Set Images Previewer.
| Parameters: |
|
|---|---|
| Returns: | Method success. ( Boolean ) |
| Note : | This method may require user interaction. |
This method launches an Ibl Set Images Previewer.
| Parameters: |
|
|---|
This method adds an Images Previewer.
| Parameters: | imagesPreviewer – Images Previewer. ( ImagesPreviewer ) |
|---|---|
| Returns: | Method success. ( Boolean ) |
This method removes an Images Previewer.
| Parameters: | imagesPreviewer – Images Previewer. ( ImagesPreviewer ) |
|---|
This method launches an Images Previewer.
| Parameters: | paths – Images paths. ( List ) |
|---|---|
| Returns: | Method success. ( Boolean ) |