iblSetsOutliner.py
Others:
Bases: manager.qwidgetComponent.QWidgetComponent
Initializes the class.
Parameters: |
|
---|
This signal is emited by the IblSetsOutliner class when IblSetsOutliner.model class property model nodes needs to be refreshed. ( pyqtSignal )
This signal is emited by the IblSetsOutliner class when the current active View is changed. ( pyqtSignal )
Returns: | Current active view index. |
---|---|
Return type: | int |
Property for self.__uiResourcesDirectory attribute.
Returns: | self.__uiResourcesDirectory. |
---|---|
Return type: | unicode |
Property for self.__uiThumbnailsViewImage attribute.
Returns: | self.__uiThumbnailsViewImage. |
---|---|
Return type: | unicode |
Property for self.__uiColumnsViewImage attribute.
Returns: | self.__uiColumnsViewImage. |
---|---|
Return type: | unicode |
Property for self.__uiDetailsViewImage attribute.
Returns: | self.__uiDetailsViewImage. |
---|---|
Return type: | unicode |
Property for self.__uiLargestSizeImage attribute.
Returns: | self.__uiLargestSizeImage. |
---|---|
Return type: | unicode |
Property for self.__uiSmallestSizeImage attribute.
Returns: | self.__uiSmallestSizeImage. |
---|---|
Return type: | unicode |
Property for self.__uiPanoramicLoadingImage attribute.
Returns: | self.__uiPanoramicLoadingImage. |
---|---|
Return type: | unicode |
Property for self.__uiSquareLoadingImage attribute.
Returns: | self.__uiSquareLoadingImage. |
---|---|
Return type: | unicode |
Property for self.__uiSwitchThumbnailsTypeImage attribute.
Returns: | self.__uiSwitchThumbnailsTypeImage. |
---|---|
Return type: | unicode |
Property for self.__settings attribute.
Returns: | self.__settings. |
---|---|
Return type: | QSettings |
Property for self.__settingsSection attribute.
Returns: | self.__settingsSection. |
---|---|
Return type: | unicode |
Property for self.__settingsSeparator attribute.
Returns: | self.__settingsSeparator. |
---|---|
Return type: | unicode |
Property for self.__extension attribute.
Returns: | self.__extension. |
---|---|
Return type: | unicode |
Property for self.__inspectLayout attribute.
Returns: | self.__inspectLayout. |
---|---|
Return type: | unicode |
Property for self.__scriptEditor attribute.
Returns: | self.__scriptEditor. |
---|---|
Return type: | QWidget |
Property for self.__collectionsOutliner attribute.
Returns: | self.__collectionsOutliner. |
---|---|
Return type: | QWidget |
Property for self.__viewsPushButtons attribute.
Returns: | self.__viewsPushButtons. |
---|---|
Return type: | dict |
Property for self.__thumbnailsView attribute.
Returns: | self.__thumbnailsView. |
---|---|
Return type: | QListView |
Property for self.__detailsView attribute.
Returns: | self.__detailsView. |
---|---|
Return type: | QTreeView |
Property for self.__detailsViewHeaders attribute.
Returns: | self.__detailsViewHeaders. |
---|---|
Return type: | OrderedDict |
Property for self.__panoramicThumbnails attribute.
Returns: | self.__panoramicThumbnails. |
---|---|
Return type: | bool |
Property for self.__panoramicThumbnailsSize attribute.
Returns: | self.__panoramicThumbnailsSize. |
---|---|
Return type: | unicode |
Property for self.__squareThumbnailsSize attribute.
Returns: | self.__squareThumbnailsSize. |
---|---|
Return type: | unicode |
Property for self.__thumbnailsMinimumSize attribute.
Returns: | self.__thumbnailsMinimumSize. |
---|---|
Return type: | dict |
Property for self.__searchContexts attribute.
Returns: | self.__searchContexts. |
---|---|
Return type: | OrderedDict |
Property for self.__activeSearchContext attribute.
Returns: | self.__activeSearchContext. |
---|---|
Return type: | OrderedDict |
Property for self.__searchContextMenu attribute.
Returns: | self.__searchContextMenu. |
---|---|
Return type: | QMenu |
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 on Framework startup.
Returns: | Method success. |
---|---|
Return type: | bool |
Defines the slot triggered on Framework close.
Returns: | Method success. |
---|---|
Return type: | bool |
Returns the current active View.
Returns: | Current active View. |
---|---|
Return type: | QWidget |
Returns the current active View index.
Returns: | Current active View index. |
---|---|
Return type: | int |
Sets the active View to given View.
Parameters: | view (QWidget) – View. |
---|---|
Returns: | Method success. |
Return type: | bool |
Sets the active View to given index.
Parameters: | index (int) – Index. |
---|---|
Returns: | Method success. |
Return type: | bool |
Sets the active search context.
Parameters: |
|
---|---|
Returns: | Method succes. |
Return type: | bool |
Sets the panoramic thumbnails.
Parameters: | state (bool) – Panoramic thumbnails. |
---|---|
Returns: | Method succes. |
Return type: | bool |
Adds user defined content to the Database.
Returns: | Method success. |
---|---|
Return type: | bool |
Note: | May require user interaction. |
Adds an user defined Ibl Set to the Database.
Returns: | Method success. |
---|---|
Return type: | bool |
Note: | May require user interaction. |
Removes user selected Ibl Sets from the Database.
Returns: | Method success. |
---|---|
Return type: | bool |
Note: | May require user interaction. |
Updates given Ibl Set location.
Parameters: | iblSet (IblSet) – Ibl Set to update. |
---|---|
Returns: | Method success. |
Return type: | bool |
Note: | May require user interaction. |
Updates user selected Ibl Sets locations.
Returns: | Method success. |
---|---|
Return type: | bool |
Note: | May require user interaction. |
Adds an Ibl Set to the Database.
Parameters: | |
---|---|
Returns: | Method success. |
Return type: | bool |
Adds directory Ibl Sets to the Database.
Parameters: | |
---|---|
Returns: | Method success. |
Return type: | bool |
Removes given Ibl Set from the Database.
Parameters: | iblSet (IblSet) – Ibl Set to remove. |
---|---|
Returns: | Method success. |
Return type: | bool |
Updates given Ibl Set location.
Parameters: |
|
---|---|
Returns: | Method success. |
Return type: | bool |
Filters the Database Ibl Sets on given attribute using given pattern.
Parameters: | |
---|---|
Returns: | Filtered Database Ibl Sets. |
Return type: | list |
Returns if given Ibl Set path exists in the Database.
Parameters: | path (unicode) – Collection path. |
---|---|
Returns: | Collection exists. |
Return type: | bool |
Lists Database Ibl Sets names.
Returns: | Database Ibl Sets names. |
---|---|
Return type: | list |
Note: | The list is actually returned using ‘title’ attributes instead of ‘name’ attributes |
Sets the Ibl Sets Model nodes.
Parameters: | iblSets (list) – Ibl Sets to set. |
---|---|
Returns: | Method success. |
Return type: | bool |
Returns Database Ibl Set with given name.
Parameters: | name (unicode) – Ibl Set name. |
---|---|
Returns: | Database Ibl Set. |
Return type: | IblSet |
Note: | The filtering is actually performed on ‘title’ attributes instead of ‘name’ attributes. |
Returns the current active View selected nodes.
Returns: | View selected nodes. |
---|---|
Return type: | dict |