• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdelibs-4.14.38 API Reference
  • KDE Home
  • Contact Us
 

KDocTools

  • kdoctools
meinproc_common.h
Go to the documentation of this file.
1
2#ifndef MEINPROC_COMMON_H
3#define MEINPROC_COMMON_H
4
5#include <QDebug>
6#include <QString>
7
8enum CheckFileResult
9{
10 CheckFileSuccess,
11 CheckFileDoesNotExist,
12 CheckFileIsNotFile,
13 CheckFileIsNotReadable
14};
15
16CheckFileResult checkFile( const QString &checkFilename );
17
18enum CheckResult
19{
20 CheckSuccess,
21 CheckNoOut,
22 CheckNoXmllint
23};
24
25CheckResult check(const QString &checkFilename, const QString &exe, const QByteArray &catalogs);
26
27void doOutput(QString output, bool usingStdOut, bool usingOutput, const QString &outputOption, bool replaceCharset);
28
29#ifdef _WIN32
30#include <windows.h>
31#define setenv(x,y,z) SetEnvironmentVariable((LPCTSTR)x,(LPCTSTR)y)
32#endif // _WIN32
33
34#endif
CheckFileResult
CheckFileResult
Definition: meinproc_common.h:9
CheckFileDoesNotExist
@ CheckFileDoesNotExist
Definition: meinproc_common.h:11
CheckFileIsNotReadable
@ CheckFileIsNotReadable
Definition: meinproc_common.h:13
CheckFileIsNotFile
@ CheckFileIsNotFile
Definition: meinproc_common.h:12
CheckFileSuccess
@ CheckFileSuccess
Definition: meinproc_common.h:10
doOutput
void doOutput(QString output, bool usingStdOut, bool usingOutput, const QString &outputOption, bool replaceCharset)
Definition: meinproc_common.cpp:60
checkFile
CheckFileResult checkFile(const QString &checkFilename)
Definition: meinproc_common.cpp:11
check
CheckResult check(const QString &checkFilename, const QString &exe, const QByteArray &catalogs)
Definition: meinproc_common.cpp:29
CheckResult
CheckResult
Definition: meinproc_common.h:19
CheckNoXmllint
@ CheckNoXmllint
Definition: meinproc_common.h:22
CheckNoOut
@ CheckNoOut
Definition: meinproc_common.h:21
CheckSuccess
@ CheckSuccess
Definition: meinproc_common.h:20
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

KDE's Doxygen guidelines are available online.

KDocTools

Skip menu "KDocTools"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs-4.14.38 API Reference

Skip menu "kdelibs-4.14.38 API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal