mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
src/gui/channellist.cpp:-add sort by channel number
Origin commit data
------------------
Branch: ni/coolstream
Commit: c47aebdb64
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-09 (Fri, 09 Nov 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -153,6 +153,7 @@ public:
|
||||
void SortAlpha(void);
|
||||
void SortSat(void);
|
||||
void SortTP(void);
|
||||
void SortChNumber(void);
|
||||
void ClearList(void);
|
||||
bool SameTP(t_channel_id channel_id);
|
||||
bool SameTP(CZapitChannel * channel = NULL);
|
||||
@@ -161,5 +162,14 @@ public:
|
||||
int getSelected() { return selected; }
|
||||
CZapitChannel* getPrevNextChannel(int key, unsigned int &sl);
|
||||
//friend class CZapitChannel;
|
||||
enum
|
||||
{
|
||||
SORT_ALPHA = 0,
|
||||
SORT_TP,
|
||||
SORT_SAT,
|
||||
SORT_CH_NUMBER,
|
||||
SORT_MAX
|
||||
};
|
||||
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user