collectionsOutliner.py
Others:
Bases: manager.qwidgetComponent.QWidgetComponent
Parameters: |
|
---|
This signal is emited by the CollectionsOutliner class when CollectionsOutliner.model class property Model Nodes needs to be refreshed. ( pyqtSignal )
This method is the property for self.__uiResourcesDirectory attribute.
Returns: | self.__uiResourcesDirectory. ( String ) |
---|
This method is the property for self.__uiDefaultCollectionImage attribute.
Returns: | self.__uiDefaultCollectionImage. ( String ) |
---|
This method is the property for self.__uiUserCollectionImage attribute.
Returns: | self.__uiUserCollectionImage. ( 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.__iblSetsOutliner attribute.
Returns: | self.__iblSetsOutliner. ( QWidget ) |
---|
This method is the property for self.__model attribute.
Returns: | self.__model. ( CollectionsModel ) |
---|
This method is the property for self.__view attribute.
Returns: | self.__view. ( QWidget ) |
---|
This method is the property for self.__overallCollection attribute.
Returns: | self.__overallCollection. ( String ) |
---|
This method is the property for self.__defaultCollection attribute.
Returns: | self.__defaultCollection. ( String ) |
---|
This method is the property for self.__iblSetsCountLabel attribute.
Returns: | self.__iblSetsCountLabel. ( String ) |
---|
This method is the property for self.__headers attribute.
Returns: | self.__headers. ( OrderedDict ) |
---|
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 adds user defined content to the Database.
Returns: | Method success. ( Boolean ) |
---|---|
Note : | This method may require user interaction. |
This method adds an user defined Collection to the Database.
Returns: | Collection name. ( String ) |
---|---|
Note : | This method may require user interaction. |
This method removes user selected Collections from the Database.
Returns: | Method success. ( Boolean ) |
---|---|
Note : | This method may require user interaction. |
This method adds a Collection to the Database.
Parameters: |
|
---|---|
Returns: | Method success. ( Boolean ) |
This method removes given Collection from the Database.
Parameters: | collection – Collection to remove. ( Collection ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method returns Database Ibl Sets Collections.
Returns: | Database Ibl Sets Collections. ( List ) |
---|
This method filters the Database Ibl Sets Collections on given attribute using given pattern.
Parameters: |
|
---|---|
Returns: | Filtered Database Ibl Sets Collections. ( List ) |
This method returns if given Collection name exists in the Database.
Parameters: | name – Collection name. ( String ) |
---|---|
Returns: | Collection exists. ( Boolean ) |
This method lists Database Ibl Sets Collections names.
Returns: | Database Ibl Sets Collections names. ( List ) |
---|
This method returns Database Ibl Sets Collection with given name.
Parameters: | name – Collection name. ( String ) |
---|---|
Returns: | Database Ibl Sets Collection. ( Collection ) |
This method gets given Collections Ibl Sets.
Parameters: | collections – Collections to get Ibl Sets from. ( List ) |
---|---|
Returns: | Ibl Sets list. ( List ) |
This method returns given Collection id.
Parameters: | collection – Collection to get the id from. ( String ) |
---|---|
Returns: | Provided Collection id. ( Integer ) |
This method returns the View selected nodes.
Returns: | View selected nodes. ( Dictionary ) |
---|