Mapper  0.9.0
API documentation
Public Member Functions | Public Attributes | List of all members
OpenOrienteering::GdalManager::GdalManagerPrivate Class Reference
Collaboration diagram for OpenOrienteering::GdalManager::GdalManagerPrivate:
Collaboration graph
[legend]

Public Member Functions

 GdalManagerPrivate ()
 
 GdalManagerPrivate (const GdalManagerPrivate &)=delete
 
void configure ()
 
QVariant settingsValue (const QString &key, const QVariant &default_value) const
 
void setSettingsValue (const QString &key, const QVariant &value)
 
void setFormatEnabled (GdalManager::FileFormat format, bool enabled)
 
bool isFormatEnabled (FileFormat format) const
 
void setExportOptionEnabled (GdalManager::ExportOption option, bool enabled)
 
bool isExportOptionEnabled (GdalManager::ExportOption option) const
 
const std::vector< QByteArray > & supportedRasterExtensions () const
 
const std::vector< QByteArray > & supportedVectorImportExtensions () const
 
const std::vector< QByteArray > & supportedVectorExportExtensions () const
 
QStringList parameterKeys () const
 
QString parameterValue (const QString &key) const
 
void setParameterValue (const QString &key, const QString &value)
 
void unsetParameter (const QString &key)
 

Public Attributes

const QString gdal_manager_group { QStringLiteral("GdalManager") }
 
const QString gdal_configuration_group { QStringLiteral("GdalConfiguration") }
 
const QString gdal_gpx_key { QStringLiteral("gpx") }
 
const QString gdal_hatch_key { QStringLiteral("area_hatching") }
 
const QString gdal_baseline_key { QStringLiteral("baseline_view") }
 
const QString ogr_one_layer_per_symbol_key { QStringLiteral("per_symbol_layer") }
 

Constructor & Destructor Documentation

◆ GdalManagerPrivate() [1/2]

OpenOrienteering::GdalManager::GdalManagerPrivate::GdalManagerPrivate ( )
inline

◆ GdalManagerPrivate() [2/2]

OpenOrienteering::GdalManager::GdalManagerPrivate::GdalManagerPrivate ( const GdalManagerPrivate )
delete

Member Function Documentation

◆ configure()

void OpenOrienteering::GdalManager::GdalManagerPrivate::configure ( )
inline

◆ isExportOptionEnabled()

bool OpenOrienteering::GdalManager::GdalManagerPrivate::isExportOptionEnabled ( GdalManager::ExportOption  option) const
inline

◆ isFormatEnabled()

bool OpenOrienteering::GdalManager::GdalManagerPrivate::isFormatEnabled ( FileFormat  format) const
inline

◆ parameterKeys()

QStringList OpenOrienteering::GdalManager::GdalManagerPrivate::parameterKeys ( ) const
inline

◆ parameterValue()

QString OpenOrienteering::GdalManager::GdalManagerPrivate::parameterValue ( const QString key) const
inline

◆ setExportOptionEnabled()

void OpenOrienteering::GdalManager::GdalManagerPrivate::setExportOptionEnabled ( GdalManager::ExportOption  option,
bool  enabled 
)
inline

◆ setFormatEnabled()

void OpenOrienteering::GdalManager::GdalManagerPrivate::setFormatEnabled ( GdalManager::FileFormat  format,
bool  enabled 
)
inline

◆ setParameterValue()

void OpenOrienteering::GdalManager::GdalManagerPrivate::setParameterValue ( const QString key,
const QString value 
)
inline

◆ setSettingsValue()

void OpenOrienteering::GdalManager::GdalManagerPrivate::setSettingsValue ( const QString key,
const QVariant value 
)
inline

◆ settingsValue()

QVariant OpenOrienteering::GdalManager::GdalManagerPrivate::settingsValue ( const QString key,
const QVariant default_value 
) const
inline

◆ supportedRasterExtensions()

const std::vector<QByteArray>& OpenOrienteering::GdalManager::GdalManagerPrivate::supportedRasterExtensions ( ) const
inline

◆ supportedVectorExportExtensions()

const std::vector<QByteArray>& OpenOrienteering::GdalManager::GdalManagerPrivate::supportedVectorExportExtensions ( ) const
inline

◆ supportedVectorImportExtensions()

const std::vector<QByteArray>& OpenOrienteering::GdalManager::GdalManagerPrivate::supportedVectorImportExtensions ( ) const
inline

◆ unsetParameter()

void OpenOrienteering::GdalManager::GdalManagerPrivate::unsetParameter ( const QString key)
inline

Member Data Documentation

◆ gdal_baseline_key

const QString OpenOrienteering::GdalManager::GdalManagerPrivate::gdal_baseline_key { QStringLiteral("baseline_view") }

◆ gdal_configuration_group

const QString OpenOrienteering::GdalManager::GdalManagerPrivate::gdal_configuration_group { QStringLiteral("GdalConfiguration") }

◆ gdal_gpx_key

const QString OpenOrienteering::GdalManager::GdalManagerPrivate::gdal_gpx_key { QStringLiteral("gpx") }

◆ gdal_hatch_key

const QString OpenOrienteering::GdalManager::GdalManagerPrivate::gdal_hatch_key { QStringLiteral("area_hatching") }

◆ gdal_manager_group

const QString OpenOrienteering::GdalManager::GdalManagerPrivate::gdal_manager_group { QStringLiteral("GdalManager") }

◆ ogr_one_layer_per_symbol_key

const QString OpenOrienteering::GdalManager::GdalManagerPrivate::ogr_one_layer_per_symbol_key { QStringLiteral("per_symbol_layer") }

The documentation for this class was generated from the following file: