KDEPrint
KXmlCommandManager Class Reference
#include <kxmlcommand.h>

Detailed Description
Definition at line 89 of file kxmlcommand.h.
Public Types | |
| enum | IO_CheckType { None = 0, Basic, Advanced } |
Public Member Functions | |
| QStringList | autoConvert (const QString &mimesrc, const QString &mimedest) |
| bool | checkCommand (const QString &, int inputCheck=Advanced, int outputCheck=Advanced, QString *msg=0) |
| void | cleanUp () |
| QStringList | commandList () |
| QStringList | commandListWithDescription () |
| bool | configure (KXmlCommand *, QWidget *parent=0) |
| int | insertCommand (QStringList &list, const QString &filtername, bool defaultToStart=true) |
| KXmlCommandManager () | |
| KXmlCommand * | loadCommand (const QString &xmlId, bool check=false) |
| void | saveCommand (KXmlCommand *xmlCmd) |
| QString | selectCommand (QWidget *parent=0) |
| ~KXmlCommandManager () | |
Static Public Member Functions | |
| static KXmlCommandManager * | self () |
Protected Member Functions | |
| KXmlCommand * | command (const QString &) const |
| void | preload () |
Member Enumeration Documentation
Constructor & Destructor Documentation
| KXmlCommandManager::KXmlCommandManager | ( | ) |
Definition at line 538 of file kxmlcommand.cpp.
| KXmlCommandManager::~KXmlCommandManager | ( | ) |
Definition at line 544 of file kxmlcommand.cpp.
Member Function Documentation
| QStringList KXmlCommandManager::autoConvert | ( | const QString & | mimesrc, | |
| const QString & | mimedest | |||
| ) |
Definition at line 679 of file kxmlcommand.cpp.
| bool KXmlCommandManager::checkCommand | ( | const QString & | xmlId, | |
| int | inputCheck = Advanced, |
|||
| int | outputCheck = Advanced, |
|||
| QString * | msg = 0 | |||
| ) |
Definition at line 721 of file kxmlcommand.cpp.
| void KXmlCommandManager::cleanUp | ( | ) |
Definition at line 568 of file kxmlcommand.cpp.
| KXmlCommand * KXmlCommandManager::command | ( | const QString & | xmlId | ) | const [protected] |
Definition at line 640 of file kxmlcommand.cpp.
| QStringList KXmlCommandManager::commandList | ( | ) |
Definition at line 594 of file kxmlcommand.cpp.
| QStringList KXmlCommandManager::commandListWithDescription | ( | ) |
Definition at line 614 of file kxmlcommand.cpp.
| bool KXmlCommandManager::configure | ( | KXmlCommand * | xmlCmd, | |
| QWidget * | parent = 0 | |||
| ) |
Definition at line 759 of file kxmlcommand.cpp.
| int KXmlCommandManager::insertCommand | ( | QStringList & | list, | |
| const QString & | filtername, | |||
| bool | defaultToStart = true | |||
| ) |
Definition at line 645 of file kxmlcommand.cpp.
| KXmlCommand * KXmlCommandManager::loadCommand | ( | const QString & | xmlId, | |
| bool | check = false | |||
| ) |
Definition at line 550 of file kxmlcommand.cpp.
| void KXmlCommandManager::preload | ( | ) | [protected] |
Definition at line 577 of file kxmlcommand.cpp.
| void KXmlCommandManager::saveCommand | ( | KXmlCommand * | xmlCmd | ) |
Definition at line 560 of file kxmlcommand.cpp.
Definition at line 624 of file kxmlcommand.cpp.
| KXmlCommandManager * KXmlCommandManager::self | ( | ) | [static] |
Definition at line 529 of file kxmlcommand.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference