tcpClientUi.py
Others:
Bases: manager.qwidgetComponent.QWidgetComponent
This class is the umbra.components.factory.tcpClientUi.tcpClientUi Component Interface class.
Parameters: |
|
---|
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.__preferencesManager attribute.
Returns: | self.__preferencesManager. ( QWidget ) |
---|
This method is the property for self.__scriptEditor attribute.
Returns: | self.__scriptEditor. ( QWidget ) |
---|
This method is the property for self.__address attribute.
Returns: | self.__address. ( String ) |
---|
This method is the property for self.__port attribute.
Returns: | self.__port. ( Integer ) |
---|
This method is the property for self.__fileCommand attribute.
Returns: | self.__fileCommand. ( String ) |
---|
This method is the property for self.__connectionEnd attribute.
Returns: | self.__connectionEnd. ( String ) |
---|
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 ) |
---|