traceUi.py
Others:
Bases: manager.qwidgetComponent.QWidgetComponent
This class is the umbra.components.addons.traceUi.traceUi Component Interface class.
Parameters: |
|
---|
This signal is emited by the TraceUi class when TraceUi.model class property model nodes needs to be refreshed. ( pyqtSignal )
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.__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.__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 uninitializes the Component ui.
Returns: | Method success. ( Boolean ) |
---|
This method adds the Component Widget to the engine.
Returns: | Method success. ( Boolean ) |
---|
This method removes the Component Widget from the engine.
Returns: | Method success. ( Boolean ) |
---|
This method returns the View selected nodes.
Returns: | View selected nodes. ( Dictionary ) |
---|
This method returns the View selected modules.
Returns: | View selected modules. ( List ) |
---|
This method traces given modules using given filter pattern.
Parameters: |
|
---|---|
Returns: | Method success. ( Boolean ) |