6.100. sibl_gui.components.addons.onlineUpdater.onlineUpdater

onlineUpdater.py

Platform:
Windows, Linux, Mac Os X.
Description:
This module defines the OnlineUpdater Component Interface class and others online update related objects.

Others:

6.100.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.100.2. Classes

class sibl_gui.components.addons.onlineUpdater.onlineUpdater.OnlineUpdater(parent=None, name=None, *args, **kwargs)[source]

Bases: manager.qwidgetComponent.QWidgetComponent

This class is the sibl_gui.components.addons.onlineUpdater.onlineUpdater Component Interface class.
This Component provides online updating capabilities to the Application available through options exposed in the sibl_gui.components.core.preferencesManager.preferencesManager Component ui.
Parameters:
  • parent – Object parent. ( QObject )
  • name – Component name. ( String )
  • *args – Arguments. ( * )
  • **kwargs – Keywords arguments. ( ** )
engine[source]

This method is the property for self.__engine attribute.

Returns:self.__engine. ( QObject )
settings[source]

This method is the property for self.__settings attribute.

Returns:self.__settings. ( QSettings )
settingsSection[source]

This method is the property for self.__settingsSection attribute.

Returns:self.__settingsSection. ( String )
preferencesManager[source]

This method is the property for self.__preferencesManager attribute.

Returns:self.__preferencesManager. ( QWidget )
templatesOutliner[source]

This method is the property for self.__templatesOutliner attribute.

Returns:self.__templatesOutliner. ( QWidget )
locationsBrowser[source]

This method is the property for self.__locationsBrowser attribute.

Returns:self.__locationsBrowser. ( QWidget )
ioDirectory[source]

This method is the property for self.__ioDirectory attribute.

Returns:self.__ioDirectory. ( String )
repositoryUrl[source]

This method is the property for self.__repositoryUrl attribute.

Returns:self.__repositoryUrl. ( String )
releasesFileUrl[source]

This method is the property for self.__releasesFileUrl attribute.

Returns:self.__releasesFileUrl. ( String )
networkAccessManager[source]

This method is the property for self.__networkAccessManager attribute.

Returns:self.__networkAccessManager. ( QNetworkAccessManager )
releaseReply[source]

This method is the property for self.__releasesFileReply attribute.

Returns:self.__releasesFileReply. ( QNetworkReply )
remoteUpdater[source]

This method is the property for self.__remoteUpdater attribute.

Returns:self.__remoteUpdater. ( Object )
reportUpdateStatus[source]

This method is the property for self.__reportUpdateStatus attribute.

Returns:self.__reportUpdateStatus. ( Boolean )
activate(engine)[source]

This method activates the Component.

Parameters:engine – Engine to attach the Component to. ( QObject )
Returns:Method success. ( Boolean )
deactivate()[source]

This method deactivates the Component.

Returns:Method success. ( Boolean )
initializeUi()[source]

This method initializes the Component ui.

Returns:Method success. ( Boolean )
uninitializeUi()[source]

This method uninitializes the Component ui.

Returns:Method success. ( Boolean )
onStartup()[source]

This method is triggered on Framework startup.

Returns:Method success. ( Boolean )
addWidget()[source]

This method adds the Component Widget to the engine.

Returns:Method success. ( Boolean )
removeWidget()[source]

This method removes the Component Widget from the engine.

Returns:Method success. ( Boolean )
checkForNewReleasesUi()[source]

This method checks for new releases.

Returns:Method success. ( Boolean )
Note :This method may require user interaction.
checkForNewReleases()[source]

This method checks for new releases.

Returns:Method success. ( Boolean )