VHISTlib
1.84.0.3018
|
00001 /* $HEADERS 00002 $Id: summarycreator.h 2792 2013-05-06 11:25:27Z michael $ 00003 */ 00004 00005 #ifndef SUMMARYCREATOR_INCLUDED 00006 #define SUMMARYCREATOR_INCLUDED 00007 00008 #include "../shared/misc_defines.h" 00009 00010 #include <QObject> 00011 00012 #include "summary.h" 00013 00014 namespace vhist 00015 { 00016 00017 class VhistParser; 00018 00023 class VHIST_EXTERN SummaryCreator : public QObject 00024 { 00025 Q_OBJECT 00026 public: 00027 SummaryCreator(); 00028 Summaries createSummaries(VhistParser& parser); 00029 }; 00030 00031 } // namespace 00032 00033 #endif // SUMMARYCREATOR_INCLUDED 00034