|
vdr
2.2.0
|
#include <ci.h>
Public Member Functions | |
| ~cCiEnquiry () | |
| const char * | Text (void) |
| bool | Blind (void) |
| int | ExpectedLength (void) |
| void | Reply (const char *s) |
| void | Cancel (void) |
| void | Abort (void) |
Private Member Functions | |
| cCiEnquiry (cCiMMI *MMI) | |
Private Attributes | |
| cCiMMI * | mmi |
| cMutex * | mutex |
| char * | text |
| bool | blind |
| int | expectedLength |
Friends | |
| class | cCamSlot |
| class | cCiMMI |
| void cCiEnquiry::Abort | ( | void | ) |
Definition at line 1384 of file ci.c.
Referenced by cMenuCam::~cMenuCam().
|
inline |
Definition at line 67 of file ci.h.
Referenced by cMenuCam::Select(), and cMenuCam::Set().
| void cCiEnquiry::Cancel | ( | void | ) |
Definition at line 1379 of file ci.c.
Referenced by cMenuCam::ProcessKey().
|
inline |
Definition at line 68 of file ci.h.
References cCiMenu::Abort(), and cCiMenu::Cancel().
Referenced by cMenuCam::Select(), and cMenuCam::Set().
| void cCiEnquiry::Reply | ( | const char * | s | ) |
Definition at line 1372 of file ci.c.
Referenced by cMenuCam::Select().
|
inline |
Definition at line 66 of file ci.h.
Referenced by cMenuCam::Set().
|
private |
Definition at line 61 of file ci.h.
Referenced by cCiMMI::Process().
|
private |
Definition at line 62 of file ci.h.
Referenced by cCiMMI::Process().
|
private |
Definition at line 58 of file ci.h.
Referenced by cCiMMI::~cCiMMI().
|
private |
Definition at line 59 of file ci.h.
Referenced by cCamSlot::GetEnquiry(), and cCiMMI::~cCiMMI().
|
private |
Definition at line 60 of file ci.h.
Referenced by cCiMMI::Process().
1.8.11