|
vdr
2.2.0
|
#include <remote.h>
Additional Inherited Members | |
Public Member Functions inherited from cList< cRemote > | |
| cRemote * | Get (int Index) const |
| cRemote * | First (void) const |
| cRemote * | Last (void) const |
| cRemote * | Prev (const cRemote *object) const |
| cRemote * | Next (const cRemote *object) const |
Public Member Functions inherited from cListBase | |
| 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) |
Protected Member Functions inherited from cListBase | |
| cListBase (void) | |
Protected Attributes inherited from cListBase | |
| cListObject * | objects |
| cListObject * | lastObject |
| int | count |
1.8.11