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.
Member Function Documentation
QLandmarkManagerEngineFactory::~QLandmarkManagerEngineFactory () [virtual]
Destroys the engine factory.
This function is called by the QLandmarkManager implementation to create an instance of the engine provided by this factory.
The parameters supplied can be ignored or interpreted as desired.
If a supplied parameter results in an unfulfillable request, or some other error occurs, this function may return a null pointer, and the client developer will get an invalid QLandmarkManager in return. Errors are stored in error and errorString.
QString QLandmarkManagerEngineFactory::managerName () const [pure virtual]
This function returns a unique string that identifies the engine provided by this factory.
Typically this would be of the form "com.nokia.qt.landmarks.engines.sqlite", with the appropriate domain and engine name substituted.
QList<int> QLandmarkManagerEngineFactory::supportedImplementationVersions () const [virtual]
This function returns a list of versions of the engine which this factory can instantiate.