| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
Contains information pertaining to a candidate provider. More...
#include <qgsproviderregistry.h>
Public Member Functions | |
| ProviderCandidateDetails (QgsProviderMetadata *metadata, const QList< Qgis::LayerType > &layerTypes) | |
| Constructor for ProviderCandidateDetails, with the specified provider metadata and valid candidate layerTypes.   | |
| QList< Qgis::LayerType > | layerTypes () const | 
| Returns a list of map layer types which are valid options for opening the target using this candidate provider.   | |
| QgsProviderMetadata * | metadata () const | 
| Returns the candidate provider metadata.   | |
Contains information pertaining to a candidate provider.
Definition at line 392 of file qgsproviderregistry.h.
      
  | 
  inline | 
Constructor for ProviderCandidateDetails, with the specified provider metadata and valid candidate layerTypes.
Definition at line 400 of file qgsproviderregistry.h.
      
  | 
  inline | 
Returns a list of map layer types which are valid options for opening the target using this candidate provider.
Definition at line 414 of file qgsproviderregistry.h.
      
  | 
  inline | 
Returns the candidate provider metadata.
Definition at line 408 of file qgsproviderregistry.h.