Contents
QLandmarkManagerEngineFactory Class Reference
The QLandmarkManagerEngineFactory class provides the interface for plugins that implement QLandmarkManagerEngine functionality. More...
#include <QLandmarkManagerEngineFactory>
Public Functions
virtual | ~QLandmarkManagerEngineFactory () |
virtual QLandmarkManagerEngine * | engine ( const QMap<QString, QString> & parameters, QLandmarkManager::Error * error, QString * errorString ) = 0 |
virtual QString | managerName () const = 0 |
virtual QList<int> | supportedImplementationVersions () const |
Detailed Description
The QLandmarkManagerEngineFactory class provides the interface for plugins that implement QLandmarkManagerEngine functionality.
This class provides a simple interface for the creation of landmark manager engine instances. Each factory has a specific id associated with it, which forms the managerName parameter when creating QLandmarkManager objects.