mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
WIP. stop assuming whole channel list selected == channel number
Origin commit data
------------------
Branch: ni/coolstream
Commit: 008940a3b7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-14 (Wed, 14 Mar 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -125,7 +125,7 @@ public:
|
||||
t_channel_id getActiveChannel_ChannelID(void) const;
|
||||
|
||||
void zapTo(int pos, bool forceStoreToLastChannels = false);
|
||||
void NewZap(t_channel_id channel_id);
|
||||
void zapToChannel(CZapitChannel *channel);
|
||||
void virtual_zap_mode(bool up);
|
||||
bool zapTo_ChannelID(const t_channel_id channel_id);
|
||||
bool adjustToChannelID(const t_channel_id channel_id, bool bToo = true);
|
||||
@@ -152,6 +152,9 @@ public:
|
||||
bool SameTP(t_channel_id channel_id);
|
||||
bool SameTP(CZapitChannel * channel = NULL);
|
||||
CLastChannel & getLastChannels() { return lastChList; }
|
||||
bool showEmptyError();
|
||||
int getSelected() { return selected; }
|
||||
CZapitChannel* getPrevNextChannelNumber(int key, unsigned int &sl);
|
||||
//friend class CZapitChannel;
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user