vdr 2.7.2
|
#include "ci.h"
#include "device.h"
#include "epg.h"
#include "osdbase.h"
#include "dvbplayer.h"
#include "menuitems.h"
#include "recorder.h"
#include "skins.h"
Go to the source code of this file.
Classes | |
class | cMenuText |
class | cMenuFolder |
class | cMenuCommands |
class | cMenuEditTimer |
class | cMenuEvent |
class | cMenuMain |
class | cDisplayChannel |
class | cDisplayVolume |
class | cDisplayTracks |
class | cDisplaySubtitleTracks |
class | cRecordingFilter |
class | cMenuRecordings |
class | cRecordControl |
class | cRecordControls |
class | cAdaptiveSkipper |
class | cReplayControl |
Functions | |
cOsdObject * | CamControl (void) |
bool | CamMenuActive (void) |
void | SetTrackDescriptions (int LiveChannel) |
cOsdObject * CamControl | ( | void | ) |
Definition at line 2490 of file menu.c.
References CamSlots, cList< T >::First(), and cList< T >::Next().
Referenced by main().
bool CamMenuActive | ( | void | ) |
void SetTrackDescriptions | ( | int | LiveChannel | ) |
Definition at line 4722 of file menu.c.
References cDevice::ClrAvailableTracks(), cComponents::Component(), cEvent::Components(), tComponent::description, tComponent::language, LOCK_CHANNELS_READ, LOCK_RECORDINGS_READ, LOCK_SCHEDULES_READ, cReplayControl::NowReplaying(), cComponents::NumComponents(), cDevice::PrimaryDevice(), cDevice::SetAvailableTrack(), tComponent::stream, ttAudio, ttDolby, ttSubtitle, and tComponent::type.
Referenced by cDisplaySubtitleTracks::cDisplaySubtitleTracks(), cDisplayTracks::cDisplayTracks(), cSVDRPServer::CmdAUDI(), cReplayControl::cReplayControl(), cDisplayChannel::DisplayInfo(), and cDisplayChannel::ProcessKey().