Go to the source code of this file.
Classes | |
| class | MHIImageData |
| Data for items in the interactive television display stack. More... | |
| struct | lineSeg |
Variables | |
| static bool | ft_loaded = false |
| static FT_Library | ft_library |
| const unsigned | kTuneQuietly = 1U<<0 |
| const unsigned | kTuneKeepApp = 1U<<1 |
| const unsigned | kTuneCarId = 1U<<2 |
| const unsigned | kTuneCarReset = 1U<<3 |
| const unsigned | kTuneBcastDisa = 1U<<4 |
| const unsigned | kTuneKeepChnl = 1U<<16 |
Definition at line 17 of file mhi.cpp.
Referenced by MHIContext::MHIContext().
FT_Library ft_library [static] |
Definition at line 18 of file mhi.cpp.
Referenced by MHIContext::LoadFont(), and MHIContext::MHIContext().
| const unsigned kTuneQuietly = 1U<<0 |
Definition at line 28 of file mhi.cpp.
Referenced by MHIContext::BeginAudio(), and MHIContext::BeginVideo().
| const unsigned kTuneKeepApp = 1U<<1 |
Definition at line 29 of file mhi.cpp.
Referenced by MHIContext::BeginAudio(), MHIContext::BeginVideo(), and MHIContext::Restart().
| const unsigned kTuneCarId = 1U<<2 |
Definition at line 30 of file mhi.cpp.
Referenced by MHIContext::Restart().
| const unsigned kTuneCarReset = 1U<<3 |
Definition at line 31 of file mhi.cpp.
Referenced by MHIContext::Restart().
| const unsigned kTuneBcastDisa = 1U<<4 |
| const unsigned kTuneKeepChnl = 1U<<16 |
Definition at line 36 of file mhi.cpp.
Referenced by MHIContext::BeginAudio(), MHIContext::BeginVideo(), and MHIContext::Restart().
1.6.3