vdr  2.2.0
Macros | Functions
iconpatch.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ICON_NUMBERSIGN   "\x23"
 
#define ICON_ASTERISK   "\x2A"
 
#define ICON_GREATER   "\x3E"
 
#define ICON_EXCLAM   "\x21"
 
#define ICON_PLUSMINUS   "\xB1"
 
#define ICON_RESUME   "\x80"
 
#define ICON_DVD   "\x81"
 
#define ICON_FOLDER   "\x82"
 
#define ICON_BLANK   "\x83"
 
#define ICON_CUTTING   "\x84"
 
#define ICON_MOVE_FILE   "\x85"
 
#define ICON_MOVE_FOLDER   "\x86"
 
#define ICON_BAR_START   "\x87"
 
#define ICON_BAR_FILLED   "\x88"
 
#define ICON_BAR_CLEAR   "\x89"
 
#define ICON_BAR_END   "\x8A"
 
#define ICON_REC   "\x8B"
 
#define ICON_CLOCK   "\x8C"
 
#define ICON_TV_CRYPTED   "\x8D"
 
#define ICON_RADIO   "\x8E"
 
#define ICON_TV   "\x8F"
 
#define ICON_NEW   "\x90"
 
#define ICON_ARROW   "\x91"
 
#define ICON_RUNNING   "\x92"
 
#define ICON_VPS   "\x93"
 
#define ICON_CLOCK_UH   "\x94"
 
#define ICON_CLOCK_LH   "\x95"
 
#define ICON_RESUME_UTF8   "\uE000"
 
#define ICON_DVD_UTF8   "\uE001"
 
#define ICON_FOLDER_UTF8   "\uE002"
 
#define ICON_BLANK_UTF8   "\uE003"
 
#define ICON_CUTTING_UTF8   "\uE004"
 
#define ICON_MOVE_FILE_UTF8   "\uE005"
 
#define ICON_MOVE_FOLDER_UTF8   "\uE006"
 
#define ICON_BAR_START_UTF8   "\uE007"
 
#define ICON_BAR_FILLED_UTF8   "\uE008"
 
#define ICON_BAR_EMPTY_UTF8   "\uE009"
 
#define ICON_BAR_CLOSE_UTF8   "\uE00A"
 
#define ICON_REC_UTF8   "\uE00B"
 
#define ICON_CLOCK_UTF8   "\uE00C"
 
#define ICON_TV_CRYPTED_UTF8   "\uE00D"
 
#define ICON_RADIO_UTF8   "\uE00E"
 
#define ICON_TV_UTF8   "\uE00F"
 
#define ICON_NEW_UTF8   "\uE010"
 
#define ICON_ARROW_UTF8   "\uE011"
 
#define ICON_RUNNING_UTF8   "\uE012"
 
#define ICON_VPS_UTF8   "\uE013"
 
#define ICON_CLOCK_UH_UTF8   "\uE014"
 
#define ICON_CLOCK_LH_UTF8   "\uE015"
 

Functions

bool IsLangUtf8 (void)
 

Macro Definition Documentation

#define ICON_ARROW   "\x91"

Definition at line 38 of file iconpatch.h.

Referenced by cMenuTimerItem::Set().

#define ICON_ARROW_UTF8   "\uE011"

Definition at line 62 of file iconpatch.h.

Referenced by cMenuTimerItem::Set().

#define ICON_ASTERISK   "\x2A"

Definition at line 16 of file iconpatch.h.

#define ICON_BAR_CLEAR   "\x89"

Definition at line 30 of file iconpatch.h.

#define ICON_BAR_CLOSE_UTF8   "\uE00A"

Definition at line 55 of file iconpatch.h.

#define ICON_BAR_EMPTY_UTF8   "\uE009"

Definition at line 54 of file iconpatch.h.

#define ICON_BAR_END   "\x8A"

Definition at line 31 of file iconpatch.h.

#define ICON_BAR_FILLED   "\x88"

Definition at line 29 of file iconpatch.h.

#define ICON_BAR_FILLED_UTF8   "\uE008"

Definition at line 53 of file iconpatch.h.

#define ICON_BAR_START   "\x87"

Definition at line 28 of file iconpatch.h.

#define ICON_BAR_START_UTF8   "\uE007"

Definition at line 52 of file iconpatch.h.

#define ICON_BLANK   "\x83"

Definition at line 24 of file iconpatch.h.

#define ICON_BLANK_UTF8   "\uE003"

Definition at line 48 of file iconpatch.h.

