mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			54 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /************************************************************************
 | |
|  * This file has been generated automatically from                      *
 | |
|  *                                                                      *
 | |
|  * src/core/qgsselectioncontext.h                                       *
 | |
|  *                                                                      *
 | |
|  * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | |
|  ************************************************************************/
 | |
| 
 | |
| 
 | |
| class QgsSelectionContext
 | |
| {
 | |
| %Docstring(signature="appended")
 | |
| 
 | |
| Encapsulates the context of a layer selection operation.
 | |
| 
 | |
| .. versionadded:: 3.28
 | |
| %End
 | |
| 
 | |
| %TypeHeaderCode
 | |
| #include "qgsselectioncontext.h"
 | |
| %End
 | |
|   public:
 | |
| 
 | |
|     double scale() const;
 | |
| %Docstring
 | |
| Returns the map scale at which the selection should occur.
 | |
| 
 | |
| The scale value indicates the scale denominator, e.g. 1000.0 for a 1:1000 map.
 | |
| 
 | |
| .. seealso:: :py:func:`setScale`
 | |
| %End
 | |
| 
 | |
|     void setScale( double scale );
 | |
| %Docstring
 | |
| Sets the map ``scale`` at which the selection should occur.
 | |
| 
 | |
| The scale value indicates the scale denominator, e.g. 1000.0 for a 1:1000 map.
 | |
| 
 | |
| .. seealso:: :py:func:`scale`
 | |
| %End
 | |
| 
 | |
| };
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| /************************************************************************
 | |
|  * This file has been generated automatically from                      *
 | |
|  *                                                                      *
 | |
|  * src/core/qgsselectioncontext.h                                       *
 | |
|  *                                                                      *
 | |
|  * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | |
|  ************************************************************************/
 |