#include <klflibview.h>


Public Member Functions | |
| KLFLibDefaultViewFactory (QObject *parent=NULL) | |
| virtual | ~KLFLibDefaultViewFactory () |
| virtual QString | viewTypeTitle (const QString &viewTypeIdent) const |
| virtual bool | canCreateLibView (const QString &, KLFLibResourceEngine *) |
| virtual KLFAbstractLibView * | createLibView (const QString &viewTypeIdent, QWidget *parent, KLFLibResourceEngine *resourceEngine) |
Public Member Functions inherited from KLFLibViewFactory | |
| KLFLibViewFactory (const QStringList &viewTypeIdentifiers, QObject *parent=NULL) | |
| virtual | ~KLFLibViewFactory () |
| virtual QStringList | viewTypeIdentifiers () |
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) | |
Additional Inherited Members | |
Static Public Member Functions inherited from KLFLibViewFactory | |
| static QString | defaultViewTypeIdentifier () |
| static KLFLibViewFactory * | findFactoryFor (const QString &viewTypeIdentifier) |
| static QStringList | allSupportedViewTypeIdentifiers () |
| static QList< KLFLibViewFactory * > | allFactories () |
Definition at line 908 of file klflibview.h.
| KLFLibDefaultViewFactory::KLFLibDefaultViewFactory | ( | QObject * | parent = NULL | ) |
Definition at line 3945 of file klflibview.cpp.
|
inlinevirtual |
Definition at line 913 of file klflibview.h.
|
inlinevirtual |
Implements KLFLibViewFactory.
Definition at line 917 of file klflibview.h.
|
virtual |
Implements KLFLibViewFactory.
Definition at line 3964 of file klflibview.cpp.
References KLFLibDefaultView::CategoryTreeView, KLFLibDefaultView::IconView, KLFLibDefaultView::ListTreeView, and KLFAbstractLibView::setResourceEngine().
Implements KLFLibViewFactory.
Definition at line 3951 of file klflibview.cpp.
References QObject::tr().