Blokkal::Ui::BrowseEntryViewFactory Class Reference
Base class for plugins that provide views to browse entries. More...
#include <browseentryviewfactory.h>
Inheritance diagram for Blokkal::Ui::BrowseEntryViewFactory:
Public Member Functions | |
BrowseEntryViewFactory (const KComponentData &instance, QObject *parent=0) | |
virtual Blokkal::Ui::BrowseEntryDialog * | createView (Blokkal::Blog *blog)=0 |
virtual | ~BrowseEntryViewFactory (void) |
Detailed Description
Base class for plugins that provide views to browse entries.Base class for plugins that provide views to browse entries.
Definition at line 38 of file browseentryviewfactory.h.
Constructor & Destructor Documentation
Blokkal::Ui::BrowseEntryViewFactory::BrowseEntryViewFactory | ( | const KComponentData & | instance, | |
QObject * | parent = 0 | |||
) |
Creates a new BrowseEntryViewPlugin object.
- Parameters:
-
parent owning object instance instance of the plugin
- See also:
- Blokkal::Plugin
Definition at line 23 of file browseentryviewfactory.cpp.
Blokkal::Ui::BrowseEntryViewFactory::~BrowseEntryViewFactory | ( | void | ) | [virtual] |
Destructor
Definition at line 28 of file browseentryviewfactory.cpp.
Member Function Documentation
virtual Blokkal::Ui::BrowseEntryDialog* Blokkal::Ui::BrowseEntryViewFactory::createView | ( | Blokkal::Blog * | blog | ) | [pure virtual] |
Creates a new view to browse entries in blog.
- Returns:
- a new view
The documentation for this class was generated from the following files: