mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			67 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			67 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /************************************************************************
 | |
|  * This file has been generated automatically from                      *
 | |
|  *                                                                      *
 | |
|  * src/gui/plot/qgsplottoolzoom.h                                       *
 | |
|  *                                                                      *
 | |
|  * Do not edit manually ! Edit header and run scripts/sipify.py again   *
 | |
|  ************************************************************************/
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| class QgsPlotToolZoom : QgsPlotTool
 | |
| {
 | |
| %Docstring(signature="appended")
 | |
| Plot tool for zooming into and out of the plot.
 | |
| 
 | |
| .. versionadded:: 3.26
 | |
| %End
 | |
| 
 | |
| %TypeHeaderCode
 | |
| #include "qgsplottoolzoom.h"
 | |
| %End
 | |
|   public:
 | |
| 
 | |
|     QgsPlotToolZoom( QgsPlotCanvas *canvas /TransferThis/ );
 | |
| %Docstring
 | |
| Constructor for QgsPlotToolZoom, with the associated ``canvas``.
 | |
| %End
 | |
|     ~QgsPlotToolZoom();
 | |
| 
 | |
|     virtual void plotPressEvent( QgsPlotMouseEvent *event );
 | |
| 
 | |
|     virtual void plotMoveEvent( QgsPlotMouseEvent *event );
 | |
| 
 | |
|     virtual void plotReleaseEvent( QgsPlotMouseEvent *event );
 | |
| 
 | |
|     virtual void keyPressEvent( QKeyEvent *event );
 | |
| 
 | |
|     virtual void keyReleaseEvent( QKeyEvent *event );
 | |
| 
 | |
|     virtual void deactivate();
 | |
| 
 | |
| 
 | |
|   protected:
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
|   protected:
 | |
| 
 | |
| 
 | |
| 
 | |
| };
 | |
| 
 | |
| /************************************************************************
 | |
|  * This file has been generated automatically from                      *
 | |
|  *                                                                      *
 | |
|  * src/gui/plot/qgsplottoolzoom.h                                       *
 | |
|  *                                                                      *
 | |
|  * Do not edit manually ! Edit header and run scripts/sipify.py again   *
 | |
|  ************************************************************************/
 |