#include <udpnotify.h>
Definition at line 24 of file udpnotify.h.
Public Member Functions | |
| UDPNotifyOSDSet (const QString &name) | |
| ~UDPNotifyOSDSet () | |
| UDPNotifyOSDTypeText * | GetType (const QString &name) |
| void | AddType (UDPNotifyOSDTypeText *type, QString name) |
| void | ResetTypes (void) |
| QString | GetName (void) |
| vector< UDPNotifyOSDTypeText * > * | GetTypeList () |
Private Attributes | |
| QString | m_name |
| QMap< QString, UDPNotifyOSDTypeText * > | typesMap |
| vector< UDPNotifyOSDTypeText * > * | allTypes |
| UDPNotifyOSDSet::UDPNotifyOSDSet | ( | const QString & | name | ) |
Definition at line 46 of file udpnotify.cpp.
| UDPNotifyOSDSet::~UDPNotifyOSDSet | ( | ) |
Definition at line 53 of file udpnotify.cpp.
| UDPNotifyOSDTypeText * UDPNotifyOSDSet::GetType | ( | const QString & | name | ) |
| void UDPNotifyOSDSet::AddType | ( | UDPNotifyOSDTypeText * | type, | |
| QString | name | |||
| ) |
| void UDPNotifyOSDSet::ResetTypes | ( | void | ) |
| QString UDPNotifyOSDSet::GetName | ( | void | ) |
Definition at line 86 of file udpnotify.cpp.
Referenced by OSD::ClearNotify(), and OSD::StartNotify().
| vector< UDPNotifyOSDTypeText * > * UDPNotifyOSDSet::GetTypeList | ( | ) |
QString UDPNotifyOSDSet::m_name [private] |
QMap<QString, UDPNotifyOSDTypeText *> UDPNotifyOSDSet::typesMap [private] |
vector<UDPNotifyOSDTypeText *>* UDPNotifyOSDSet::allTypes [private] |
Definition at line 39 of file udpnotify.h.
Referenced by AddType(), GetTypeList(), ResetTypes(), UDPNotifyOSDSet(), and ~UDPNotifyOSDSet().
1.5.5