From ca7d92c97764d916bb8dd6731efa1ccff693b944 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 8 May 2006 20:08:22 +0000 Subject: fix "Clearall before scan" handling add ability to reset the newfound flag from single service via channellist context menu add ability to the newfound flags for all services from a "orbital position" via channellist context menu --- lib/dvb/db.h | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'lib/dvb/db.h') diff --git a/lib/dvb/db.h b/lib/dvb/db.h index 49624f35..430a5af0 100644 --- a/lib/dvb/db.h +++ b/lib/dvb/db.h @@ -17,7 +17,6 @@ DECLARE_REF(eDVBDB); friend class eDVBDBSatellitesQuery; friend class eDVBDBProvidersQuery; - struct channel { ePtr m_frontendParameters; @@ -33,13 +32,16 @@ DECLARE_REF(eDVBDB); ~eDVBDB(); #endif public: - RESULT removeService(eServiceReferenceDVB service); - RESULT removeServices(eDVBChannelID chid, unsigned int orb_pos); - RESULT addFlag(eServiceReferenceDVB service, unsigned int flagmask); - RESULT removeFlag(eServiceReferenceDVB service, unsigned int flagmask); - RESULT removeFlags(unsigned int flagmask, eDVBChannelID chid, unsigned int orb_pos); -#ifndef SWIG // iDVBChannelList + RESULT removeFlags(unsigned int flagmask, int dvb_namespace=-1, int tsid=-1, int onid=-1, unsigned int orb_pos=0xFFFFFFFF); + RESULT removeServices(int dvb_namespace=-1, int tsid=-1, int onid=-1, unsigned int orb_pos=0xFFFFFFFF); + RESULT removeService(const eServiceReference &service); + RESULT addFlag(const eServiceReference &service, unsigned int flagmask); + RESULT removeFlag(const eServiceReference &service, unsigned int flagmask); +#ifndef SWIG + RESULT removeFlags(unsigned int flagmask, eDVBChannelID chid, unsigned int orb_pos); + RESULT removeServices(eDVBChannelID chid, unsigned int orb_pos); + RESULT addChannelToList(const eDVBChannelID &id, iDVBFrontendParameters *feparm); RESULT removeChannel(const eDVBChannelID &id); -- cgit v1.2.3