#include <eventhistory.h>
Public Slots | |
virtual void | addEvent (WpaMsg msg) |
virtual void | addEvents (WpaMsgList msgs) |
Public Member Functions | |
EventHistory (QWidget *parent=0, const char *name=0, bool modal=false, Qt::WFlags fl=0) | |
~EventHistory () | |
Protected Slots | |
virtual void | languageChange () |
Private Attributes | |
EventListModel * | elm |
Definition at line 43 of file eventhistory.h.
EventHistory::EventHistory | ( | QWidget * | parent = 0 , |
const char * | name = 0 , |
||
bool | modal = false , |
||
Qt::WFlags | fl = 0 |
||
) |
Definition at line 82 of file eventhistory.cpp.
Definition at line 96 of file eventhistory.cpp.
void EventHistory::addEvent | ( | WpaMsg | msg | ) | [virtual, slot] |
Definition at line 32 of file eventhistory.ui.h.
void EventHistory::addEvents | ( | WpaMsgList | msgs | ) | [virtual, slot] |
Definition at line 23 of file eventhistory.ui.h.
void EventHistory::languageChange | ( | ) | [protected, virtual, slot] |
Definition at line 103 of file eventhistory.cpp.
EventListModel* EventHistory::elm [private] |
Definition at line 60 of file eventhistory.h.