mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			115 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			115 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/qgsproviderguimetadata.h                                     *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsProviderGuiMetadata
 | 
						|
{
 | 
						|
%Docstring(signature="appended")
 | 
						|
Holds data for GUI part of the data providers
 | 
						|
 | 
						|
.. versionadded:: 3.10
 | 
						|
%End
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgsproviderguimetadata.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
 | 
						|
    explicit QgsProviderGuiMetadata( const QString &key );
 | 
						|
%Docstring
 | 
						|
Constructor for provider gui metadata
 | 
						|
%End
 | 
						|
 | 
						|
    virtual ~QgsProviderGuiMetadata();
 | 
						|
 | 
						|
    virtual void registerGui( QMainWindow *widget );
 | 
						|
%Docstring
 | 
						|
Called during GUI initialization - allows provider to do its internal initialization
 | 
						|
of GUI components, possibly making use of the passed pointer to the QGIS main window.
 | 
						|
%End
 | 
						|
 | 
						|
    virtual QList<QgsDataItemGuiProvider *> dataItemGuiProviders() /Factory/;
 | 
						|
%Docstring
 | 
						|
Returns data item gui providers
 | 
						|
 | 
						|
.. note::
 | 
						|
 | 
						|
   Ownership of created data item gui providers is passed to the caller.
 | 
						|
%End
 | 
						|
 | 
						|
    virtual QList<QgsProjectStorageGuiProvider *> projectStorageGuiProviders() /Factory/;
 | 
						|
%Docstring
 | 
						|
Returns project storage gui providers
 | 
						|
 | 
						|
.. note::
 | 
						|
 | 
						|
   Ownership of created project storage gui providers is passed to the caller.
 | 
						|
%End
 | 
						|
 | 
						|
    virtual QList<QgsSourceSelectProvider *> sourceSelectProviders() /Factory/;
 | 
						|
%Docstring
 | 
						|
Returns source select providers
 | 
						|
 | 
						|
.. note::
 | 
						|
 | 
						|
   Ownership of created source select providers is passed to the caller.
 | 
						|
%End
 | 
						|
 | 
						|
    virtual QList<QgsSubsetStringEditorProvider *> subsetStringEditorProviders() /Factory/;
 | 
						|
%Docstring
 | 
						|
Returns subset string editor providers
 | 
						|
 | 
						|
.. note::
 | 
						|
 | 
						|
   Ownership of created providers is passed to the caller.
 | 
						|
 | 
						|
.. versionadded:: 3.18
 | 
						|
%End
 | 
						|
 | 
						|
    virtual QList<QgsProviderSourceWidgetProvider *> sourceWidgetProviders() /Factory/;
 | 
						|
%Docstring
 | 
						|
Returns source widget providers
 | 
						|
 | 
						|
.. note::
 | 
						|
 | 
						|
   Ownership of created providers is passed to the caller.
 | 
						|
 | 
						|
.. versionadded:: 3.18
 | 
						|
%End
 | 
						|
 | 
						|
    virtual QList<const QgsMapLayerConfigWidgetFactory *> mapLayerConfigWidgetFactories();
 | 
						|
%Docstring
 | 
						|
Returns map layer config widget factories associated with the provider.
 | 
						|
 | 
						|
.. note::
 | 
						|
 | 
						|
   Ownership of factories remains with the provider.
 | 
						|
 | 
						|
.. versionadded:: 3.20
 | 
						|
%End
 | 
						|
 | 
						|
    QString key() const;
 | 
						|
%Docstring
 | 
						|
Returns unique provider key
 | 
						|
%End
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/qgsproviderguimetadata.h                                     *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 |