KDocTools
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 |
Enumerator | |
---|---|
CheckFileSuccess | |
CheckFileDoesNotExist | |
CheckFileIsNotFile | |
CheckFileIsNotReadable |
Definition at line 8 of file meinproc_common.h.
enum CheckResult |
Enumerator | |
---|---|
CheckSuccess | |
CheckNoOut | |
CheckNoXmllint |
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.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.