![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <subtitle.h>
Public Types | |
| enum | tDepth { bpp2 =1 , bpp4 =2 , bpp8 =3 } |
Public Attributes | |
| int | region_id |
| int | version_number |
| int | height |
| int | width |
| enum subtitle_region::tDepth | depth |
| ePtr< gPixmap > | buffer |
| int | clut_id |
| subtitle_region_object * | objects |
| subtitle_region * | next |
| bool | committed |
| int subtitle_region::clut_id |
| bool subtitle_region::committed |
| enum subtitle_region::tDepth subtitle_region::depth |
| int subtitle_region::height |
| subtitle_region* subtitle_region::next |
| subtitle_region_object* subtitle_region::objects |
| int subtitle_region::region_id |
| int subtitle_region::version_number |
| int subtitle_region::width |