Class: QgsManhattanLineCallout¶
Draws straight (right angled) lines as callouts.
Added in version 3.10.
Class Hierarchy¶
Base classes¶
A simple direct line callout style.  | 
|
Abstract base class for callout renderers.  | 
Static Methods
Creates a new   | 
- class qgis.core.QgsManhattanLineCallout[source]¶
 Bases:
QgsSimpleLineCallout- static create(properties: Dict[str, Any] = {}, context: QgsReadWriteContext = QgsReadWriteContext()) QgsCallout | None[source]¶
 Creates a new
QgsManhattanLineCallout, using the settings serialized in thepropertiesmap (corresponding to the output fromQgsManhattanLineCallout.properties()).- Parameters:
 properties (Dict[str, Any] = {})
context (
QgsReadWriteContext= QgsReadWriteContext())
- Return type:
 Optional[QgsCallout]