Logs Class Reference

Logs widget. More...

#include <logs.h>

List of all members.

Public Slots

void clear ()

Public Member Functions

 Logs (QWidget *parent=0)
void addLog (QString log)


Detailed Description

Logs widget.

Class used to display logs (connections, disconnections, executions, etc.)

Definition at line 22 of file logs.h.


Constructor & Destructor Documentation

Logs::Logs ( QWidget *  parent = 0  ) 

Constructs a Logs widget

Parameters:
parent parent widget

Definition at line 15 of file logs.cpp.

References clear().


Member Function Documentation

void Logs::addLog ( QString  log  ) 

Add an entry in the log

Parameters:
log line to add ('
' is added)

Definition at line 28 of file logs.cpp.

void Logs::clear (  )  [slot]

Clear the logs

Definition at line 36 of file logs.cpp.

Referenced by Logs().


The documentation for this class was generated from the following files:
Generated on Mon Mar 16 18:46:09 2009 for QCJM by  doxygen 1.5.4