KPrintProcess Class Reference
List of all members.Detailed Description
Definition at line 26 of file kprintprocess.h.
Public Types | |
| enum | State { None = 0, Printing, Finishing } |
Signals | |
| void | printTerminated (KPrintProcess *) |
| void | printError (KPrintProcess *, const QString &) |
Public Member Functions | |
| KPrintProcess () | |
| ~KPrintProcess () | |
| bool | print () |
| QString | errorMessage () const |
| void | setOutput (const QString &output) |
| const QString & | output () const |
| void | setTempOutput (const QString &output) |
| const QString & | tempOutput () const |
| void | setTempFiles (const QStringList &files) |
| const QStringList & | tempFiles () const |
| void | setCommand (const QString &cmd) |
| const QString & | command () const |
| int | state () const |
Protected Slots | |
| void | slotReceivedStderr (KProcess *, char *, int) |
| void | slotExited (KProcess *) |
The documentation for this class was generated from the following files:

