class QgsCentralPointPositionManager : QgsOverlayObjectPositionManager { %TypeHeaderCode #include %End public: QgsCentralPointPositionManager(); ~QgsCentralPointPositionManager(); void addLayer( QgsVectorLayer* vl, QList& overlays ); /**Removes all the overlays*/ void removeLayers(); void findObjectPositions( const QgsRenderContext& context, QGis::UnitType unitType ); };