15 #ifndef QGSMIMEDATAUTILS_H
16 #define QGSMIMEDATAUTILS_H
19 #include <QStringList>
21 #include "qgis_core.h"
40 struct CORE_EXPORT
Uri
45 explicit Uri(
const QString &encData );
58 bool isValid()
const {
return !layerType.isEmpty(); }
82 QgsMeshLayer *meshLayer(
bool &owner, QString &error )
const;
155 SIP_PYOBJECT __repr__();
157 QString
str = QStringLiteral(
"<QgsMimeDataUtils::Uri (%1): %2>" ).arg( sipCpp->providerKey, sipCpp->uri );
158 sipRes = PyUnicode_FromString(
str.toUtf8().constData() );
169 static bool isUriList(
const QMimeData *data );
171 static UriList decodeUriList(
const QMimeData *data );
177 static QByteArray layerTreeNodesToUriList(
const QList<QgsLayerTreeNode *> &nodes );
188 static QString encode(
const QStringList &items );
189 static QStringList decode(
const QString &encoded );
190 static QByteArray uriListToByteArray(
const UriList &layers );
193 friend class TestQgsMimeDataUtils;
Item that represents a layer that can be opened with one of the providers.
This class is a base class for nodes in a layer tree.
Base class for all map layer types.
Represents a mesh layer supporting display of data on structured or unstructured meshes.
QList< QgsMimeDataUtils::Uri > UriList
Represents a raster layer.
Represents a vector layer which manages a vector based data sets.
Type
The WKB type describes the number of dimensions a geometry has.
Q_DECLARE_METATYPE(QgsMeshTimeSettings)
QString filePath
Path to file, if uri is associated with a file.
QString uri
Identifier of the data source recognized by its providerKey.
QString name
Human readable name to be used e.g. in layer tree.
QString pId
Unique ID associated with application instance.
QString providerKey
For "vector" / "raster" type: provider id.
QString layerId
Layer ID, if uri is associated with a layer from a QgsProject.
Uri()=default
Constructs invalid URI.
QStringList supportedFormats
QString layerType
Type of URI.
bool isValid() const
Returns whether the object contains valid data.