6.107. sibl_gui.components.addons.onlineUpdater.onlineUpdater
onlineUpdater.py
- Platform:
- Windows, Linux, Mac Os X.
- Description:
- Defines the OnlineUpdater Component Interface class and others online update related objects.
Others:
6.107.1. Module Attributes
-
sibl_gui.components.addons.onlineUpdater.onlineUpdater.LOGGER
-
sibl_gui.components.addons.onlineUpdater.onlineUpdater.COMPONENT_UI_FILE
-
sibl_gui.components.addons.onlineUpdater.onlineUpdater.REPOSITORY_URL
6.107.2. Classes
-
class sibl_gui.components.addons.onlineUpdater.onlineUpdater.OnlineUpdater(parent=None, name=None, *args, **kwargs)[source]
Bases: manager.qwidgetComponent.QWidgetComponent
This Component provides online updating capabilities to the Application available through options exposed in
the sibl_gui.components.core.preferencesManager.preferencesManager Component ui.
Initializes the class.
| Parameters: |
- parent (QObject) – Object parent.
- name (unicode) – Component name.
- *args (*) – Arguments.
- **kwargs (**) – Keywords arguments.
|
-
engine[source]
Property for self.__engine attribute.
| Returns: | self.__engine. |
| Return type: | QObject |
-
settings[source]
Property for self.__settings attribute.
| Returns: | self.__settings. |
| Return type: | QSettings |
-
settingsSection[source]
Property for self.__settingsSection attribute.
| Returns: | self.__settingsSection. |
| Return type: | unicode |
-
preferencesManager[source]
Property for self.__preferencesManager attribute.
| Returns: | self.__preferencesManager. |
| Return type: | QWidget |
-
templatesOutliner[source]
Property for self.__templatesOutliner attribute.
| Returns: | self.__templatesOutliner. |
| Return type: | QWidget |
-
locationsBrowser[source]
Property for self.__locationsBrowser attribute.
| Returns: | self.__locationsBrowser. |
| Return type: | QWidget |
-
ioDirectory[source]
Property for self.__ioDirectory attribute.
| Returns: | self.__ioDirectory. |
| Return type: | unicode |
-
repositoryUrl[source]
Property for self.__repositoryUrl attribute.
| Returns: | self.__repositoryUrl. |
| Return type: | unicode |
-
releasesFileUrl[source]
Property for self.__releasesFileUrl attribute.
| Returns: | self.__releasesFileUrl. |
| Return type: | unicode |
-
networkAccessManager[source]
Property for self.__networkAccessManager attribute.
| Returns: | self.__networkAccessManager. |
| Return type: | QNetworkAccessManager |
-
releaseReply[source]
Property for self.__releasesFileReply attribute.
| Returns: | self.__releasesFileReply. |
| Return type: | QNetworkReply |
-
remoteUpdater[source]
Property for self.__remoteUpdater attribute.
| Returns: | self.__remoteUpdater. |
| Return type: | object |
-
reportUpdateStatus[source]
Property for self.__reportUpdateStatus attribute.
| Returns: | self.__reportUpdateStatus. |
| Return type: | bool |
-
activate(engine)[source]
Activates the Component.
| Parameters: | engine (QObject) – Engine to attach the Component to. |
| Returns: | Method success. |
| Return type: | bool |
-
deactivate()[source]
Deactivates the Component.
| Returns: | Method success. |
| Return type: | bool |
-
initializeUi()[source]
Initializes the Component ui.
| Returns: | Method success. |
| Return type: | bool |
-
uninitializeUi()[source]
Uninitializes the Component ui.
| Returns: | Method success. |
| Return type: | bool |
-
onStartup()[source]
Defines the slot triggered on Framework startup.
| Returns: | Method success. |
| Return type: | bool |
-
addWidget()[source]
Adds the Component Widget to the engine.
| Returns: | Method success. |
| Return type: | bool |
-
removeWidget()[source]
Removes the Component Widget from the engine.
| Returns: | Method success. |
| Return type: | bool |
-
checkForNewReleasesUi()[source]
Checks for new releases.
| Returns: | Method success. |
| Return type: | bool |
| Note: | May require user interaction. |
-
checkForNewReleases()[source]
Checks for new releases.
| Returns: | Method success. |
| Return type: | bool |