#include <menuitems.h>
Public Member Functions |
| | cMenuEditBitItem (const char *Name, uint *Value, uint Mask, const char *FalseString=NULL, const char *TrueString=NULL) |
| | cMenuEditBitItem (const char *Name, uint *Value, uint Mask, const char *FalseString=NULL, const char *TrueString=NULL) |
| | cOsdItem (eOSState State=osUnknown) |
| | cOsdItem (const char *Text, eOSState State=osUnknown, bool Selectable=true) |
| virtual | ~cOsdItem () |
| bool | Selectable (void) const |
| void | SetText (const char *Text, bool Copy=true) |
| void | SetSelectable (bool Selectable) |
| void | SetFresh (bool Fresh) |
| const char * | Text (void) const |
| | cOsdItem (eOSState State=osUnknown) |
| | cOsdItem (const char *Text, eOSState State=osUnknown, bool Selectable=true) |
| virtual | ~cOsdItem () |
| bool | Selectable (void) const |
| void | SetText (const char *Text, bool Copy=true) |
| void | SetSelectable (bool Selectable) |
| void | SetFresh (bool Fresh) |
| const char * | Text (void) const |
| | 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 |
| | 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 |
Protected Member Functions |
| virtual void | Set (void) |
| virtual void | Set (void) |
Detailed Description
Definition at line 52 of file include/vdr/menuitems.h.
Constructor & Destructor Documentation
| cMenuEditBitItem::cMenuEditBitItem |
( |
const char * |
Name, |
|
|
uint * |
Value, |
|
|
uint |
Mask, |
|
|
const char * |
FalseString = NULL, |
|
|
const char * |
TrueString = NULL |
|
) |
| |
| cMenuEditBitItem::cMenuEditBitItem |
( |
const char * |
Name, |
|
|
uint * |
Value, |
|
|
uint |
Mask, |
|
|
const char * |
FalseString = NULL, |
|
|
const char * |
TrueString = NULL |
|
) |
| |
Member Function Documentation
| void cMenuEditBitItem::Set |
( |
void |
| ) |
|
|
protectedvirtual |
| virtual void cMenuEditBitItem::Set |
( |
void |
| ) |
|
|
protectedvirtual |
Member Data Documentation
| int cMenuEditBitItem::bit |
|
protected |
| uint cMenuEditBitItem::mask |
|
protected |
| uint * cMenuEditBitItem::value |
|
protected |
The documentation for this class was generated from the following files: