#include </home/clem/local/src/opie/libopie2/opiepim/backend/obackendfactory.h>
Public Member Functions | |
| OBackendFactory () | |
Static Public Member Functions | |
| static T * | create (OPimGlobal::PimType type, OPimGlobal::DatabaseStyle database, const QString &appName, const QString &filename=QString::null) |
| static OPimGlobal::DatabaseStyle | defaultDB (OPimGlobal::PimType type) |
| static T * | defaultBackend (OPimGlobal::PimType type, const QString &appName) |
Private Attributes | |
| OBackendPrivate * | d |
OPimTodoAccessBackend* backend = OBackEndFactory<OPimTodoAccessBackend>::Default( OPimGlobal::TODOLIST, QString::null ); backend->load();
Definition at line 84 of file obackendfactory.h.
|
|||||||||
|
Definition at line 87 of file obackendfactory.h. |
|
||||||||||||||||||||||||
|
Returns a selected backend implementation
Definition at line 97 of file obackendfactory.h. References DEFAULT, Opie::OBackendFactory< T >::defaultDB(), NULL, oendl, and owarn. Referenced by Opie::OBackendFactory< T >::defaultBackend(). |
|
||||||||||||||||
|
Returns the default backend implementation for backendName. Which one is used, is defined by the configfile "pimaccess.conf".
Definition at line 222 of file obackendfactory.h. References Opie::OBackendFactory< T >::create(), and DEFAULT. |
|
||||||||||
|
Returns the style of the default database which is used to contact PIM data.
Definition at line 179 of file obackendfactory.h. References QAsciiDict< type >::insert(), Config::readEntry(), QPtrCollection::setAutoDelete(), Config::setGroup(), and TRUE. Referenced by Opie::OBackendFactory< T >::create(). |
|
|||||
|
Definition at line 226 of file obackendfactory.h. |
1.4.2