vdr 2.7.6
|
#include <ci.h>
Public Member Functions | |
~cCiMenu () | |
const char * | TitleText (void) |
const char * | SubTitleText (void) |
const char * | BottomText (void) |
const char * | Entry (int n) |
int | NumEntries (void) |
bool | Selectable (void) |
void | Select (int Index) |
void | Cancel (void) |
void | Abort (void) |
bool | HasUpdate (void) |
Private Types | |
enum | { MAX_CIMENU_ENTRIES = 64 } |
Private Member Functions | |
bool | AddEntry (char *s) |
cCiMenu (cCiMMI *MMI, bool Selectable) |
Private Attributes | |
cCiMMI * | mmi |
cMutex * | mutex |
bool | selectable |
char * | titleText |
char * | subTitleText |
char * | bottomText |
char * | entries [MAX_CIMENU_ENTRIES] |
int | numEntries |
Friends | |
class | cCamSlot |
class | cCiMMI |
|
private |
Definition at line 1637 of file ci.c.
References bottomText, cCiMMI, mmi, mutex, numEntries, Selectable(), selectable, subTitleText, and titleText.
cCiMenu::~cCiMenu | ( | ) |
Definition at line 1646 of file ci.c.
References bottomText, entries, mmi, mutex, numEntries, subTitleText, and titleText.
|
private |
Definition at line 1658 of file ci.c.
References entries, MAX_CIMENU_ENTRIES, and numEntries.
|
inline |
Definition at line 138 of file ci.h.
References bottomText.
|
inline |
Definition at line 139 of file ci.h.
References entries, and numEntries.
|
inline |
Definition at line 140 of file ci.h.
References numEntries.
void cCiMenu::Select | ( | int | Index | ) |
|
inline |
|
inline |
Definition at line 137 of file ci.h.
References subTitleText.
|
inline |
|
friend |
|
friend |
|
private |
Definition at line 129 of file ci.h.
Referenced by BottomText(), cCiMenu(), and ~cCiMenu().
|
private |
Definition at line 130 of file ci.h.
Referenced by AddEntry(), Entry(), and ~cCiMenu().
|
private |
Definition at line 124 of file ci.h.
Referenced by Abort(), cCiMenu(), HasUpdate(), Select(), and ~cCiMenu().
|
private |
Definition at line 125 of file ci.h.
Referenced by Abort(), cCiMenu(), cCamSlot::GetMenu(), Select(), and ~cCiMenu().
|
private |
Definition at line 131 of file ci.h.
Referenced by AddEntry(), cCiMenu(), Entry(), NumEntries(), Select(), and ~cCiMenu().
|
private |
Definition at line 126 of file ci.h.
Referenced by cCiMenu(), and Selectable().
|
private |
Definition at line 128 of file ci.h.
Referenced by cCiMenu(), SubTitleText(), and ~cCiMenu().
|
private |
Definition at line 127 of file ci.h.
Referenced by cCiMenu(), TitleText(), and ~cCiMenu().