|
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 |
|
private |
| cCiEnquiry::~cCiEnquiry | ( | ) |
| void cCiEnquiry::Abort | ( | void | ) |
Definition at line 1384 of file ci.c.
References mmi, mutex, and cCiMMI::SendCloseMMI().
Referenced by cMenuCam::~cMenuCam().
|
inline |
Definition at line 67 of file ci.h.
References blind.
Referenced by cMenuCam::Select(), and cMenuCam::Set().
| void cCiEnquiry::Cancel | ( | void | ) |
|
inline |
Definition at line 68 of file ci.h.
References expectedLength.
Referenced by cMenuCam::Select(), and cMenuCam::Set().
| void cCiEnquiry::Reply | ( | const char * | s | ) |
Definition at line 1372 of file ci.c.
References mmi, mutex, and cCiMMI::SendAnswer().
Referenced by Cancel(), and cMenuCam::Select().
|
inline |
|
private |
Definition at line 61 of file ci.h.
Referenced by Blind(), cCiEnquiry(), and cCiMMI::Process().
|
private |
Definition at line 62 of file ci.h.
Referenced by cCiEnquiry(), ExpectedLength(), and cCiMMI::Process().
|
private |
Definition at line 58 of file ci.h.
Referenced by Abort(), cCiEnquiry(), Reply(), ~cCiEnquiry(), and cCiMMI::~cCiMMI().
|
private |
Definition at line 59 of file ci.h.
Referenced by Abort(), cCamSlot::GetEnquiry(), Reply(), ~cCiEnquiry(), and cCiMMI::~cCiMMI().
|
private |
Definition at line 60 of file ci.h.
Referenced by cCiEnquiry(), cCiMMI::Process(), Text(), and ~cCiEnquiry().
1.8.6