6.89. sibl_gui.components.addons.gpsMap.gpsMap

gpsMap.py

Platform:
Windows, Linux, Mac Os X.
Description:
This module defines the GpsMap Component Interface class and the Map class.

Others:

6.89.1. Module Attributes

sibl_gui.components.addons.gpsMap.gpsMap.LOGGER
sibl_gui.components.addons.gpsMap.gpsMap.COMPONENT_FILE

6.89.2. Classes

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

Bases: manager.qwidgetComponent.QWidgetComponent

This class is the sibl_gui.components.addons.gpsMap.gpsMap Component Interface class.
It displays the GPS map inside a QDockWidget window.
Parameters:
  • parent – Object parent. ( QObject )
  • name – Component name. ( String )
  • *args – Arguments. ( * )
  • **kwargs – Keywords arguments. ( ** )
uiResourcesDirectory[source]

This method is the property for self.__uiResourcesDirectory attribute.

Returns:self.__uiResourcesDirectory. ( String )
uiZoomInImage[source]

This method is the property for self.__uiZoomInImage attribute.

Returns:self.__uiZoomInImage. ( String )
uiZoomOutImage[source]

This method is the property for self.__uiZoomOutImage attribute.

Returns:self.__uiZoomOutImage. ( String )
gpsMapHtmlFile[source]

This method is the property for self.__gpsMapHtmlFile attribute.

Returns:self.__gpsMapHtmlFile. ( String )
gpsMapBaseSize[source]

This method is the property for self.__gpsMapBaseSize attribute.

Returns:self.__gpsMapBaseSize. ( QSize() )
dockArea[source]

This method is the property for self.__dockArea attribute.

Returns:self.__dockArea. ( Integer )
engine[source]

This method is the property for self.__engine attribute.

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

This method is the property for self.__iblSetsOutliner attribute.

Returns:self.__iblSetsOutliner. ( QWidget )
map[source]

This method is the property for self.__map attribute.

Returns:self.__map. ( QObject )
mapTypeIds[source]

This method is the property for self.__mapTypeIds attribute.

Returns:self.__mapTypeIds. ( Tuple )
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 )
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 )
onClose()[source]

This method is triggered on Framework close.

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

This method sets selected Ibl Sets markers.

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

This method sets given Ibl Set marker.

Parameters:iblSet – Ibl Set to display marker. ( IblSet )
Returns:Method success. ( Boolean )
removeMarkers()[source]

This method removes the GPS map markers.

Returns:Method success. ( Boolean )