qtmobility/src/contacts/qcontactmanagerenginefactory.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 8 71781823f776
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    47 /*!
    47 /*!
    48   \class QContactManagerEngineFactory
    48   \class QContactManagerEngineFactory
    49   \preliminary
    49   \preliminary
    50   \brief The QContactManagerEngineFactory class provides the interface for
    50   \brief The QContactManagerEngineFactory class provides the interface for
    51  plugins that implement QContactManagerEngine functionality.
    51  plugins that implement QContactManagerEngine functionality.
       
    52   \ingroup contacts-backends
    52  
    53  
    53   This class provides a simple interface for the creation of
    54   This class provides a simple interface for the creation of
    54   manager engine instances.  Each factory has a specific id
    55   manager engine instances.  Each factory has a specific id
    55   associated with it, which forms the \c managerName parameter
    56   associated with it, which forms the \c managerName parameter
    56   when creating \l QContactManager objects.
    57   when creating \l QContactManager objects.
    66 QContactManagerEngineFactory::~QContactManagerEngineFactory()
    67 QContactManagerEngineFactory::~QContactManagerEngineFactory()
    67 {
    68 {
    68 }
    69 }
    69 
    70 
    70 /*!
    71 /*!
    71   \fn QContactManagerEngineFactory::engine(const QMap<QString, QString>& parameters, QContactManager::Error &error)
    72   \fn QContactManagerEngineFactory::engine(const QMap<QString, QString>& parameters, QContactManager::Error* error)
    72 
    73 
    73   This function is called by the QContactManager implementation to
    74   This function is called by the QContactManager implementation to
    74   create an instance of the engine provided by this factory.
    75   create an instance of the engine provided by this factory.
    75 
    76 
    76   The \a parameters supplied can be ignored or interpreted as desired.
    77   The \a parameters supplied can be ignored or interpreted as desired.