#include <klflibdbengine.h>


Public Member Functions | |
| KLFLibDBEngineFactory (QObject *parent=NULL) | |
| virtual | ~KLFLibDBEngineFactory () |
| virtual QStringList | supportedTypes () const |
| virtual QString | schemeTitle (const QString &scheme) const |
| virtual uint | schemeFunctions (const QString &scheme) const |
| virtual QString | correspondingWidgetType (const QString &scheme) const |
| virtual KLFLibResourceEngine * | openResource (const QUrl &location, QObject *parent=NULL) |
| virtual KLFLibResourceEngine * | createResource (const QString &scheme, const Parameters ¶meters, QObject *parent=NULL) |
Public Member Functions inherited from KLFLibEngineFactory | |
| KLFLibEngineFactory (QObject *parent=NULL) | |
| virtual | ~KLFLibEngineFactory () |
| virtual bool | saveResourceTo (KLFLibResourceEngine *resource, const QUrl &newLocation) |
| Save the given resource to a new location. More... | |
Public Member Functions inherited from QObject | |
| QObject (QObject *parent=0) | |
| blockSignals (bool block) | |
| childEvent (QChildEvent *event) | |
| children () | |
| connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type=Qt::AutoCompatConnection) | |
| connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type=Qt::AutoCompatConnection) | |
| connectNotify (const char *signal) | |
| customEvent (QEvent *event) | |
| deleteLater () | |
| destroyed (QObject *obj=0) | |
| disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) | |
| disconnect (const char *signal=0, const QObject *receiver=0, const char *method=0) | |
| disconnect (const QObject *receiver, const char *method=0) | |
| disconnectNotify (const char *signal) | |
| dumpObjectInfo () | |
| dumpObjectTree () | |
| dynamicPropertyNames () | |
| event (QEvent *e) | |
| eventFilter (QObject *watched, QEvent *event) | |
| findChild (const QString &name=QString() | |
| findChildren (const QString &name=QString() | |
| findChildren (const QRegExp ®Exp) | |
| inherits (const char *className) | |
| installEventFilter (QObject *filterObj) | |
| isWidgetType () | |
| killTimer (int id) | |
| metaObject () | |
| moveToThread (QThread *targetThread) | |
| parent () | |
| property (const char *name) | |
| receivers (const char *signal) | |
| removeEventFilter (QObject *obj) | |
| sender () | |
| setParent (QObject *parent) | |
| setProperty (const char *name, const QVariant &value) | |
| signalsBlocked () | |
| startTimer (int interval) | |
| thread () | |
| timerEvent (QTimerEvent *event) | |
| tr (const char *sourceText, const char *comment=0, int n=-1) | |
| trUtf8 (const char *sourceText, const char *comment=0, int n=-1) | |
| staticMetaObject | |
| QObject (QObject *parent, const char *name) | |
| checkConnectArgs (const char *signal, const QObject *object, const char *method) | |
| child (const char *objName, const char *inheritsClass=0, bool recursiveSearch=true) | |
| className () | |
| insertChild (QObject *object) | |
| isA (const char *className) | |
| name () | |
| name (const char *defaultName) | |
| normalizeSignalSlot (const char *signalSlot) | |
| removeChild (QObject *object) | |
| setName (const char *name) | |
Public Member Functions inherited from KLFFactoryBase | |
| KLFFactoryBase (KLFFactoryManager *factoryManager) | |
| virtual | ~KLFFactoryBase () |
Additional Inherited Members | |
Public Types inherited from KLFLibEngineFactory | |
| enum | SchemeFunctions { FuncOpen = 0x01, FuncCreate = 0x02, FuncSaveTo = 0x04 } |
| typedef QMap< QString, QVariant > | Parameters |
Static Public Member Functions inherited from KLFLibEngineFactory | |
| static KLFLibEngineFactory * | findFactoryFor (const QUrl &url) |
| static KLFLibEngineFactory * | findFactoryFor (const QString &urlScheme) |
| static QStringList | allSupportedSchemes () |
| static KLFLibResourceEngine * | openURL (const QUrl &location, QObject *parent=NULL) |
| static QStringList | listSubResources (const QUrl &url) |
| static QMap< QString, QString > | listSubResourcesWithTitles (const QUrl &url) |
The associated KLFLibEngineFactory factory to the KLFLibDBEngine resource engine.
Definition at line 234 of file klflibdbengine.h.
| KLFLibDBEngineFactory::KLFLibDBEngineFactory | ( | QObject * | parent = NULL | ) |
|
inlinevirtual |
Definition at line 239 of file klflibdbengine.h.
Implements KLFLibEngineFactory.
Definition at line 1784 of file klflibdbengine.cpp.
|
virtual |
Reimplemented from KLFLibEngineFactory.
Definition at line 1798 of file klflibdbengine.cpp.
References QMap::contains(), KLFLibDBEngine::createSqlite(), QString::isEmpty(), KLFLibNewSubResDlg::makeSubResInternalName(), and QObject::tr().
|
virtual |
Implements KLFLibEngineFactory.
Definition at line 1792 of file klflibdbengine.cpp.
References KLFLibDBEngine::openUrl().
|
virtual |
Reimplemented from KLFLibEngineFactory.
Definition at line 1774 of file klflibdbengine.cpp.
References KLFLibEngineFactory::FuncCreate, and KLFLibEngineFactory::FuncOpen.
Implements KLFLibEngineFactory.
Definition at line 1768 of file klflibdbengine.cpp.
References QObject::tr().
Referenced by KLFLibDBEngineFactory().
|
virtual |
Implements KLFLibEngineFactory.
Definition at line 1763 of file klflibdbengine.cpp.