mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			51 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/core/qgsmapsettingsutils.h                                       *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsMapSettingsUtils
 | 
						|
{
 | 
						|
%Docstring
 | 
						|
 Utilities for map settings.
 | 
						|
.. versionadded:: 3.0
 | 
						|
%End
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgsmapsettingsutils.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
 | 
						|
    static const QStringList containsAdvancedEffects( const QgsMapSettings &mapSettings );
 | 
						|
%Docstring
 | 
						|
 Checks whether any of the layers attached to a map settings object contain advanced effects
 | 
						|
 \param mapSettings map settings
 | 
						|
 :rtype: list of str
 | 
						|
%End
 | 
						|
 | 
						|
    static QString worldFileContent( const QgsMapSettings &mapSettings );
 | 
						|
%Docstring
 | 
						|
 Creates the content of a world file.
 | 
						|
 \param mapSettings map settings
 | 
						|
.. note::
 | 
						|
 | 
						|
   Uses 17 places of precision for all numbers output
 | 
						|
 :rtype: str
 | 
						|
%End
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/core/qgsmapsettingsutils.h                                       *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 |