|
MythTV
0.26-pre
|
#include <eventing.h>
Public Member Functions | |
| SubscriberInfo () | |
| SubscriberInfo (const QString &url, unsigned long duration) | |
| unsigned long | IncrementKey () |
Public Attributes | |
| TaskTime | ttExpires |
| TaskTime | ttLastNotified |
| QString | sUUID |
| QUrl | qURL |
| unsigned short | nKey |
| unsigned long | nDuration |
Protected Member Functions | |
| void | SetExpireTime (unsigned long nSecs) |
Definition at line 30 of file eventing.h.
| SubscriberInfo::SubscriberInfo | ( | ) | [inline] |
Definition at line 33 of file eventing.h.
| SubscriberInfo::SubscriberInfo | ( | const QString & | url, |
| unsigned long | duration | ||
| ) | [inline] |
Definition at line 42 of file eventing.h.
| unsigned long SubscriberInfo::IncrementKey | ( | ) | [inline] |
Definition at line 54 of file eventing.h.
Referenced by Eventing::NotifySubscriber().
| void SubscriberInfo::SetExpireTime | ( | unsigned long | nSecs | ) | [inline, protected] |
Definition at line 73 of file eventing.h.
Definition at line 63 of file eventing.h.
Definition at line 64 of file eventing.h.
Referenced by Eventing::NotifySubscriber().
| QString SubscriberInfo::sUUID |
Definition at line 66 of file eventing.h.
Referenced by Eventing::HandleSubscribe(), and Eventing::NotifySubscriber().
| QUrl SubscriberInfo::qURL |
Definition at line 67 of file eventing.h.
Referenced by Eventing::NotifySubscriber().
| unsigned short SubscriberInfo::nKey |
Definition at line 68 of file eventing.h.
Referenced by Eventing::NotifySubscriber().
| unsigned long SubscriberInfo::nDuration |
Definition at line 69 of file eventing.h.
Referenced by Eventing::HandleSubscribe().
1.7.6.1