|
svgui
1.9
|
#include <ActivityLog.h>


Public Slots | |
| void | activityHappened (QString) |
| void | scrollToEnd () |
Public Member Functions | |
| ActivityLog () | |
| ~ActivityLog () | |
Private Attributes | |
| QListView * | m_listView |
| QStringListModel * | m_model |
| QString | m_prevName |
Definition at line 25 of file ActivityLog.h.
| ActivityLog::ActivityLog | ( | ) |
Definition at line 35 of file ActivityLog.cpp.
References m_listView, and m_model.
| ActivityLog::~ActivityLog | ( | ) |
Definition at line 55 of file ActivityLog.cpp.
|
slot |
Definition at line 60 of file ActivityLog.cpp.
References m_listView, m_model, and m_prevName.
|
slot |
Definition at line 85 of file ActivityLog.cpp.
References m_listView, and m_model.
|
private |
Definition at line 38 of file ActivityLog.h.
Referenced by activityHappened(), ActivityLog(), and scrollToEnd().
|
private |
Definition at line 39 of file ActivityLog.h.
Referenced by activityHappened(), ActivityLog(), and scrollToEnd().
|
private |
Definition at line 40 of file ActivityLog.h.
Referenced by activityHappened().