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

KDocTools

  • sources
  • kde-4.12
  • kdelibs
  • 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 
8 enum CheckFileResult
9 {
10  CheckFileSuccess,
11  CheckFileDoesNotExist,
12  CheckFileIsNotFile,
13  CheckFileIsNotReadable
14 };
15 
16 CheckFileResult checkFile( const QString &checkFilename );
17 
18 enum CheckResult
19 {
20  CheckSuccess,
21  CheckNoOut,
22  CheckNoXmllint
23 };
24 
25 CheckResult check(const QString &checkFilename, const QString &exe, const QByteArray &catalogs);
26 
27 void 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
CheckFileSuccess
Definition: meinproc_common.h:10
CheckFileIsNotFile
Definition: meinproc_common.h:12
CheckFileDoesNotExist
Definition: meinproc_common.h:11
QString
CheckFileResult
CheckFileResult
Definition: meinproc_common.h:8
CheckResult
CheckResult
Definition: meinproc_common.h:18
CheckFileIsNotReadable
Definition: meinproc_common.h:13
CheckSuccess
Definition: meinproc_common.h:20
checkFile
CheckFileResult checkFile(const QString &checkFilename)
Definition: meinproc_common.cpp:11
CheckNoOut
Definition: meinproc_common.h:21
CheckNoXmllint
Definition: meinproc_common.h:22
check
CheckResult check(const QString &checkFilename, const QString &exe, const QByteArray &catalogs)
Definition: meinproc_common.cpp:29
doOutput
void doOutput(QString output, bool usingStdOut, bool usingOutput, const QString &outputOption, bool replaceCharset)
Definition: meinproc_common.cpp:60
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

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 API Reference

Skip menu "kdelibs 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
  • kjsembed
  •   WTF
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Nepomuk-Core
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



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