2015-01-07 Fred Gleason <fredg@paravelsystems.com>

* Added an 'RDReport::MrMaster' value to the 'RDReport::ExportFilter
	enumeration in 'lib/rdreport.cpp' and 'lib/rdreport.h'.
This commit is contained in:
Fred Gleason
2015-01-07 19:03:12 -05:00
parent a7277eccbf
commit c7c9094842
11 changed files with 66 additions and 19 deletions

View File

@@ -37,7 +37,7 @@ class RDReport
SoundExchange=4,RadioTraffic=5,VisualTraffic=6,
CounterPoint=7,Music1=8,MusicSummary=9,WideOrbit=10,
NprSoundExchange=11,MusicPlayout=12,NaturalLog=13,
MusicClassical=14,LastFilter=15};
MusicClassical=14,MrMaster=15,LastFilter=16};
enum ExportOs {Linux=0,Windows=1};
enum ExportType {Generic=0,Traffic=1,Music=2};
enum StationType {TypeOther=0,TypeAm=1,TypeFm=2,TypeLast=3};
@@ -101,7 +101,7 @@ class RDReport
bool ExportBmiEmr(const QDate &startdate,const QDate &enddate,
const QString &mixtable);
bool ExportTechnical(const QDate &startdate,const QDate &enddate,
const QString &mixtable);
bool incl_hdr,bool incl_crs,const QString &mixtable);
bool ExportSoundEx(const QDate &startdate,const QDate &enddate,
const QString &mixtable);
bool ExportNprSoundEx(const QDate &startdate,const QDate &enddate,