MythTV  master
Classes | Macros
vt.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vt_event
 
struct  vt_page
 

Macros

#define VT_WIDTH   40
 
#define VT_HEIGHT   25
 
#define BAD_CHAR   0xb8
 
#define EV_CLOSE   1
 
#define EV_KEY   2
 
#define EV_MOUSE   3
 
#define EV_SELECTION   4
 
#define EV_PAGE   5
 
#define EV_HEADER   6
 
#define EV_XPACKET   7
 
#define EV_RESET   8
 
#define EV_TIMER   9
 
#define KEY_F(i)   (1000+(i))
 
#define KEY_LEFT   2001
 
#define KEY_RIGHT   2002
 
#define KEY_UP   2003
 
#define KEY_DOWN   2004
 
#define KEY_PUP   2005
 
#define KEY_PDOWN   2006
 
#define KEY_DEL   2007
 
#define KEY_INS   2008
 
#define PG_SUPPHEADER   0x01
 
#define PG_UPDATE   0x02
 
#define PG_OUTOFSEQ   0x04
 
#define PG_NODISPLAY   0x08
 
#define PG_MAGSERIAL   0x10
 
#define PG_ERASE   0x20
 
#define PG_NEWSFLASH   0x40
 
#define PG_SUBTITLE   0x80
 
#define PG_ACTIVE   0x100
 
#define ANY_SUB   0x3f7f
 

Macro Definition Documentation

◆ VT_WIDTH

#define VT_WIDTH   40

Definition at line 4 of file vt.h.

◆ VT_HEIGHT

#define VT_HEIGHT   25

Definition at line 5 of file vt.h.

◆ BAD_CHAR

#define BAD_CHAR   0xb8

Definition at line 6 of file vt.h.

◆ EV_CLOSE

#define EV_CLOSE   1

Definition at line 16 of file vt.h.

◆ EV_KEY

#define EV_KEY   2

Definition at line 17 of file vt.h.

◆ EV_MOUSE

#define EV_MOUSE   3

Definition at line 18 of file vt.h.

◆ EV_SELECTION

#define EV_SELECTION   4

Definition at line 19 of file vt.h.

◆ EV_PAGE

#define EV_PAGE   5

Definition at line 20 of file vt.h.

◆ EV_HEADER

#define EV_HEADER   6

Definition at line 21 of file vt.h.

◆ EV_XPACKET

#define EV_XPACKET   7

Definition at line 22 of file vt.h.

◆ EV_RESET

#define EV_RESET   8

Definition at line 23 of file vt.h.

◆ EV_TIMER

#define EV_TIMER   9

Definition at line 24 of file vt.h.

◆ KEY_F

#define KEY_F (   i)    (1000+(i))

Definition at line 26 of file vt.h.

◆ KEY_LEFT

#define KEY_LEFT   2001

Definition at line 27 of file vt.h.

◆ KEY_RIGHT

#define KEY_RIGHT   2002

Definition at line 28 of file vt.h.

◆ KEY_UP

#define KEY_UP   2003

Definition at line 29 of file vt.h.

◆ KEY_DOWN

#define KEY_DOWN   2004

Definition at line 30 of file vt.h.

◆ KEY_PUP

#define KEY_PUP   2005

Definition at line 31 of file vt.h.

◆ KEY_PDOWN

#define KEY_PDOWN   2006

Definition at line 32 of file vt.h.

◆ KEY_DEL

#define KEY_DEL   2007

Definition at line 33 of file vt.h.

◆ KEY_INS

#define KEY_INS   2008

Definition at line 34 of file vt.h.

◆ PG_SUPPHEADER

#define PG_SUPPHEADER   0x01

Definition at line 51 of file vt.h.

◆ PG_UPDATE

#define PG_UPDATE   0x02

Definition at line 52 of file vt.h.

◆ PG_OUTOFSEQ

#define PG_OUTOFSEQ   0x04

Definition at line 53 of file vt.h.

◆ PG_NODISPLAY

#define PG_NODISPLAY   0x08

Definition at line 54 of file vt.h.

◆ PG_MAGSERIAL

#define PG_MAGSERIAL   0x10

Definition at line 55 of file vt.h.

◆ PG_ERASE

#define PG_ERASE   0x20

Definition at line 56 of file vt.h.

◆ PG_NEWSFLASH

#define PG_NEWSFLASH   0x40

Definition at line 57 of file vt.h.

◆ PG_SUBTITLE

#define PG_SUBTITLE   0x80

Definition at line 58 of file vt.h.

◆ PG_ACTIVE

#define PG_ACTIVE   0x100

Definition at line 60 of file vt.h.

◆ ANY_SUB

#define ANY_SUB   0x3f7f

Definition at line 62 of file vt.h.