vdr
2.2.0
|
Public Member Functions | |
cSubtitleObject * | GetObjectById (int ObjectId, bool New=false) |
![]() | |
cSubtitleObject * | Get (int Index) const |
cSubtitleObject * | First (void) const |
cSubtitleObject * | Last (void) const |
cSubtitleObject * | Prev (const cSubtitleObject *object) const |
cSubtitleObject * | Next (const cSubtitleObject *object) const |
![]() | |
virtual | ~cListBase () |
void | Add (cListObject *Object, cListObject *After=NULL) |
void | Ins (cListObject *Object, cListObject *Before=NULL) |
void | Del (cListObject *Object, bool DeleteObject=true) |
virtual void | Move (int From, int To) |
void | Move (cListObject *From, cListObject *To) |
virtual void | Clear (void) |
cListObject * | Get (int Index) const |
int | Count (void) const |
void | Sort (void) |
Additional Inherited Members | |
![]() | |
cListBase (void) | |
![]() | |
cListObject * | objects |
cListObject * | lastObject |
int | count |
Definition at line 730 of file dvbsubtitle.c.
cSubtitleObject * cSubtitleObjects::GetObjectById | ( | int | ObjectId, |
bool | New = false |
||
) |
Definition at line 735 of file dvbsubtitle.c.
References cListObject::Next().
Referenced by cSubtitleRegion::Render().