PyPrintLayout.GKPrintLayoutItemMap2D¶
- class GKPrintLayoutItemMap2D¶
2D Map view item in a print layout.
Synopsis¶
Methods¶
def
__init__()def
getCenter()def
getContext()def
getExperiment()def
getGreyMode()def
getMode()def
getOriginator()def
getZoom()def
setCenter()def
setContext()def
setGreyMode()def
setMapMode()def
setMode()def
setOriginator()def
setZoom()
Virtual methods¶
Static functions¶
def
getClassType()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- __init__()¶
- __init__(mX, mY, mWidth, mHeight)
- Parameters:
mX – float
mY – float
mWidth – float
mHeight – float
- getExperiment()¶
- Return type:
GKGenericExperiment
- getMode()¶
- Return type:
- getModeContents()¶
- Return type:
- setGreyMode(greyMode)¶
- Parameters:
greyMode – bool
- setMapMode(mapModeOn)¶
- Parameters:
mapModeOn – bool
- setMode(vm)¶
- Parameters:
vm –
GKViewMode
- setModeContents(_contents)¶
- Parameters:
_contents –
GKContents
- setUseActiveViewSetup(useView)¶
- Parameters:
useView – bool
- setZoom(z)¶
- Parameters:
z – float
- zoomIn()¶
- zoomOut()¶