StatusText Class Reference

#include <statustext.h>

List of all members.


Detailed Description

This class is used for logging events for a calculation.

It provides a little bit of added functionality with respect to QTextEdit.

Definition at line 30 of file statustext.h.

Public Slots

void append (const QString &text)
 Overridden from QTextEdit::append in that it autoamtically positions itself at the last line.

Signals

void rightButtonClicked ()
 Is emitted when a right mouse button is clicked.

Public Member Functions

 StatusText (QWidget *parent=0, const char *name=0)
 ~StatusText ()
 The default destructor.

Protected Member Functions

QPopupMenu * createPopupMenu (const QPoint &)
 This function is overridden to disable the construction of a default popup menu, but instead emit the signal rightButtonClicked so a popup can be shown by the another class (XbraboView in this case).


Constructor & Destructor Documentation

StatusText::StatusText QWidget *  parent = 0,
const char *  name = 0
 

Definition at line 40 of file statustext.cpp.

StatusText::~StatusText  ) 
 

The default destructor.

Definition at line 58 of file statustext.cpp.


Member Function Documentation

void StatusText::rightButtonClicked  )  [signal]
 

Is emitted when a right mouse button is clicked.

void StatusText::append const QString &  text  )  [slot]
 

Overridden from QTextEdit::append in that it autoamtically positions itself at the last line.

Definition at line 69 of file statustext.cpp.

QPopupMenu * StatusText::createPopupMenu const QPoint &   )  [protected]
 

This function is overridden to disable the construction of a default popup menu, but instead emit the signal rightButtonClicked so a popup can be shown by the another class (XbraboView in this case).

Definition at line 82 of file statustext.cpp.


Generated on Fri May 19 14:31:58 2006 for Brabosphere by  doxygen 1.4.6-NO