QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Types | Public Member Functions | List of all members
QgsSourceSelectProvider Class Referenceabstract

This is the interface for those who want to add entries to the QgsDataSourceManagerDialog. More...

#include <qgssourceselectprovider.h>

Public Types

enum  Ordering {
  OrderLocalProvider = 0, OrderDatabaseProvider = 1000, OrderRemoteProvider = 2000, OrderGeoCmsProvider = 3000,
  OrderOtherProvider = 4000
}
 Provider ordering groups. More...
 

Public Member Functions

virtual ~QgsSourceSelectProvider ()=default
 
virtual QgsAbstractDataSourceWidgetcreateDataSourceWidget (QWidget *parent=nullptr, Qt::WindowFlags fl=Qt::Widget, QgsProviderRegistry::WidgetMode widgetMode=QgsProviderRegistry::WidgetMode::Embedded) const =0
 Create a new instance of QgsAbstractDataSourceWidget (or null). More...
 
virtual QIcon icon () const =0
 Creates a new instance of an QIcon for the menu item entry. More...
 
virtual QString name () const
 Source select provider name, this is useful to retrieve a particular source select in case the provider has more than one, it should be unique among all providers. More...
 
virtual int ordering () const
 Ordering: the source select provider registry will be able to sort the source selects (ascending) using this integer value. More...
 
virtual QString providerKey () const =0
 Data Provider key. More...
 
virtual QString text () const =0
 Text for the menu item entry, it will be visible to the user so make sure it's translatable. More...
 
virtual QString toolTip () const
 Text for the tooltip menu item entry, it will be visible to the user so make sure it's translatable. More...
 

Detailed Description

This is the interface for those who want to add entries to the QgsDataSourceManagerDialog.

Since
QGIS 3.0

Definition at line 35 of file qgssourceselectprovider.h.

Member Enumeration Documentation

Provider ordering groups.

Enumerator
OrderLocalProvider 

Starting point for local file providers (e.g. OGR)

OrderDatabaseProvider 

Starting point for database providers (e.g. Postgres)

OrderRemoteProvider 

Starting point for remote (online) providers (e.g. WMS)

OrderGeoCmsProvider 

Starting point for GeoCMS type providers (e.g. GeoNode)

OrderOtherProvider 

Starting point for other providers (e.g. plugin based providers)

Definition at line 40 of file qgssourceselectprovider.h.

Constructor & Destructor Documentation

virtual QgsSourceSelectProvider::~QgsSourceSelectProvider ( )
virtualdefault

Member Function Documentation

virtual QgsAbstractDataSourceWidget* QgsSourceSelectProvider::createDataSourceWidget ( QWidget *  parent = nullptr,
Qt::WindowFlags  fl = Qt::Widget,
QgsProviderRegistry::WidgetMode  widgetMode = QgsProviderRegistry::WidgetMode::Embedded 
) const
pure virtual

Create a new instance of QgsAbstractDataSourceWidget (or null).

Caller takes responsibility of deleting created.

virtual QIcon QgsSourceSelectProvider::icon ( ) const
pure virtual

Creates a new instance of an QIcon for the menu item entry.

virtual QString QgsSourceSelectProvider::name ( ) const
inlinevirtual

Source select provider name, this is useful to retrieve a particular source select in case the provider has more than one, it should be unique among all providers.

The default implementation returns the providerKey()

Definition at line 61 of file qgssourceselectprovider.h.

virtual int QgsSourceSelectProvider::ordering ( ) const
inlinevirtual

Ordering: the source select provider registry will be able to sort the source selects (ascending) using this integer value.

Definition at line 80 of file qgssourceselectprovider.h.

virtual QString QgsSourceSelectProvider::providerKey ( ) const
pure virtual

Data Provider key.

virtual QString QgsSourceSelectProvider::text ( ) const
pure virtual

Text for the menu item entry, it will be visible to the user so make sure it's translatable.

virtual QString QgsSourceSelectProvider::toolTip ( ) const
inlinevirtual

Text for the tooltip menu item entry, it will be visible to the user so make sure it's translatable.

The default implementation returns an empty string.

Definition at line 71 of file qgssourceselectprovider.h.


The documentation for this class was generated from the following file: