#include <kptfactory.h>
Public Member Functions | |
Factory (QObject *parent=0, const char *name=0) | |
~Factory () | |
virtual KParts::Part * | createPartObject (QWidget *parentWidget=0, QObject *parent=0, const char *classname="KoDocument", const QStringList &args=QStringList()) |
Static Public Member Functions | |
static KInstance * | global () |
static KAboutData * | aboutData () |
Static Private Attributes | |
static KInstance * | s_global |
static KAboutData * | s_aboutData |
Definition at line 30 of file kptfactory.h.
KPlato::Factory::Factory | ( | QObject * | parent = 0 , |
|
const char * | name = 0 | |||
) |
KPlato::Factory::~Factory | ( | ) |
KParts::Part * KPlato::Factory::createPartObject | ( | QWidget * | parentWidget = 0 , |
|
QObject * | parent = 0 , |
|||
const char * | classname = "KoDocument" , |
|||
const QStringList & | args = QStringList() | |||
) | [virtual] |
Definition at line 49 of file kptfactory.cc.
KInstance * KPlato::Factory::global | ( | ) | [static] |
Definition at line 77 of file kptfactory.cc.
References aboutData(), and s_global.
Referenced by Factory(), KPlato::Config::load(), KPlato::Part::Part(), KPlato::Config::save(), KPlato::TaskEditor::TaskEditor(), and KPlato::View::View().
KAboutData * KPlato::Factory::aboutData | ( | ) | [static] |
Definition at line 70 of file kptfactory.cc.
References KPlato::newAboutData(), and s_aboutData.
Referenced by global().
KInstance * KPlato::Factory::s_global [static, private] |
KAboutData * KPlato::Factory::s_aboutData [static, private] |