vdr 2.6.4
|
#include <config.h>
Public Member Functions | |
cNestedItem (const char *Text, bool WithSubItems=false) | |
virtual | ~cNestedItem () |
virtual int | Compare (const cListObject &ListObject) const |
const char * | Text (void) const |
cList< cNestedItem > * | SubItems (void) |
void | AddSubItem (cNestedItem *Item) |
void | SetText (const char *Text) |
void | SetSubItems (bool On) |
![]() | |
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 | |
char * | text |
cList< cNestedItem > * | subItems |
cNestedItem::cNestedItem | ( | const char * | Text, |
bool | WithSubItems = false |
||
) |
|
virtual |
void cNestedItem::AddSubItem | ( | cNestedItem * | Item | ) |
Definition at line 148 of file config.c.
References cListBase::Add(), and subItems.
|
virtual |
Must return 0 if this object is equal to ListObject, a positive value if it is "greater", and a negative value if it is "smaller".
Reimplemented from cListObject.
Definition at line 143 of file config.c.
References text.
void cNestedItem::SetSubItems | ( | bool | On | ) |
Definition at line 162 of file config.c.
References subItems.
Referenced by AddRecordingFolders(), and cMenuFolder::Select().
void cNestedItem::SetText | ( | const char * | Text | ) |
Definition at line 156 of file config.c.
Referenced by cMenuEditFolder::Confirm().
|
inline |
Definition at line 205 of file config.h.
References subItems.
Referenced by AddRecordingFolders(), cMenuFolder::Delete(), cMenuCommands::Execute(), cNestedItemList::Parse(), cMenuFolder::Select(), and cMenuFolderItem::Set().
|
inline |
Definition at line 204 of file config.h.
References text.
Referenced by AddRecordingFolders(), cMenuEditFolder::cMenuEditFolder(), cNestedItem(), cMenuEditFolder::Confirm(), cMenuCommands::Execute(), cMenuEditFolder::GetFolder(), cMenuFolder::GetFolder(), cMenuFolder::Select(), cMenuFolderItem::Set(), and SetText().
|
private |
Definition at line 199 of file config.h.
Referenced by AddSubItem(), cNestedItem(), SetSubItems(), SubItems(), and ~cNestedItem().
|
private |
Definition at line 198 of file config.h.
Referenced by cNestedItem(), Compare(), SetText(), Text(), and ~cNestedItem().