00001 /*<<<<<COPYRIGHT*/ 00002 /* 00003 * RTK The report toolkit 00004 * Copyright (C) 2003 Francisco Santiago Capel Torres 00005 00006 * rtkview.h RTK Viewer/printer 00007 * 00008 * This program is free software; you can redistribute it and/or modify 00009 * it under the terms of the GNU General Public License as published by 00010 * the Free Software Foundation; either version 2 of the License, or 00011 * (at your option) any later version. 00012 * 00013 * This program is distributed in the hope that it will be useful, 00014 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00016 * GNU General Public License for more details. 00017 * 00018 */ 00019 /*>>>>>COPYRIGHT*/ 00020 00021 extern void printReport (const QString & reportname, 00022 const QString & inputname); 00023 00024 00025 extern QString ArgRTKFileName; 00026 extern QString ArgInput, ArgOutputFormat; 00027 extern QString ArgOutputFileName; 00028 extern QString ArgImagesPath, ArgStylesPath; 00029 extern QString ArgSqlDriver, ArgSqlUser, ArgSqlPassword, ArgSqlDatabase, 00030 ArgSqlHost, ArgSqlPort; 00031 extern QString ArgEncoding, ArgOOTemplatePath, ArgOOCreateOption;