iblSetsOutliner.py
Others:
Bases: manager.qwidgetComponent.QWidgetComponent
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. ( Integer ) |
---|
This method is the property for self.__uiResourcesDirectory attribute.
Returns: | self.__uiResourcesDirectory. ( String ) |
---|
This method is the property for self.__uiThumbnailsViewImage attribute.
Returns: | self.__uiThumbnailsViewImage. ( String ) |
---|
This method is the property for self.__uiColumnsViewImage attribute.
Returns: | self.__uiColumnsViewImage. ( String ) |
---|
This method is the property for self.__uiDetailsViewImage attribute.
Returns: | self.__uiDetailsViewImage. ( String ) |
---|
This method is the property for self.__uiLargestSizeImage attribute.
Returns: | self.__uiLargestSizeImage. ( String ) |
---|
This method is the property for self.__uiSmallestSizeImage attribute.
Returns: | self.__uiSmallestSizeImage. ( 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.__settingsSection attribute.
Returns: | self.__settingsSection. ( String ) |
---|
This method is the property for self.__settingsSeparator attribute.
Returns: | self.__settingsSeparator. ( String ) |
---|
This method is the property for self.__extension attribute.
Returns: | self.__extension. ( String ) |
---|
This method is the property for self.__editLayout attribute.
Returns: | self.__editLayout. ( String ) |
---|
This method is the property for self.__editLayout attribute.
Returns: | self.__editLayout. ( String ) |
---|
This method is the property for self.__scriptEditor attribute.
Returns: | self.__scriptEditor. ( QWidget ) |
---|
This method is the property for self.__collectionsOutliner attribute.
Returns: | self.__collectionsOutliner. ( QWidget ) |
---|
This method is the property for self.__model attribute.
Returns: | self.__model. ( IblSetsModel ) |
---|
This method is the property for self.__views attribute.
Returns: | self.__views. ( Tuple ) |
---|
This method is the property for self.__viewsPushButtons attribute.
Returns: | self.__viewsPushButtons. ( Dictionary ) |
---|
This method is the property for self.__thumbnailsView attribute.
Returns: | self.__thumbnailsView. ( QListView ) |
---|
This method is the property for self.__columnsView attribute.
Returns: | self.__columnsView. ( QListView ) |
---|
This method is the property for self.__detailsView attribute.
Returns: | self.__detailsView. ( QTreeView ) |
---|
This method is the property for self.__detailsViewHeaders attribute.
Returns: | self.__detailsViewHeaders. ( OrderedDict ) |
---|
This method is the property for self.__searchContexts attribute.
Returns: | self.__searchContexts. ( OrderedDict ) |
---|
This method is the property for self.__activeSearchContext attribute.
Returns: | self.__activeSearchContext. ( OrderedDict ) |
---|
This method is the property for self.__searchContextMenu attribute.
Returns: | self.__searchContextMenu. ( QMenu ) |
---|
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 adds the Component Widget to the engine.
Returns: | Method success. ( Boolean ) |
---|
This method is triggered on Framework startup.
Returns: | Method success. ( Boolean ) |
---|
This method returns the current active View.
Returns: | Current active View. ( QWidget ) |
---|
This method returns the current active View index.
Returns: | Current active View index. ( Integer ) |
---|
This method sets the active View to given View.
Parameters: | view – View. ( QWidget ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method sets the active View to given index.
Parameters: | index – Index. ( Integer ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method sets the active search context.
Parameters: |
|
---|---|
Returns: | Method succes. ( Boolean ) |
This method adds user defined content to the Database.
Returns: | Method success. ( Boolean ) |
---|---|
Note : | This method may require user interaction. |
This method adds an user defined Ibl Set to the Database.
Returns: | Method success. ( Boolean ) |
---|---|
Note : | This method may require user interaction. |
This method removes user selected Ibl Sets from the Database.
Returns: | Method success. ( Boolean ) |
---|---|
Note : | This method may require user interaction. |
This method updates user selected Ibl Sets locations.
Returns: | Method success. ( Boolean ) |
---|---|
Note : | This method may require user interaction. |
This method adds an Ibl Set to the Database.
Parameters: |
|
---|---|
Returns: | Method success. ( Boolean ) |
This method adds directory Ibl Sets to the Database.
Parameters: |
|
---|---|
Returns: | Method success. ( Boolean ) |
This method removes given Ibl Set from the Database.
Parameters: | iblSet – Ibl Set to remove. ( IblSet ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method updates given Ibl Set location.
Parameters: |
|
---|---|
Returns: | Method success. ( Boolean ) |
This method filters the Database Ibl Sets on given attribute using given pattern.
Parameters: |
|
---|---|
Returns: | Filtered Database Ibl Sets. ( List ) |
This method returns if given Ibl Set path exists in the Database.
Parameters: | path – Collection path. ( String ) |
---|---|
Returns: | Collection exists. ( Boolean ) |
This method lists Database Ibl Sets names.
Returns: | Database Ibl Sets names. ( List ) |
---|---|
Note : | The list is actually returned using ‘title’ attributes instead of ‘name’ attributes |
This method sets the Ibl Sets Model nodes.
Parameters: | iblSets – Ibl Sets to set. ( List ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method returns Database Ibl Set with given name.
Parameters: | name – Ibl Set name. ( String ) |
---|---|
Returns: | Database Ibl Set. ( IblSet ) |
Note : | The filtering is actually performed on ‘title’ attributes instead of ‘name’ attributes. |
This method returns the current active View selected nodes.
Returns: | View selected nodes. ( Dictionary ) |
---|