templatesOutliner.py
Others:
Bases: manager.qwidgetComponent.QWidgetComponent
Parameters: |
|
---|
This signal is emited by the TemplatesOutliner class when TemplatesOutliner.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.__uiSoftwareAffixe attribute.
Returns: | self.__uiSoftwareAffixe. ( String ) |
---|
This method is the property for self.__uiUnknownSoftwareImage attribute.
Returns: | self.__uiUnknownSoftwareImage. ( 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.__scriptEditor attribute.
Returns: | self.__scriptEditor. ( QWidget ) |
---|
This method is the property for self.__database attribute.
Returns: | self.__database. ( Object ) |
---|
This method is the property for self.__model attribute.
Returns: | self.__model. ( TemplatesModel ) |
---|
This method is the property for self.__view attribute.
Returns: | self.__view. ( QWidget ) |
---|
This method is the property for self.__headers attribute.
Returns: | self.__headers. ( OrderedDict ) |
---|
This method is the property for self.__extension attribute.
Returns: | self.__extension. ( String ) |
---|
This method is the property for self.__defaultCollections attribute.
Returns: | self.__defaultCollections. ( Dictionary ) |
---|
This method is the property for self.__factoryCollection attribute.
Returns: | self.__factoryCollection. ( String ) |
---|
This method is the property for self.__userCollection attribute.
Returns: | self.__userCollection. ( String ) |
---|
This method is the property for self.__templatesInformationsDefaultText attribute.
Returns: | self.__templatesInformationsDefaultText. ( String ) |
---|
This method is the property for self.__treeViewInnerMargins attribute.
Returns: | self.__treeViewInnerMargins. ( Integer ) |
---|
This method is the property for self.__templatesInformationsText attribute.
Returns: | self.__templatesInformationsText. ( String ) |
---|
This method activates the Component.
Parameters: | engine – Engine to attach the Component to. ( QObject ) |
---|---|
Returns: | Method success. ( Boolean ) |
This decorator is used for exceptions handling.
Parameters: |
|
---|
This method initializes the Component ui.
Returns: | Method success. ( Boolean ) |
---|
This decorator is used for exceptions handling.
Parameters: |
|
---|
This method adds the Component Widget to the engine.
Returns: | Method success. ( Boolean ) |
---|
This decorator is used for exceptions handling.
Parameters: |
|
---|
This method is triggered on Framework startup.
Returns: | Method success. ( Boolean ) |
---|
This decorator is used for exceptions handling.
Parameters: |
|
---|
This decorator is used for exceptions handling.
Parameters: |
|
---|
This decorator is used for exceptions handling.
Parameters: |
|
---|
This decorator is used for exceptions handling.
Parameters: |
|
---|
This decorator is used for exceptions handling.
Parameters: |
|
---|
This decorator is used for exceptions handling.
Parameters: |
|
---|
This decorator is used for exceptions handling.
Parameters: |
|
---|
This decorator is used for exceptions handling.
Parameters: |
|
---|
This decorator is used for exceptions handling.
Parameters: |
|
---|
This decorator is used for exceptions handling.
Parameters: |
|
---|
This method returns if given Template path exists in the Database.
Parameters: | name – Template path. ( String ) |
---|---|
Returns: | Template exists. ( Boolean ) |
This decorator is used for exceptions handling.
Parameters: |
|
---|
This method returns Database Templates Collections.
Returns: | Database Templates Collections. ( List ) |
---|
This method filters the Database Templates Collections on given attribute using given pattern.
Parameters: |
|
---|---|
Returns: | Filtered Database Templates Collections. ( List ) |
This method returns Database Templates.
Returns: | Database Templates. ( List ) |
---|
This method filters the Database Templates on given attribute using given pattern.
Parameters: |
|
---|---|
Returns: | Filtered Database Templates. ( List ) |
This method lists Database Templates names.
Returns: | Database Templates names. ( List ) |
---|
This method returns Database Template with given name.
Parameters: | name – Template name. ( String ) |
---|---|
Returns: | Database Template. ( Template ) |
Note : | The filtering is actually performed on ‘title’ attributes instead of ‘name’ attributes. |
This method gets Templates Collection from given Collection name.
Parameters: | collection – Collection name. ( String ) |
---|---|
Returns: | Collection. ( Collection ) |
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 ) |
---|