|
vdr 2.6.1
|
Public Member Functions | |
| cSubtitleRegionRef (int id, int x, int y) | |
| cSubtitleRegionRef (cBitStream &bs) | |
| int | RegionId (void) |
| int | RegionHorizontalAddress (void) |
| int | RegionVerticalAddress (void) |
Public Member Functions inherited from cListObject | |
| 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 942 of file dvbsubtitle.c.
| cSubtitleRegionRef::cSubtitleRegionRef | ( | int | id, |
| int | x, | ||
| int | y | ||
| ) |
Definition at line 955 of file dvbsubtitle.c.
References dbgpages, regionHorizontalAddress, regionId, and regionVerticalAddress.
| cSubtitleRegionRef::cSubtitleRegionRef | ( | cBitStream & | bs | ) |
Definition at line 962 of file dvbsubtitle.c.
References dbgpages, cBitStream::GetBits(), regionHorizontalAddress, regionId, regionVerticalAddress, and cBitStream::SkipBits().
|
inline |
Definition at line 951 of file dvbsubtitle.c.
References regionHorizontalAddress.
|
inline |
Definition at line 950 of file dvbsubtitle.c.
References regionId.
|
inline |
Definition at line 952 of file dvbsubtitle.c.
References regionVerticalAddress.
|
private |
Definition at line 945 of file dvbsubtitle.c.
Referenced by cSubtitleRegionRef(), and RegionHorizontalAddress().
|
private |
Definition at line 944 of file dvbsubtitle.c.
Referenced by cSubtitleRegionRef(), and RegionId().
|
private |
Definition at line 946 of file dvbsubtitle.c.
Referenced by cSubtitleRegionRef(), and RegionVerticalAddress().