Eneboo - Documentación para desarrolladores
|
00001 /*************************************************************************** 00002 mreportdetail.h - Kugar report detail section 00003 ------------------- 00004 begin : Mon Aug 23 1999 00005 copyright : (C) 1999 by Mutiny Bay Software 00006 email : info@mutinybaysoftware.com 00007 ***************************************************************************/ 00008 00009 #ifndef MREPORTDETAIL_H 00010 #define MREPORTDETAIL_H 00011 00012 #include "mfieldobject.h" 00013 #include "mreportsection.h" 00014 00020 class MReportDetail: public MReportSection 00021 { 00022 00023 public: 00024 00028 MReportDetail(const QString &strIdSec); 00029 00033 MReportDetail(const MReportDetail &mReportDetail); 00034 00038 MReportDetail operator=(const MReportDetail &mReportDetail); 00039 00043 virtual ~ MReportDetail(); 00044 }; 00045 00046 #endif