File indexing completed on 2024-05-12 16:41:05

0001 /***************************************************************************
0002 begin                : Sat Mai 9 2009
0003 copyright            : (C) 2009 by Thomas Braun
0004 email                : thomas.braun@virtuell-zuhause.de
0005 ***************************************************************************/
0006 
0007 /***************************************************************************
0008 *                                                                         *
0009 *   This program is free software; you can redistribute it and/or modify  *
0010 *   it under the terms of the GNU General Public License as published by  *
0011 *   the Free Software Foundation; either version 2 of the License, or     *
0012 *   (at your option) any later version.                                   *
0013 *                                                                         *
0014 ***************************************************************************/
0015 
0016 #ifndef CONVERTOLDSYMBOLFORMAT_H
0017 #define CONVERTOLDSYMBOLFORMAT_H
0018 
0019 #include <QImage>
0020 #include <QString>
0021 #include <QRegExp>
0022 #include <QFile>
0023 #include <QTextStream>
0024 #include <QTextDocument>
0025 #include <QStringList>
0026 
0027 #include <stdlib.h>
0028 #include <iostream>
0029 #include "../../symbolviewclasses.h"
0030 
0031 void usage();
0032 void outputXML(const QString&, const QString&, const QList< Package >& packages, bool mathMode);
0033 void extractPackageString(const QString&string, QList<Package> &packages);
0034 
0035 #endif