|
QString | description () const |
| Returns the layer's description. More...
|
|
QString | driverName () const |
| Returns the layer's driver name. More...
|
|
long long | featureCount () const |
| Returns the layer's feature count. More...
|
|
Qgis::SublayerFlags | flags () const |
| Returns the layer's flags, which indicate properties of the layer. More...
|
|
QString | geometryColumnName () const |
| Returns the layer's geometry column name, or an empty string if not applicable. More...
|
|
int | layerNumber () const |
| Returns the associated layer number, for providers which order sublayers. More...
|
|
QString | name () const |
| Returns the layer's name. More...
|
|
bool | operator!= (const QgsProviderSublayerDetails &other) const |
|
bool | operator== (const QgsProviderSublayerDetails &other) const |
|
QStringList | path () const |
| Returns the path to the sublayer. More...
|
|
QString | providerKey () const |
| Returns the associated data provider key. More...
|
|
void | setDescription (const QString &description) |
| Sets the layer's description. More...
|
|
void | setDriverName (const QString &driver) |
| Sets the layer's driver name. More...
|
|
void | setFeatureCount (long long count) |
| Sets the layer's feature count. More...
|
|
void | setFlags (Qgis::SublayerFlags newFlags) |
| Sets the layer's flags, which indicate properties of the layer. More...
|
|
void | setGeometryColumnName (const QString &name) |
| Sets the layer's geometry column name. More...
|
|
void | setLayerNumber (int number) |
| Sets the associated layer number, for providers which order sublayers. More...
|
|
void | setName (const QString &name) |
| Sets the layer's name. More...
|
|
void | setPath (const QStringList &path) |
| Sets the path to the sublayer. More...
|
|
void | setProviderKey (const QString &key) |
| Sets the associated data provider key. More...
|
|
void | setSkippedContainerScan (bool skipped) |
| Set to true if the layer is a potential dataset container and an in-depth scan of its contents was skipped. More...
|
|
void | setType (QgsMapLayerType type) |
| Sets the layer type. More...
|
|
void | setUri (const QString &uri) |
| Sets the layer's uri. More...
|
|
void | setWkbType (QgsWkbTypes::Type type) |
| Set the layer's WKB type. More...
|
|
bool | skippedContainerScan () const |
| Returns true if the layer is a potential dataset container and an in-depth scan of its contents was skipped. More...
|
|
QgsMapLayer * | toLayer (const LayerOptions &options) const |
| Creates a new QgsMapLayer object associated with the sublayer. More...
|
|
QgsMimeDataUtils::Uri | toMimeUri () const |
| Converts the sublayer details to a QgsMimeDataUtils::Uri representing the sublayer. More...
|
|
QgsMapLayerType | type () const |
| Returns the layer type. More...
|
|
QString | uri () const |
| Returns the layer's URI. More...
|
|
QgsWkbTypes::Type | wkbType () const |
| Returns the layer's WKB type, or QgsWkbTypes::Unknown if the WKB type is not application or unknown. More...
|
|