#include <mythevent.h>
Public Member Functions | |
| MythInfoMapEvent (const QString &lmessage, const QHash< QString, QString > &linfoMap) | |
| virtual MythInfoMapEvent * | clone () const |
| const QHash< QString, QString > * | InfoMap (void) |
Private Attributes | |
| QHash< QString, QString > | infoMap |
Definition at line 112 of file mythevent.h.
| MythInfoMapEvent::MythInfoMapEvent | ( | const QString & | lmessage, | |
| const QHash< QString, QString > & | linfoMap | |||
| ) | [inline] |
Definition at line 115 of file mythevent.h.
| virtual MythInfoMapEvent* MythInfoMapEvent::clone | ( | void | ) | const [inline, virtual] |
Reimplemented from MythEvent.
Definition at line 119 of file mythevent.h.
| const QHash<QString,QString>* MythInfoMapEvent::InfoMap | ( | void | ) | [inline] |
Definition at line 121 of file mythevent.h.
Referenced by UPNPScanner::customEvent().
QHash<QString,QString> MythInfoMapEvent::infoMap [private] |
Definition at line 124 of file mythevent.h.
1.6.3