CPPMyth
Library to interoperate with MythTV server
Myth::EventHandler Class Reference

Data Structures

class  EventHandlerThread
 

Public Types

typedef MYTH_SHARED_PTR< EventHandlerThreadEventHandlerThreadPtr
 

Public Member Functions

 EventHandler (const std::string &server, unsigned port)
 
bool Start ()
 
void Stop ()
 
void Reset ()
 
std::string GetServer () const
 
unsigned GetPort () const
 
bool IsRunning ()
 
bool IsConnected ()
 
unsigned CreateSubscription (EventSubscriber *sub)
 
bool SubscribeForEvent (unsigned subid, EVENT_t event)
 
void RevokeSubscription (unsigned subid)
 
void RevokeAllSubscriptions (EventSubscriber *sub)
 

Private Attributes

EventHandlerThreadPtr m_imp
 

Detailed Description

Definition at line 45 of file mytheventhandler.h.


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