00001 /*************************************************************************** 00002 betterupdatepeakstrategy.h - description 00003 ------------------- 00004 begin : Tue Nov 12 2002 00005 copyright : (C) 2002 by Peter Eschler 00006 email : eschler@users.sourceforge.net 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef QwavSTEREOPEAKUPDATESTRATEGY_H_ 00019 #define QwavSTEREOPEAKUPDATESTRATEGY_H_ 00020 00021 //--------------------------------------------------------------------------- 00022 // Includes: project 00023 //--------------------------------------------------------------------------- 00024 00025 #include "qwavpeakupdater.h" 00026 00027 using namespace std; 00028 00029 Qwav_BEGIN_NAMESPACE 00030 00031 //--------------------------------------------------------------------------- 00032 // Forward declarations 00033 //--------------------------------------------------------------------------- 00034 00035 class QwavPeakVector; 00036 00037 //--------------------------------------------------------------------------- 00038 // Class: QwavStereoPeakUpdater 00039 //--------------------------------------------------------------------------- 00040 00049 class QWAV_EXPORTIMPORT QwavStereoPeakUpdater : public QwavPeakUpdater 00050 { 00051 public: 00052 QwavStereoPeakUpdater(); 00053 ~QwavStereoPeakUpdater(); 00054 00055 virtual void updatePeaks(QwavPeakVector*); 00056 inline virtual string getName() const {return "QwavStereoPeakUpdater";} 00057 }; 00058 00059 Qwav_END_NAMESPACE 00060 00061 #endif // QwavSTEREOPEAKUPDATESTRATEGY_H_