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

KDocTools

meinproc_common.h

Go to the documentation of this file.
00001 
00002 #ifndef MEINPROC_COMMON_H
00003 #define MEINPROC_COMMON_H
00004 
00005 #include <QDebug>
00006 #include <QString>
00007 
00008 enum CheckFileResult
00009 {
00010     CheckFileSuccess,
00011     CheckFileDoesNotExist,
00012     CheckFileIsNotFile,
00013     CheckFileIsNotReadable
00014 };
00015 
00016 CheckFileResult checkFile( const QString &checkFilename );
00017 
00018 enum CheckResult
00019 {
00020     CheckSuccess,
00021     CheckNoOut,
00022     CheckNoXmllint
00023 };
00024 
00025 CheckResult check(const QString &checkFilename, const QString &exe, const QByteArray &catalogs);
00026 
00027 void doOutput(QString output, bool usingStdOut, bool usingOutput, const QString &outputOption, bool replaceCharset);
00028 
00029 #ifdef _WIN32
00030 #include <windows.h>
00031 #define setenv(x,y,z) SetEnvironmentVariable((LPCTSTR)x,(LPCTSTR)y)
00032 #endif // _WIN32
00033 
00034 #endif

KDocTools

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

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • 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
Generated for kdelibs by doxygen 1.7.3
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal