KDocTools
meinproc_common.h File Reference
#include <QDebug>
#include <QString>
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
◆ CheckFileResult
enum CheckFileResult |
Enumerator | |
---|---|
CheckFileSuccess | |
CheckFileDoesNotExist | |
CheckFileIsNotFile | |
CheckFileIsNotReadable |
Definition at line 8 of file meinproc_common.h.
◆ CheckResult
enum CheckResult |
Enumerator | |
---|---|
CheckSuccess | |
CheckNoOut | |
CheckNoXmllint |
Definition at line 18 of file meinproc_common.h.
Function Documentation
◆ check()
CheckResult check | ( | const QString & | checkFilename, |
const QString & | exe, | ||
const QByteArray & | catalogs | ||
) |
Definition at line 29 of file meinproc_common.cpp.
◆ checkFile()
CheckFileResult checkFile | ( | const QString & | checkFilename | ) |
Definition at line 11 of file meinproc_common.cpp.
◆ doOutput()
void doOutput | ( | QString | output, |
bool | usingStdOut, | ||
bool | usingOutput, | ||
const QString & | outputOption, | ||
bool | replaceCharset | ||
) |
Definition at line 60 of file meinproc_common.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.