Member Function Documentation
QGeoMappingManager::QGeoMappingManager(QGeoMappingManagerEngine * engine, QObject * parent = 0) [protected]
Constructs a new manager with the specified parent and with the implementation provided by engine.
This constructor is used internally by QGeoServiceProviderFactory. Regular users should acquire instances of QGeoMappingManager with QGeoServiceProvider::mappingManager()
QGeoMappingManager::~QGeoMappingManager()
Destroys this mapping manager.
QGeoCameraCapabilities QGeoMappingManager::cameraCapabilities() const
QGeoMap * QGeoMappingManager::createMap(QObject * parent)
Returns a new QGeoMap instance which will be managed by this manager.
void QGeoMappingManager::initialized() [signal]
This signal is emitted when the mapping manager has been initialized and is ready to be used.
bool QGeoMappingManager::isInitialized() const
Return whether the manager has been initialized (will be done automatically but may take some time).
QLocale QGeoMappingManager::locale() const
Returns the locale used to hint to this mapping manager about what language to use for map labels.
See also setLocale().
QString QGeoMappingManager::managerName() const
Returns the name of the engine which implements the behaviour of this mapping manager.
The combination of managerName() and managerVersion() should be unique amongst the plugin implementations.
int QGeoMappingManager::managerVersion() const
Returns the version of the engine which implements the behaviour of this mapping manager.
The combination of managerName() and managerVersion() should be unique amongst the plugin implementations.
void QGeoMappingManager::setLocale(const QLocale & locale)
Sets the locale to be used by the this manager to locale.
If this mapping manager supports returning map labels in different languages, they will be returned in the language of locale.
The locale used defaults to the system locale if this is not set.
See also locale().
QList<QGeoMapType> QGeoMappingManager::supportedMapTypes() const