QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
27 qDeleteAll( mMapTools );
44 QList<QgsMapToolShapeMetadata *>::iterator it = mMapTools.begin();
45 while ( it != mMapTools.end() )
47 if ( ( *it )->id() ==
id )
50 it = mMapTools.erase( it );
76 return md->
factory( parentTool );