vdr  2.2.0
Public Member Functions | Private Member Functions | Private Attributes | List of all members
cInterface Class Reference

#include <interface.h>

Public Member Functions

 cInterface (int SVDRPport=0)
 
 ~cInterface ()
 
bool HasSVDRPConnection (void)
 
void Interrupt (void)
 
eKeys GetKey (bool Wait=true)
 
eKeys Wait (int Seconds=0, bool KeepChar=false)
 
bool Confirm (const char *s, int Seconds=10, bool WaitForTimeout=false)
 
void LearnKeys (void)
 

Private Member Functions

bool QueryKeys (cRemote *Remote, cSkinDisplayMenu *DisplayMenu)
 

Private Attributes

bool interrupted
 
cSVDRPSVDRP
 

Detailed Description

Definition at line 18 of file interface.h.

Constructor & Destructor Documentation

cInterface::cInterface ( int  SVDRPport = 0)

Definition at line 22 of file interface.c.

References interrupted, and SVDRP.

cInterface::~cInterface ( )

Definition at line 30 of file interface.c.

References SVDRP.

Member Function Documentation

bool cInterface::Confirm ( const char *  s,
int  Seconds = 10,
bool  WaitForTimeout = false 
)
eKeys cInterface::GetKey ( bool  Wait = true)
bool cInterface::HasSVDRPConnection ( void  )
inline

Definition at line 26 of file interface.h.

References cSVDRP::HasConnection().

Referenced by main().

void cInterface::Interrupt ( void  )
inline

Definition at line 27 of file interface.h.

References Confirm(), GetKey(), Interface, LearnKeys(), and Wait().

Referenced by SignalHandler().

void cInterface::LearnKeys ( void  )
bool cInterface::QueryKeys ( cRemote Remote,
cSkinDisplayMenu DisplayMenu 
)
private
eKeys cInterface::Wait ( int  Seconds = 0,
bool  KeepChar = false 
)

Member Data Documentation

bool cInterface::interrupted
private

Definition at line 20 of file interface.h.

Referenced by cInterface(), and Wait().

cSVDRP* cInterface::SVDRP
private

Definition at line 21 of file interface.h.

Referenced by cInterface(), GetKey(), and ~cInterface().


The documentation for this class was generated from the following files: