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::cInterface ( int  SVDRPport = 0)

Definition at line 22 of file interface.c.

References interrupted, and SVDRP.

§ ~cInterface()

cInterface::~cInterface ( )

Definition at line 30 of file interface.c.

References SVDRP.

Member Function Documentation

§ Confirm()

bool cInterface::Confirm ( const char *  s,
int  Seconds = 10,
bool  WaitForTimeout = false 
)

§ GetKey()

eKeys cInterface::GetKey ( bool  Wait = true)

§ HasSVDRPConnection()

bool cInterface::HasSVDRPConnection ( void  )
inline

Definition at line 26 of file interface.h.

References cSVDRP::HasConnection().

Referenced by main().

§ Interrupt()

void cInterface::Interrupt ( void  )
inline

Definition at line 27 of file interface.h.

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

Referenced by SignalHandler().

§ LearnKeys()

void cInterface::LearnKeys ( void  )

§ QueryKeys()

bool cInterface::QueryKeys ( cRemote Remote,
cSkinDisplayMenu DisplayMenu 
)
private

§ Wait()

eKeys cInterface::Wait ( int  Seconds = 0,
bool  KeepChar = false 
)

Member Data Documentation

§ interrupted

bool cInterface::interrupted
private

Definition at line 20 of file interface.h.

Referenced by cInterface(), and Wait().

§ SVDRP

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: