vdr
2.2.0
|
Public Member Functions | |
cSubtitleRegionRef (int id, int x, int y) | |
cSubtitleRegionRef (cBitStream &bs) | |
int | RegionId (void) |
int | RegionHorizontalAddress (void) |
int | RegionVerticalAddress (void) |
![]() | |
cListObject (void) | |
virtual | ~cListObject () |
virtual int | Compare (const cListObject &ListObject) const |
void | Append (cListObject *Object) |
void | Insert (cListObject *Object) |
void | Unlink (void) |
int | Index (void) const |
cListObject * | Prev (void) const |
cListObject * | Next (void) const |
Private Attributes | |
int | regionId |
int | regionHorizontalAddress |
int | regionVerticalAddress |
Definition at line 943 of file dvbsubtitle.c.
cSubtitleRegionRef::cSubtitleRegionRef | ( | int | id, |
int | x, | ||
int | y | ||
) |
Definition at line 956 of file dvbsubtitle.c.
References dbgpages.
cSubtitleRegionRef::cSubtitleRegionRef | ( | cBitStream & | bs | ) |
Definition at line 963 of file dvbsubtitle.c.
References dbgpages, cBitStream::GetBits(), and cBitStream::SkipBits().
|
inline |
Definition at line 952 of file dvbsubtitle.c.
|
inline |
Definition at line 951 of file dvbsubtitle.c.
|
inline |
Definition at line 953 of file dvbsubtitle.c.
|
private |
Definition at line 946 of file dvbsubtitle.c.
|
private |
Definition at line 945 of file dvbsubtitle.c.
|
private |
Definition at line 947 of file dvbsubtitle.c.