mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			53 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/core/qgsvectorlayereditpassthrough.h                             *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsVectorLayerEditPassthrough : QgsVectorLayerEditBuffer
 | 
						|
{
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgsvectorlayereditpassthrough.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
    QgsVectorLayerEditPassthrough( QgsVectorLayer *layer );
 | 
						|
    virtual bool isModified() const;
 | 
						|
 | 
						|
    virtual bool addFeature( QgsFeature &f );
 | 
						|
 | 
						|
    virtual bool addFeatures( QgsFeatureList &features );
 | 
						|
 | 
						|
    virtual bool deleteFeature( QgsFeatureId fid );
 | 
						|
 | 
						|
    virtual bool deleteFeatures( const QgsFeatureIds &fids );
 | 
						|
 | 
						|
    virtual bool changeGeometry( QgsFeatureId fid, const QgsGeometry &geom );
 | 
						|
 | 
						|
    virtual bool changeAttributeValue( QgsFeatureId fid, int field, const QVariant &newValue, const QVariant &oldValue = QVariant() );
 | 
						|
 | 
						|
    virtual bool addAttribute( const QgsField &field );
 | 
						|
 | 
						|
    virtual bool deleteAttribute( int attr );
 | 
						|
 | 
						|
    virtual bool renameAttribute( int attr, const QString &newName );
 | 
						|
 | 
						|
    virtual bool commitChanges( QStringList &commitErrors );
 | 
						|
 | 
						|
    virtual void rollBack();
 | 
						|
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/core/qgsvectorlayereditpassthrough.h                             *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 |