• Main Page
  • Classes
  • Files
  • File List
  • File Members

qt/qtconst.h

Go to the documentation of this file.
00001 // Copyright (C) 2009-2012 by Konrad Rosenbaum <konrad@silmor.de>
00002 // protected under the GNU GPL version 3 or at your option any newer.
00003 // See COPYING.GPL file that comes with this distribution.
00004 //
00005 
00006 #ifndef WOC_QT_CONST_H
00007 #define WOC_QT_CONST_H
00008 
00009 //start section of all header files
00010 static const QByteArray HDRSTART=
00011         "//BEGIN OF AUTOMATICALLY GENERATED FILE\n"
00012         "//DO NOT EDIT THIS FILE DIRECTLY, USE THE XML SOURCE!\n"
00013         "#ifndef WOBGEN_%\n"
00014         "#define WOBGEN_%\n\n";
00015 //end section of all header files
00016 static const QByteArray HDREND="\n//END OF AUTOMATICALLY GENERATED FILE\n#endif\n";
00017 
00018 //start section of all source files
00019 static const QByteArray SRCSTART=
00020         "//BEGIN OF AUTOMATICALLY GENERATED FILE\n"
00021         "//DO NOT EDIT THIS FILE DIRECTLY, USE THE XML SOURCE!\n"
00022         "#include \"%\"\n"
00023         "#include <QDomElement>\n"
00024         "#include <QDomDocument>\n";
00025 //end section of all source files
00026 static const QByteArray SRCEND="\n//END OF AUTOMATICALLY GENERATED FILE\n";
00027 
00028 #endif

Generated on Sun Apr 15 2012 21:13:24 for PACK WOC by  doxygen 1.7.1