svgui  1.9
ActivityLog Class Reference

#include <ActivityLog.h>

List of all members.

Public Slots

void activityHappened (QString)
void scrollToEnd ()

Public Member Functions

 ActivityLog ()
 ~ActivityLog ()

Private Attributes

QListView * m_listView
QStringListModel * m_model
QString m_prevName

Detailed Description

Definition at line 25 of file ActivityLog.h.


Constructor & Destructor Documentation

Definition at line 35 of file ActivityLog.cpp.

References m_listView, and m_model.

Definition at line 55 of file ActivityLog.cpp.


Member Function Documentation

void ActivityLog::activityHappened ( QString  name) [slot]

Definition at line 60 of file ActivityLog.cpp.

References m_listView, m_model, and m_prevName.

void ActivityLog::scrollToEnd ( ) [slot]

Definition at line 85 of file ActivityLog.cpp.

References m_listView, and m_model.


Member Data Documentation

QListView* ActivityLog::m_listView [private]

Definition at line 38 of file ActivityLog.h.

Referenced by activityHappened(), ActivityLog(), and scrollToEnd().

QStringListModel* ActivityLog::m_model [private]

Definition at line 39 of file ActivityLog.h.

Referenced by activityHappened(), ActivityLog(), and scrollToEnd().

QString ActivityLog::m_prevName [private]

Definition at line 40 of file ActivityLog.h.

Referenced by activityHappened().


The documentation for this class was generated from the following files: