vdr
1.7.27
|
Public Member Functions | |
cChannelSorter (cChannel *Channel) | |
virtual int | Compare (const cListObject &ListObject) const |
Public Attributes | |
cChannel * | channel |
tChannelID | channelID |
Definition at line 795 of file channels.c.
cChannelSorter::cChannelSorter | ( | cChannel * | Channel | ) | [inline] |
Definition at line 799 of file channels.c.
References channel, channelID, and cChannel::GetChannelID().
virtual int cChannelSorter::Compare | ( | const cListObject & | ListObject | ) | const [inline, virtual] |
Must return 0 if this object is equal to ListObject, a positive value if it is "greater", and a negative value if it is "smaller".
Reimplemented from cListObject.
Definition at line 803 of file channels.c.
References channelID.
Definition at line 797 of file channels.c.
Referenced by cChannelSorter(), and cChannels::DeleteDuplicateChannels().
Definition at line 798 of file channels.c.
Referenced by cChannelSorter(), Compare(), and cChannels::DeleteDuplicateChannels().