vdr
2.2.0
|
Public Member Functions | |
cChannelSorter (cChannel *Channel) | |
virtual int | Compare (const cListObject &ListObject) const |
![]() | |
cListObject (void) | |
virtual | ~cListObject () |
void | Append (cListObject *Object) |
void | Insert (cListObject *Object) |
void | Unlink (void) |
int | Index (void) const |
cListObject * | Prev (void) const |
cListObject * | Next (void) const |
Public Attributes | |
cChannel * | channel |
tChannelID | channelID |
Definition at line 848 of file channels.c.
|
inline |
Definition at line 852 of file channels.c.
References cChannel::GetChannelID().
|
inlinevirtual |
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 856 of file channels.c.
References channelID.
cChannel* cChannelSorter::channel |
Definition at line 850 of file channels.c.
Referenced by cChannels::DeleteDuplicateChannels().
tChannelID cChannelSorter::channelID |
Definition at line 851 of file channels.c.
Referenced by Compare(), and cChannels::DeleteDuplicateChannels().