KMFactory Class Reference
Inheritance diagram for KMFactory:

Detailed Description
Definition at line 45 of file kmfactory.h.
DCOP Member Functions | |
| ASYNC | slot_pluginChanged (pid_t) |
| ASYNC | slot_configChanged () |
| void | configChanged () |
Public Member Functions | |
| KMFactory () | |
| ~KMFactory () | |
| KMManager * | manager () |
| KMJobManager * | jobManager () |
| KMUiManager * | uiManager () |
| KMVirtualManager * | virtualManager () |
| KMSpecialManager * | specialManager () |
| KXmlCommandManager * | commandManager () |
| KPrinterImpl * | printerImplementation () |
| KConfig * | printConfig (const QString &group=QString::null) |
| QString | printSystem () |
| QValueList< PluginInfo > | pluginList () |
| PluginInfo | pluginInfo (const QString &name) |
| void | saveConfig () |
| void | reload (const QString &syst, bool saveSyst=true) |
| void | registerObject (KPReloadObject *, bool=false) |
| void | unregisterObject (KPReloadObject *) |
| Settings * | settings () const |
| QPair< QString, QString > | requestPassword (int &seqNbr, const QString &user, const QString &host="localhost", int port=0) |
| void | initPassword (const QString &user, const QString &password, const QString &host="localhsot", int port=0) |
Static Public Member Functions | |
| static KMFactory * | self () |
| static bool | exists () |
| static void | release () |
Public Attributes | |
| k_dcop_signals | __pad0__: void pluginChanged(pid_t) |
Classes | |
| struct | PluginInfo |
| struct | Settings |
Member Function Documentation
| QPair< QString, QString > KMFactory::requestPassword | ( | int & | seqNbr, | |
| const QString & | user, | |||
| const QString & | host = "localhost", |
|||
| int | port = 0 | |||
| ) |
Definition at line 415 of file kmfactory.cpp.
| void KMFactory::initPassword | ( | const QString & | user, | |
| const QString & | password, | |||
| const QString & | host = "localhsot", |
|||
| int | port = 0 | |||
| ) |
Definition at line 441 of file kmfactory.cpp.
The documentation for this class was generated from the following files:

