QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Holds metadata about mesh driver. More...
#include <qgsprovidermetadata.h>
Public Types | |
enum | MeshDriverCapability { CanWriteFaceDatasets = 1 << 0 , CanWriteVertexDatasets = 1 << 1 , CanWriteEdgeDatasets = 1 << 2 , CanWriteMeshData = 1 << 3 } |
Flags for the capabilities of the driver. More... | |
Public Member Functions | |
QgsMeshDriverMetadata () | |
Constructs default metadata without any capabilities. More... | |
QgsMeshDriverMetadata (const QString &name, const QString &description, const MeshDriverCapabilities &capabilities, const QString &writeDatasetOnFileSuffix) | |
Constructs driver metadata with selected capabilities. More... | |
MeshDriverCapabilities | capabilities () const |
Returns the capabilities for this driver. More... | |
QString | description () const |
Returns the description for this driver. More... | |
QString | name () const |
Returns the name (key) for this driver. More... | |
QString | writeDatasetOnFileSuffix () const |
Returns the suffix used to write datasets on file. More... | |
Holds metadata about mesh driver.
Definition at line 55 of file qgsprovidermetadata.h.
Flags for the capabilities of the driver.
Definition at line 64 of file qgsprovidermetadata.h.
|
default |
Constructs default metadata without any capabilities.
QgsMeshDriverMetadata::QgsMeshDriverMetadata | ( | const QString & | name, |
const QString & | description, | ||
const MeshDriverCapabilities & | capabilities, | ||
const QString & | writeDatasetOnFileSuffix | ||
) |
Constructs driver metadata with selected capabilities.
name | name/key of the driver |
description | short description of the driver |
capabilities | driver's capabilities |
writeDatasetOnFileSuffix | suffix used to write datasets on file |
Definition at line 336 of file qgsprovidermetadata.cpp.
QgsMeshDriverMetadata::MeshDriverCapabilities QgsMeshDriverMetadata::capabilities | ( | ) | const |
Returns the capabilities for this driver.
Definition at line 341 of file qgsprovidermetadata.cpp.
QString QgsMeshDriverMetadata::description | ( | ) | const |
Returns the description for this driver.
Definition at line 351 of file qgsprovidermetadata.cpp.
QString QgsMeshDriverMetadata::name | ( | ) | const |
Returns the name (key) for this driver.
Definition at line 346 of file qgsprovidermetadata.cpp.
QString QgsMeshDriverMetadata::writeDatasetOnFileSuffix | ( | ) | const |
Returns the suffix used to write datasets on file.
Definition at line 356 of file qgsprovidermetadata.cpp.