#define ICON_CLOCK   "\x8C"

Definition at line 33 of file iconpatch.h.

Referenced by cMenuTimerItem::Set().

#define ICON_CLOCK_LH   "\x95"

Definition at line 42 of file iconpatch.h.

#define ICON_CLOCK_LH_UTF8   "\uE015"

Definition at line 66 of file iconpatch.h.

#define ICON_CLOCK_UH   "\x94"

Definition at line 41 of file iconpatch.h.

#define ICON_CLOCK_UH_UTF8   "\uE014"

Definition at line 65 of file iconpatch.h.

#define ICON_CLOCK_UTF8   "\uE00C"

Definition at line 57 of file iconpatch.h.

Referenced by cMenuTimerItem::Set().

#define ICON_CUTTING   "\x84"

Definition at line 25 of file iconpatch.h.

#define ICON_CUTTING_UTF8   "\uE004"

Definition at line 49 of file iconpatch.h.

#define ICON_DVD   "\x81"

Definition at line 22 of file iconpatch.h.

#define ICON_DVD_UTF8   "\uE001"

Definition at line 46 of file iconpatch.h.

#define ICON_EXCLAM   "\x21"

Definition at line 18 of file iconpatch.h.

#define ICON_FOLDER   "\x82"

Definition at line 23 of file iconpatch.h.

#define ICON_FOLDER_UTF8   "\uE002"

Definition at line 47 of file iconpatch.h.

#define ICON_GREATER   "\x3E"

Definition at line 17 of file iconpatch.h.

#define ICON_MOVE_FILE   "\x85"

Definition at line 26 of file iconpatch.h.

#define ICON_MOVE_FILE_UTF8   "\uE005"

Definition at line 50 of file iconpatch.h.

#define ICON_MOVE_FOLDER   "\x86"

Definition at line 27 of file iconpatch.h.

#define ICON_MOVE_FOLDER_UTF8   "\uE006"

Definition at line 51 of file iconpatch.h.

#define ICON_NEW   "\x90"

Definition at line 37 of file iconpatch.h.

Referenced by cRecording::Title().

#define ICON_NEW_UTF8   "\uE010"

Definition at line 61 of file iconpatch.h.

Referenced by cRecording::Title().

#define ICON_NUMBERSIGN   "\x23"

Definition at line 15 of file iconpatch.h.

#define ICON_PLUSMINUS   "\xB1"

Definition at line 19 of file iconpatch.h.

#define ICON_RADIO   "\x8E"

Definition at line 35 of file iconpatch.h.

Referenced by cMenuChannelItem::Set().

#define ICON_RADIO_UTF8   "\uE00E"

Definition at line 59 of file iconpatch.h.

Referenced by cMenuChannelItem::Set().

#define ICON_REC   "\x8B"

Definition at line 32 of file iconpatch.h.

Referenced by cMenuTimerItem::Set().

#define ICON_REC_UTF8   "\uE00B"

Definition at line 56 of file iconpatch.h.

Referenced by cMenuTimerItem::Set().

#define ICON_RESUME   "\x80"

Definition at line 21 of file iconpatch.h.

#define ICON_RESUME_UTF8   "\uE000"

Definition at line 45 of file iconpatch.h.

#define ICON_RUNNING   "\x92"

Definition at line 39 of file iconpatch.h.

Referenced by cMenuScheduleItem::Update().

#define ICON_RUNNING_UTF8   "\uE012"

Definition at line 63 of file iconpatch.h.

Referenced by cMenuScheduleItem::Update().

#define ICON_TV   "\x8F"

Definition at line 36 of file iconpatch.h.

Referenced by cMenuChannelItem::Set().

#define ICON_TV_CRYPTED   "\x8D"

Definition at line 34 of file iconpatch.h.

Referenced by cMenuChannelItem::Set().

#define ICON_TV_CRYPTED_UTF8   "\uE00D"

Definition at line 58 of file iconpatch.h.

Referenced by cMenuChannelItem::Set().

#define ICON_TV_UTF8   "\uE00F"

Definition at line 60 of file iconpatch.h.

Referenced by cMenuChannelItem::Set().

#define ICON_VPS   "\x93"

Definition at line 40 of file iconpatch.h.

Referenced by cMenuScheduleItem::Update().

#define ICON_VPS_UTF8   "\uE013"

Definition at line 64 of file iconpatch.h.

Referenced by cMenuScheduleItem::Update().

Function Documentation

bool IsLangUtf8 ( void  )