[KLF Application][KLF Tools][KLF Backend][KLF Home]
KLatexFormula Project
Public Member Functions
KLFLibLegacyEngineFactory Class Reference

#include <klfliblegacyengine.h>

Inheritance diagram for KLFLibLegacyEngineFactory:
Inheritance graph
[legend]
Collaboration diagram for KLFLibLegacyEngineFactory:
Collaboration graph
[legend]

List of all members.

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 KLFLibResourceEngineopenResource (const QUrl &location, QObject *parent=NULL)
virtual KLFLibResourceEnginecreateResource (const QString &scheme, const Parameters &parameters, 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.
- 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 &regExp)
 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, QVariantParameters
- Static Public Member Functions inherited from KLFLibEngineFactory
static KLFLibEngineFactoryfindFactoryFor (const QUrl &url)
static KLFLibEngineFactoryfindFactoryFor (const QString &urlScheme)
static QStringList allSupportedSchemes ()
static KLFLibResourceEngineopenURL (const QUrl &location, QObject *parent=NULL)
static QStringList listSubResources (const QUrl &url)
static QMap< QString, QStringlistSubResourcesWithTitles (const QUrl &url)

Detailed Description

The associated factory to the KLFLibDBEngine engine.

Definition at line 221 of file klfliblegacyengine.h.


Constructor & Destructor Documentation

KLFLibLegacyEngineFactory::KLFLibLegacyEngineFactory ( QObject parent = NULL)
virtual KLFLibLegacyEngineFactory::~KLFLibLegacyEngineFactory ( )
inlinevirtual

Definition at line 226 of file klfliblegacyengine.h.


Member Function Documentation

QString KLFLibLegacyEngineFactory::correspondingWidgetType ( const QString scheme) const
virtual

Implements KLFLibEngineFactory.

Definition at line 1028 of file klfliblegacyengine.cpp.

KLFLibResourceEngine * KLFLibLegacyEngineFactory::createResource ( const QString scheme,
const Parameters parameters,
QObject parent = NULL 
)
virtual
KLFLibResourceEngine * KLFLibLegacyEngineFactory::openResource ( const QUrl location,
QObject parent = NULL 
)
virtual

Create a library engine that opens resource stored at location

Implements KLFLibEngineFactory.

Definition at line 1036 of file klfliblegacyengine.cpp.

References KLFLibLegacyEngine::openUrl().

uint KLFLibLegacyEngineFactory::schemeFunctions ( const QString scheme) const
virtual

Reimplemented from KLFLibEngineFactory.

Definition at line 1021 of file klfliblegacyengine.cpp.

References KLFLibEngineFactory::FuncCreate, and KLFLibEngineFactory::FuncOpen.

QString KLFLibLegacyEngineFactory::schemeTitle ( const QString scheme) const
virtual

Implements KLFLibEngineFactory.

Definition at line 1013 of file klfliblegacyengine.cpp.

References QObject::tr().

Referenced by KLFLibLegacyEngineFactory().

QStringList KLFLibLegacyEngineFactory::supportedTypes ( ) const
virtual

Implements KLFLibEngineFactory.

Definition at line 1008 of file klfliblegacyengine.cpp.


The documentation for this class was generated from the following files:

Generated by doxygen 1.8.1