#include <udpnotify.h>
Definition at line 56 of file udpnotify.h.
Public Member Functions | |
| UDPNotify (TV *tv, int udp_port) | |
| ~UDPNotify (void) | |
Protected Slots | |
| virtual void | incomingData (int socket) |
Private Member Functions | |
| void | AddSet (UDPNotifyOSDSet *set, QString name) |
| UDPNotifyOSDSet * | GetSet (const QString &text) |
| UDPNotifyOSDSet * | parseContainer (QDomElement &element) |
| void | parseTextArea (UDPNotifyOSDSet *container, QDomElement &element) |
| QString | getFirstText (QDomElement &element) |
| void | ClearContainer (UDPNotifyOSDSet *container) |
Private Attributes | |
| int | m_udp_port |
| QHostAddress | bcastaddr |
| TV * | m_tv |
| QMap< QString, UDPNotifyOSDSet * > | setMap |
| vector< UDPNotifyOSDSet * > * | setList |
| QDomDocument | doc |
| QSocketDevice * | qsd |
| QSocketNotifier * | qsn |
| UDPNotify::UDPNotify | ( | TV * | tv, | |
| int | udp_port | |||
| ) |
Definition at line 122 of file udpnotify.cpp.
| UDPNotify::~UDPNotify | ( | void | ) |
Definition at line 156 of file udpnotify.cpp.
| void UDPNotify::incomingData | ( | int | socket | ) | [protected, virtual, slot] |
| void UDPNotify::AddSet | ( | UDPNotifyOSDSet * | set, | |
| QString | name | |||
| ) | [private] |
| UDPNotifyOSDSet * UDPNotify::GetSet | ( | const QString & | text | ) | [private] |
| UDPNotifyOSDSet * UDPNotify::parseContainer | ( | QDomElement & | element | ) | [private] |
| void UDPNotify::parseTextArea | ( | UDPNotifyOSDSet * | container, | |
| QDomElement & | element | |||
| ) | [private] |
| QString UDPNotify::getFirstText | ( | QDomElement & | element | ) | [private] |
| void UDPNotify::ClearContainer | ( | UDPNotifyOSDSet * | container | ) | [private] |
int UDPNotify::m_udp_port [private] |
QHostAddress UDPNotify::bcastaddr [private] |
TV* UDPNotify::m_tv [private] |
Definition at line 70 of file udpnotify.h.
Referenced by ClearContainer(), incomingData(), and UDPNotify().
QMap<QString, UDPNotifyOSDSet *> UDPNotify::setMap [private] |
vector<UDPNotifyOSDSet *>* UDPNotify::setList [private] |
QDomDocument UDPNotify::doc [private] |
QSocketDevice* UDPNotify::qsd [private] |
Definition at line 78 of file udpnotify.h.
Referenced by incomingData(), UDPNotify(), and ~UDPNotify().
QSocketNotifier* UDPNotify::qsn [private] |
1.5.5