vdr 2.6.1
|
#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 1723 of file ci.c.
References mmi, mutex, and cCiMMI::SendCloseMMI().
Referenced by cMenuCam::~cMenuCam().
|
inline |
Definition at line 161 of file ci.h.
References blind.
Referenced by cMenuCam::Select(), and cMenuCam::Set().
void cCiEnquiry::Cancel | ( | void | ) |
|
inline |
Definition at line 162 of file ci.h.
References expectedLength.
Referenced by cMenuCam::Select(), and cMenuCam::Set().
void cCiEnquiry::Reply | ( | const char * | s | ) |
Definition at line 1711 of file ci.c.
References mmi, mutex, and cCiMMI::SendAnswer().
Referenced by Cancel(), and cMenuCam::Select().
|
inline |
|
private |
Definition at line 155 of file ci.h.
Referenced by Blind(), cCiEnquiry(), and cCiMMI::Process().
|
private |
Definition at line 156 of file ci.h.
Referenced by cCiEnquiry(), ExpectedLength(), and cCiMMI::Process().
|
private |
Definition at line 152 of file ci.h.
Referenced by Abort(), cCiEnquiry(), Reply(), ~cCiEnquiry(), and cCiMMI::~cCiMMI().
|
private |
Definition at line 153 of file ci.h.
Referenced by Abort(), cCiEnquiry(), cCamSlot::GetEnquiry(), Reply(), ~cCiEnquiry(), and cCiMMI::~cCiMMI().
|
private |
Definition at line 154 of file ci.h.
Referenced by cCiEnquiry(), cCiMMI::Process(), Text(), and ~cCiEnquiry().