mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
14 lines
454 B
Plaintext
14 lines
454 B
Plaintext
|
class QgsCentralPointPositionManager : QgsOverlayObjectPositionManager
|
||
|
{
|
||
|
%TypeHeaderCode
|
||
|
#include <qgscentralpointpositionmanager.h>
|
||
|
%End
|
||
|
public:
|
||
|
QgsCentralPointPositionManager();
|
||
|
~QgsCentralPointPositionManager();
|
||
|
void addLayer( QgsVectorLayer* vl, QList<QgsVectorOverlay*>& overlays );
|
||
|
/**Removes all the overlays*/
|
||
|
void removeLayers();
|
||
|
void findObjectPositions( const QgsRenderContext& context, QGis::UnitType unitType );
|
||
|
};
|