#include <udpnotify.h>
Definition at line 42 of file udpnotify.h.
Public Member Functions | |
| UDPNotifyOSDTypeText (const QString &name, const QString &text) | |
| ~UDPNotifyOSDTypeText () | |
| void | SetText (const QString &text) |
| QString | GetName (void) |
| QString | GetText (void) |
Private Attributes | |
| QString | m_name |
| QString | m_text |
| UDPNotifyOSDTypeText::UDPNotifyOSDTypeText | ( | const QString & | name, | |
| const QString & | text | |||
| ) |
Definition at line 96 of file udpnotify.cpp.
| UDPNotifyOSDTypeText::~UDPNotifyOSDTypeText | ( | ) |
Definition at line 103 of file udpnotify.cpp.
| void UDPNotifyOSDTypeText::SetText | ( | const QString & | text | ) |
| QString UDPNotifyOSDTypeText::GetName | ( | void | ) |
| QString UDPNotifyOSDTypeText::GetText | ( | void | ) |
QString UDPNotifyOSDTypeText::m_name [private] |
QString UDPNotifyOSDTypeText::m_text [private] |
Definition at line 53 of file udpnotify.h.
Referenced by GetText(), SetText(), and UDPNotifyOSDTypeText().
1.5.5