vdr
2.2.0
|
Public Types | |
enum | eChannelSortMode { csmNumber, csmName, csmProvider } |
Public Member Functions | |
cMenuChannelItem (cChannel *Channel) | |
virtual int | Compare (const cListObject &ListObject) const |
virtual void | Set (void) |
cChannel * | Channel (void) |
virtual void | SetMenuItem (cSkinDisplayMenu *DisplayMenu, int Index, bool Current, bool Selectable) |
![]() | |
cOsdItem (eOSState State=osUnknown) | |
cOsdItem (const char *Text, eOSState State=osUnknown, bool Selectable=true) | |
virtual | ~cOsdItem () |
bool | Selectable (void) const |
void | SetText (const char *Text, bool Copy=true) |
void | SetSelectable (bool Selectable) |
void | SetFresh (bool Fresh) |
const char * | Text (void) const |
virtual eOSState | ProcessKey (eKeys Key) |
![]() | |
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 |
Static Public Member Functions | |
static void | SetSortMode (eChannelSortMode SortMode) |
static void | IncSortMode (void) |
static eChannelSortMode | SortMode (void) |
Private Attributes | |
cChannel * | channel |
Static Private Attributes | |
static eChannelSortMode | sortMode = csmNumber |
Additional Inherited Members | |
![]() | |
bool | fresh |
cMenuChannelItem::cMenuChannelItem | ( | cChannel * | Channel | ) |
Definition at line 296 of file menu.c.
References cMenuEditChannel::channel, and cChannel::GroupSep().
|
inline |
Definition at line 290 of file menu.c.
References cMenuEditChannel::channel, cOsdMenu::Current(), cOsdMenu::DisplayMenu(), and sortMode.
Referenced by cMenuChannels::GetChannel().
|
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 304 of file menu.c.
References cMenuEditChannel::channel, channel, cChannel::Name(), cChannel::Number(), and cChannel::Provider().
|
inlinestatic |
Definition at line 286 of file menu.c.
Referenced by cMenuChannels::Number().
|
virtual |
Reimplemented from cOsdItem.
Definition at line 317 of file menu.c.
References cMenuEditChannel::channel, cChannel::GetChannelID(), cSchedule::GetPresentEvent(), cSchedules::GetSchedule(), cChannel::GroupSep(), cChannel::Name(), cChannel::Number(), cChannel::Provider(), cSchedules::Schedules(), cString::sprintf(), and cEvent::Title().
|
virtual |
Reimplemented from cOsdItem.
Definition at line 340 of file menu.c.
References cMenuEditChannel::channel, cSkinDisplayMenu::SetItem(), and cSkinDisplayMenu::SetItemChannel().
|
inlinestatic |
|
inlinestatic |
Definition at line 287 of file menu.c.
Referenced by cMenuChannels::Setup().
|
private |
|
staticprivate |