krita/ui
KisFactory2 Class Reference
#include <kis_factory2.h>
Inheritance diagram for KisFactory2:

Public Member Functions | |
| KisFactory2 (QObject *parent=0) | |
| ~KisFactory2 () | |
| virtual KParts::Part * | createPartObject (QWidget *parentWidget=0, QObject *parent=0, const char *classname="KoDocument", const QStringList &args=QStringList()) |
Static Public Member Functions | |
| static KAboutData * | aboutData () |
| static const KComponentData & | componentData () |
Detailed Description
Definition at line 35 of file kis_factory2.h.
Constructor & Destructor Documentation
| KisFactory2::KisFactory2 | ( | QObject * | parent = 0 |
) |
Definition at line 58 of file kis_factory2.cc.
| KisFactory2::~KisFactory2 | ( | ) |
Definition at line 66 of file kis_factory2.cc.
Member Function Documentation
| KAboutData * KisFactory2::aboutData | ( | ) | [static] |
Definition at line 93 of file kis_factory2.cc.
| const KComponentData & KisFactory2::componentData | ( | ) | [static] |
Definition at line 98 of file kis_factory2.cc.
| KParts::Part * KisFactory2::createPartObject | ( | QWidget * | parentWidget = 0, |
|
| QObject * | parent = 0, |
|||
| const char * | classname = "KoDocument", |
|||
| const QStringList & | args = QStringList() | |||
| ) | [virtual] |
Create the document.
Definition at line 77 of file kis_factory2.cc.
The documentation for this class was generated from the following files:
