Main Page | Class Hierarchy | Class List | Class Members

TextDisplay Class Reference

Not accessed by user: Text Display. More...

#include <textDisplay.h>

List of all members.

Public Member Functions

 TextDisplay (QWidget *parent=0, const char *name=0)
void display (char *str)
 append the text given by str
void displaySet (char *str)
 set the text to that given by str
void display (const QString &)
 append the text given by str
void displaySet (const QString &)
 set the text to that given by str


Detailed Description

Not accessed by user: Text Display.

This is a wrapper for a QTextView widget


Constructor & Destructor Documentation

TextDisplay::TextDisplay QWidget *  parent = 0,
const char *  name = 0
[explicit]
 

Parameters:
parent a pointer to the parent widget. If this is 0, then the display will stand alone.
name a string label to be displayed above the text


Member Function Documentation

void TextDisplay::display const QString &  str  ) 
 

append the text given by str

Parameters:
str pointer to the string to be displayed
Returns:
void

void TextDisplay::display char *  str  ) 
 

append the text given by str

Parameters:
str pointer to the string to be displayed
Returns:
void

void TextDisplay::displaySet const QString &  str  ) 
 

set the text to that given by str

Parameters:
str pointer to the string to be displayed
Returns:
void

void TextDisplay::displaySet char *  str  ) 
 

set the text to that given by str

Parameters:
str pointer to the string to be displayed
Returns:
void


The documentation for this class was generated from the following files:
Generated on Wed Nov 10 17:52:35 2004 for SubsuMe by doxygen 1.3.8