#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) |
Definition at line 908 of file klflibview.h.
| KLFLibDefaultViewFactory::KLFLibDefaultViewFactory | ( | QObject * | parent = NULL | ) |
Definition at line 3945 of file klflibview.cpp.
| virtual KLFLibDefaultViewFactory::~KLFLibDefaultViewFactory | ( | ) | [inline, virtual] |
Definition at line 913 of file klflibview.h.
| virtual bool KLFLibDefaultViewFactory::canCreateLibView | ( | const QString & | , |
| KLFLibResourceEngine * | |||
| ) | [inline, virtual] |
Implements KLFLibViewFactory.
Definition at line 917 of file klflibview.h.
| KLFAbstractLibView * KLFLibDefaultViewFactory::createLibView | ( | const QString & | viewTypeIdent, |
| QWidget * | parent, | ||
| KLFLibResourceEngine * | resourceEngine | ||
| ) | [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().