Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

rtk.h

00001 /*<<<<<COPYRIGHT*/
00002 /*
00003  * RTK The report toolkit
00004  * Copyright (C) 2003 Francisco Santiago Capel Torres
00005 
00006  * rtk.h This file includes all the RTK functionality
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 #ifndef RTK_H
00021 #define RTK_H
00022 
00023 #include "rtkconfig.h"
00024 #include "rtknamespace.h"
00025 #include "rtkvariant.h"
00026 #include "rtkstyle.h"
00027 #include "rtkformula.h"
00028 
00029 #include "rtkobject.h"
00030 #include "rtksection.h"
00031 #include "rtkreport.h"
00032 
00033 #include "rtkinputfield.h"
00034 #include "rtkinput.h"
00035 #include "rtkinputcsv.h"
00036 #include "rtkinputsql.h"
00037 
00038 #include "rtkoutput.h"
00039 #include "rtkoutputtext.h"
00040 #include "rtkoutputhtml.h"
00041 #include "rtkoutputqpainter.h"
00042 #include "rtkoutputopenoffice.h"
00043 
00044 #endif // RTK_H

Generated on Tue Feb 22 14:44:37 2005 for RTK. Report ToolKit by  doxygen 1.3.9.1