collectionsOutliner.py
Others:
Bases: manager.qwidgetComponent.QWidgetComponent
Initializes the class.
Parameters: |
|
---|
This signal is emited by the CollectionsOutliner class when CollectionsOutliner.model class property Model Nodes needs to be refreshed. ( pyqtSignal )
Property for self.__uiResourcesDirectory attribute.
Returns: | self.__uiResourcesDirectory. |
---|---|
Return type: | unicode |
Property for self.__uiDefaultCollectionImage attribute.
Returns: | self.__uiDefaultCollectionImage. |
---|---|
Return type: | unicode |
Property for self.__uiUserCollectionImage attribute.
Returns: | self.__uiUserCollectionImage. |
---|---|
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.__iblSetsOutliner attribute.
Returns: | self.__iblSetsOutliner. |
---|---|
Return type: | QWidget |
Property for self.__model attribute.
Returns: | self.__model. |
---|---|
Return type: | CollectionsModel |
Property for self.__overallCollection attribute.
Returns: | self.__overallCollection. |
---|---|
Return type: | unicode |
Property for self.__defaultCollection attribute.
Returns: | self.__defaultCollection. |
---|---|
Return type: | unicode |
Property for self.__iblSetsCountLabel attribute.
Returns: | self.__iblSetsCountLabel. |
---|---|
Return type: | unicode |
Property for self.__headers attribute.
Returns: | self.__headers. |
---|---|
Return type: | OrderedDict |
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 |
Adds user defined content to the Database.
Returns: | Method success. |
---|---|
Return type: | bool |
Note: | May require user interaction. |
Adds an user defined Collection to the Database.
Returns: | Collection name. |
---|---|
Return type: | unicode |
Note: | May require user interaction. |
Removes user selected Collections from the Database.
Returns: | Method success. |
---|---|
Return type: | bool |
Note: | May require user interaction. |
Adds a Collection to the Database.
Parameters: | |
---|---|
Returns: | Method success. |
Return type: | bool |
Removes given Collection from the Database.
Parameters: | collection (Collection) – Collection to remove. |
---|---|
Returns: | Method success. |
Return type: | bool |
Returns Database Ibl Sets Collections.
Returns: | Database Ibl Sets Collections. |
---|---|
Return type: | list |
Filters the Database Ibl Sets Collections on given attribute using given pattern.
Parameters: | |
---|---|
Returns: | Filtered Database Ibl Sets Collections. |
Return type: | list |
Returns if given Collection name exists in the Database.
Parameters: | name (unicode) – Collection name. |
---|---|
Returns: | Collection exists. |
Return type: | bool |
Lists Database Ibl Sets Collections names.
Returns: | Database Ibl Sets Collections names. |
---|---|
Return type: | list |
Returns Database Ibl Sets Collection with given name.
Parameters: | name (unicode) – Collection name. |
---|---|
Returns: | Database Ibl Sets Collection. |
Return type: | Collection |
Gets given Collections Ibl Sets.
Parameters: | collections (list) – Collections to get Ibl Sets from. |
---|---|
Returns: | Ibl Sets list. |
Return type: | list |
Returns given Collection id.
Parameters: | collection (unicode) – Collection to get the id from. |
---|---|
Returns: | Provided Collection id. |
Return type: | int |
Returns the View selected nodes.
Returns: | View selected nodes. |
---|---|
Return type: | dict |