KDEPrint
KMFactory Class Reference
#include <kmfactory.h>

Detailed Description
KDEPrint factory for [something].Definition at line 45 of file kmfactory.h.
Constructor & Destructor Documentation
| KMFactory::KMFactory | ( | ) |
Definition at line 86 of file kmfactory.cpp.
| KMFactory::~KMFactory | ( | ) |
Definition at line 122 of file kmfactory.cpp.
Member Function Documentation
| KXmlCommandManager * KMFactory::commandManager | ( | ) |
Definition at line 172 of file kmfactory.cpp.
| void KMFactory::configChanged | ( | ) | [signal] |
| bool KMFactory::exists | ( | ) | [static] |
Definition at line 76 of file kmfactory.cpp.
| void KMFactory::initPassword | ( | const QString & | user, | |
| const QString & | password, | |||
| const QString & | host = QLatin1String("localhsot"), |
|||
| int | port = 0 | |||
| ) |
We do not use an internal event loop for 2 potential problems:
- the MessageWindow modality (appearing afterwards, it pops up on top of the password dialog)
- KMTimer should be stopped, but it's unavailable from this object
Definition at line 436 of file kmfactory.cpp.
| KMJobManager * KMFactory::jobManager | ( | ) |
Definition at line 138 of file kmfactory.cpp.
| KMManager * KMFactory::manager | ( | ) |
Definition at line 130 of file kmfactory.cpp.
| void KMFactory::pluginChanged | ( | int | ) | [signal] |
| KMFactory::PluginInfo KMFactory::pluginInfo | ( | const QString & | name | ) |
Definition at line 312 of file kmfactory.cpp.
| QList< KMFactory::PluginInfo > KMFactory::pluginList | ( | ) |
Definition at line 299 of file kmfactory.cpp.
| KConfig * KMFactory::printConfig | ( | ) |
Definition at line 235 of file kmfactory.cpp.
| KPrinterImpl * KMFactory::printerImplementation | ( | ) |
Definition at line 154 of file kmfactory.cpp.
| QString KMFactory::printSystem | ( | ) |
Definition at line 244 of file kmfactory.cpp.
| void KMFactory::registerObject | ( | KPReloadObject * | obj, | |
| bool | priority = false | |||
| ) |
Definition at line 335 of file kmfactory.cpp.
| void KMFactory::release | ( | ) | [static] |
Definition at line 81 of file kmfactory.cpp.
| void KMFactory::reload | ( | const QString & | syst, | |
| bool | saveSyst = true | |||
| ) |
Definition at line 271 of file kmfactory.cpp.
| QPair< QString, QString > KMFactory::requestPassword | ( | int & | seqNbr, | |
| const QString & | user, | |||
| const QString & | host = QLatin1String("localhost"), |
|||
| int | port = 0 | |||
| ) |
We do not use an internal event loop for 2 potential problems:
- the MessageWindow modality (appearing afterwards, it pops up on top of the password dialog)
- KMTimer should be stopped, but it's unavailable from this object
Definition at line 413 of file kmfactory.cpp.
| void KMFactory::saveConfig | ( | ) |
Definition at line 402 of file kmfactory.cpp.
| KMFactory * KMFactory::self | ( | ) | [static] |
Definition at line 67 of file kmfactory.cpp.
| Settings* KMFactory::settings | ( | ) | const [inline] |
Definition at line 90 of file kmfactory.h.
| KMSpecialManager * KMFactory::specialManager | ( | ) |
Definition at line 167 of file kmfactory.cpp.
| KMUiManager * KMFactory::uiManager | ( | ) |
Definition at line 146 of file kmfactory.cpp.
| void KMFactory::unregisterObject | ( | KPReloadObject * | obj | ) |
Definition at line 347 of file kmfactory.cpp.
| KMVirtualManager * KMFactory::virtualManager | ( | ) |
Definition at line 162 of file kmfactory.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference