|
Q_DECL_DEPRECATED | QgsVectorLayerSaveAsDialog (long srsid, QWidget *parent=nullptr, Qt::WindowFlags fl=Qt::WindowFlags()) |
| Construct a new QgsVectorLayerSaveAsDialog. More...
|
|
| QgsVectorLayerSaveAsDialog (QgsVectorLayer *layer, Options options=AllOptions, QWidget *parent=nullptr, Qt::WindowFlags fl=Qt::WindowFlags()) |
| Construct a new QgsVectorLayerSaveAsDialog. More...
|
|
bool | addToCanvas () const |
| Returns true if the "add to canvas" checkbox is checked. More...
|
|
QgsAttributeList | attributesAsDisplayedValues () const |
| Returns selected attributes that must be exported with their displayed values instead of their raw values. Added in QGIS 2.16. More...
|
|
QStringList | attributesExportNames () const |
| Returns a list of export names for attributes. More...
|
|
bool | automaticGeometryType () const |
| Returns true if geometry type is set to automatic. More...
|
|
QgsVectorFileWriter::ActionOnExistingFile | creationActionOnExistingFile () const |
| Returns creation action. More...
|
|
Q_DECL_DEPRECATED long | crs () const |
| Returns the internal CRS ID. More...
|
|
QgsCoordinateReferenceSystem | crsObject () const |
| Returns the CRS chosen for export. More...
|
|
QStringList | datasourceOptions () const |
| Returns a list of additional data source options which are passed to OGR. More...
|
|
QString | encoding () const |
| The encoding of the target file. More...
|
|
QString | filename () const |
| Returns the target filename. More...
|
|
QgsRectangle | filterExtent () const |
| Determines the extent to be exported. More...
|
|
bool | forceMulti () const |
| Returns true if force multi geometry type is checked. More...
|
|
QString | format () const |
| The format in which the export should be written. More...
|
|
QgsWkbTypes::Type | geometryType () const |
| Returns the selected flat geometry type for the export. More...
|
|
bool | hasFilterExtent () const |
| Determines if filtering the export by an extent is activated. More...
|
|
bool | includeZ () const |
| Returns true if include z dimension is checked. More...
|
|
QString | layername () const |
| Returns the target layer name. More...
|
|
QStringList | layerOptions () const |
| Returns a list of additional layer options which are passed to OGR. More...
|
|
bool | onlySelected () const |
| Returns whether only selected features will be saved. More...
|
|
bool | persistMetadata () const |
| Returns true if the persist metadata (copy source metadata to destination layer) option is checked. More...
|
|
double | scale () const |
| Returns the specified map scale. More...
|
|
QgsAttributeList | selectedAttributes () const |
| Returns a list of attributes which are selected for saving. More...
|
|
void | setAddToCanvas (bool checked) |
| Sets whether the "add to canvas" checkbox should be checked. More...
|
|
void | setForceMulti (bool checked) |
| Sets whether the force multi geometry checkbox should be checked. More...
|
|
void | setIncludeZ (bool checked) |
| Sets whether the include z dimension checkbox should be checked. More...
|
|
void | setMapCanvas (QgsMapCanvas *canvas) |
| Sets a map canvas to associate with the dialog. More...
|
|
void | setOnlySelected (bool onlySelected) |
| Sets whether only selected features will be saved. More...
|
|
int | symbologyExport () const |
| Returns type of symbology export. More...
|
|