#include "channels.h"
#include "epg.h"
#include "keys.h"
#include "osd.h"
#include "positioner.h"
#include "recording.h"
#include "themes.h"
#include "thread.h"
#include "timers.h"
#include "tools.h"
Go to the source code of this file.
|
enum | eMessageType {
mtStatus = 0
, mtInfo
, mtWarning
, mtError
,
mtStatus = 0
, mtInfo
, mtWarning
, mtError
} |
|
enum | eMenuCategory {
mcUndefined = -1
, mcUnknown = 0
, mcMain
, mcSchedule
,
mcScheduleNow
, mcScheduleNext
, mcChannel
, mcChannelEdit
,
mcTimer
, mcTimerEdit
, mcRecording
, mcRecordingInfo
,
mcRecordingEdit
, mcPlugin
, mcPluginSetup
, mcSetup
,
mcSetupOsd
, mcSetupEpg
, mcSetupDvb
, mcSetupLnb
,
mcSetupCam
, mcSetupRecord
, mcSetupReplay
, mcSetupMisc
,
mcSetupPlugins
, mcCommand
, mcEvent
, mcText
,
mcFolder
, mcCam
, mcUndefined = -1
, mcUnknown = 0
,
mcMain
, mcSchedule
, mcScheduleNow
, mcScheduleNext
,
mcChannel
, mcChannelEdit
, mcTimer
, mcTimerEdit
,
mcRecording
, mcRecordingInfo
, mcRecordingEdit
, mcPlugin
,
mcPluginSetup
, mcSetup
, mcSetupOsd
, mcSetupEpg
,
mcSetupDvb
, mcSetupLnb
, mcSetupCam
, mcSetupRecord
,
mcSetupReplay
, mcSetupMisc
, mcSetupPlugins
, mcCommand
,
mcEvent
, mcText
, mcFolder
, mcCam
} |
|
enum | eMenuSortMode {
msmUnknown = 0
, msmNumber
, msmName
, msmTime
,
msmProvider
, msmUnknown = 0
, msmNumber
, msmName
,
msmTime
, msmProvider
} |
|
enum | eMenuOrientation { moVertical = 0
, moHorizontal
, moVertical = 0
, moHorizontal
} |
|
◆ DEPRECATED_SKIN_SETITEMEVENT
#define DEPRECATED_SKIN_SETITEMEVENT 0 |
◆ eMenuCategory
Enumerator |
---|
mcUndefined | |
mcUnknown | |
mcMain | |
mcSchedule | |
mcScheduleNow | |
mcScheduleNext | |
mcChannel | |
mcChannelEdit | |
mcTimer | |
mcTimerEdit | |
mcRecording | |
mcRecordingInfo | |
mcRecordingEdit | |
mcPlugin | |
mcPluginSetup | |
mcSetup | |
mcSetupOsd | |
mcSetupEpg | |
mcSetupDvb | |
mcSetupLnb | |
mcSetupCam | |
mcSetupRecord | |
mcSetupReplay | |
mcSetupMisc | |
mcSetupPlugins | |
mcCommand | |
mcEvent | |
mcText | |
mcFolder | |
mcCam | |
mcUndefined | |
mcUnknown | |
mcMain | |
mcSchedule | |
mcScheduleNow | |
mcScheduleNext | |
mcChannel | |
mcChannelEdit | |
mcTimer | |
mcTimerEdit | |
mcRecording | |
mcRecordingInfo | |
mcRecordingEdit | |
mcPlugin | |
mcPluginSetup | |
mcSetup | |
mcSetupOsd | |
mcSetupEpg | |
mcSetupDvb | |
mcSetupLnb | |
mcSetupCam | |
mcSetupRecord | |
mcSetupReplay | |
mcSetupMisc | |
mcSetupPlugins | |
mcCommand | |
mcEvent | |
mcText | |
mcFolder | |
mcCam | |
Definition at line 104 of file skins.h.
◆ eMenuOrientation
Enumerator |
---|
moVertical | |
moHorizontal | |
moVertical | |
moHorizontal | |
Definition at line 145 of file skins.h.
◆ eMenuSortMode
Enumerator |
---|
msmUnknown | |
msmNumber | |
msmName | |
msmTime | |
msmProvider | |
msmUnknown | |
msmNumber | |
msmName | |
msmTime | |
msmProvider | |
Definition at line 137 of file skins.h.
◆ eMessageType
Enumerator |
---|
mtStatus | |
mtInfo | |
mtWarning | |
mtError | |
mtStatus | |
mtInfo | |
mtWarning | |
mtError | |
Definition at line 37 of file skins.h.
◆ Skins