meinproc_common.h File Reference
#include <QDebug>#include <QString>
Include dependency graph for meinproc_common.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Enumerations | |
| enum | CheckFileResult { CheckFileSuccess, CheckFileDoesNotExist, CheckFileIsNotFile, CheckFileIsNotReadable } |
| enum | CheckResult { CheckSuccess, CheckNoOut, CheckNoXmllint } |
Functions | |
| CheckResult | check (const QString &checkFilename, const QString &exe, const QByteArray &catalogs) |
| CheckFileResult | checkFile (const QString &checkFilename) |
| void | doOutput (QString output, bool usingStdOut, bool usingOutput, const QString &outputOption, bool replaceCharset) |
Enumeration Type Documentation
| enum CheckFileResult |
Definition at line 8 of file meinproc_common.h.
| enum CheckResult |
Definition at line 18 of file meinproc_common.h.
Function Documentation
| CheckResult check | ( | const QString & | checkFilename, |
| const QString & | exe, | ||
| const QByteArray & | catalogs | ||
| ) |
Definition at line 29 of file meinproc_common.cpp.
| CheckFileResult checkFile | ( | const QString & | checkFilename | ) |
Definition at line 11 of file meinproc_common.cpp.
KDE 4.6 API Reference