6.97. sibl_gui.components.addons.gpsMap.gpsMap
gpsMap.py
- Platform:
- Windows, Linux, Mac Os X.
- Description:
- Defines the GpsMap Component Interface class and the Map class.
Others:
6.97.1. Module Attributes
-
sibl_gui.components.addons.gpsMap.gpsMap.LOGGER
-
sibl_gui.components.addons.gpsMap.gpsMap.COMPONENT_FILE
6.97.2. Classes
-
class sibl_gui.components.addons.gpsMap.gpsMap.GpsMap(parent=None, name=None, *args, **kwargs)[source]
Bases: manager.qwidgetComponent.QWidgetComponent
Initializes the class.
Parameters: |
- parent (QObject) – Object parent.
- name (unicode) – Component name.
- *args (*) – Arguments.
- **kwargs (**) – Keywords arguments.
|
-
uiResourcesDirectory[source]
Property for self.__uiResourcesDirectory attribute.
Returns: | self.__uiResourcesDirectory. |
Return type: | unicode |
-
uiZoomInImage[source]
Property for self.__uiZoomInImage attribute.
Returns: | self.__uiZoomInImage. |
Return type: | unicode |
-
uiZoomOutImage[source]
Property for self.__uiZoomOutImage attribute.
Returns: | self.__uiZoomOutImage. |
Return type: | unicode |
-
gpsMapHtmlFile[source]
Property for self.__gpsMapHtmlFile attribute.
Returns: | self.__gpsMapHtmlFile. |
Return type: | unicode |
-
gpsMapBaseSize[source]
Property for self.__gpsMapBaseSize attribute.
Returns: | self.__gpsMapBaseSize. ( QSize() ) |
-
dockArea[source]
Property for self.__dockArea attribute.
Returns: | self.__dockArea. |
Return type: | int |
-
engine[source]
Property for self.__engine attribute.
Returns: | self.__engine. |
Return type: | QObject |
-
iblSetsOutliner[source]
Property for self.__iblSetsOutliner attribute.
Returns: | self.__iblSetsOutliner. |
Return type: | QWidget |
-
map[source]
Property for self.__map attribute.
Returns: | self.__map. |
Return type: | QObject |
-
mapTypeIds[source]
Property for self.__mapTypeIds attribute.
Returns: | self.__mapTypeIds. |
Return type: | tuple |
-
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 |
-
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 |
-
onClose()[source]
Defines the slot triggered on Framework close.
Returns: | Method success. |
Return type: | bool |
-
setMarkersUi()[source]
Sets selected Ibl Sets markers.
Returns: | Method success. |
Return type: | bool |
Note: | May require user interaction. |
-
setMarker(iblSet)[source]
Sets given Ibl Set marker.
Parameters: | iblSet (IblSet) – Ibl Set to display marker. |
Returns: | Method success. |
Return type: | bool |
-
removeMarkers()[source]
Removes the GPS map markers.
Returns: | Method success. |
Return type: | bool |