#include <klfliblegacyengine.h>
Public Member Functions | |
KLFLibLegacyEngineFactory (QObject *parent=NULL) | |
virtual | ~KLFLibLegacyEngineFactory () |
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) |
![]() | |
KLFLibEngineFactory (QObject *parent=NULL) | |
virtual | ~KLFLibEngineFactory () |
virtual bool | saveResourceTo (KLFLibResourceEngine *resource, const QUrl &newLocation) |
Save the given resource to a new location. More... | |
![]() | |
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) | |
![]() | |
KLFFactoryBase (KLFFactoryManager *factoryManager) | |
virtual | ~KLFFactoryBase () |
Additional Inherited Members | |
![]() | |
enum | SchemeFunctions { FuncOpen = 0x01, FuncCreate = 0x02, FuncSaveTo = 0x04 } |
typedef QMap< QString, QVariant > | Parameters |
![]() | |
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 factory to the KLFLibDBEngine engine.
Definition at line 221 of file klfliblegacyengine.h.
KLFLibLegacyEngineFactory::KLFLibLegacyEngineFactory | ( | QObject * | parent = NULL | ) |
|
inlinevirtual |
Definition at line 226 of file klfliblegacyengine.h.
Implements KLFLibEngineFactory.
Definition at line 1028 of file klfliblegacyengine.cpp.
|
virtual |
Reimplemented from KLFLibEngineFactory.
Definition at line 1041 of file klfliblegacyengine.cpp.
References QMap::contains(), KLFLibLegacyEngine::createDotKLF(), and QString::isEmpty().
|
virtual |
Create a library engine that opens resource stored at location
Implements KLFLibEngineFactory.
Definition at line 1036 of file klfliblegacyengine.cpp.
References KLFLibLegacyEngine::openUrl().
|
virtual |
Reimplemented from KLFLibEngineFactory.
Definition at line 1021 of file klfliblegacyengine.cpp.
References KLFLibEngineFactory::FuncCreate, and KLFLibEngineFactory::FuncOpen.
Implements KLFLibEngineFactory.
Definition at line 1013 of file klfliblegacyengine.cpp.
References QObject::tr().
Referenced by KLFLibLegacyEngineFactory().
|
virtual |
Implements KLFLibEngineFactory.
Definition at line 1008 of file klfliblegacyengine.cpp.