mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			320 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			320 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
class QgsMapCanvasSnappingUtils : QgsSnappingUtils
 | 
						|
{
 | 
						|
%TypeHeaderCode
 | 
						|
#include <qgsmapcanvassnappingutils.h>
 | 
						|
%End
 | 
						|
  public:
 | 
						|
    QgsMapCanvasSnappingUtils( QgsMapCanvas* canvas, QObject* parent = 0 );
 | 
						|
 | 
						|
  protected:
 | 
						|
    virtual void prepareIndexStarting( int count );
 | 
						|
    virtual void prepareIndexProgress( int index );
 | 
						|
};
 |