#include <TxqTextView.h>
Inheritance diagram for TxqTextView::

Public Methods | |
| TxqTextView (const QString &text, const QString &context=QString::null, QWidget *parent=0, const char *name=0) | |
| The TxqTextView constructor takes a QWidget w a name nm and uses those to build the QWidget base class. More... | |
| virtual | ~TxqTextView () |
| The TxqTextView destructor. More... | |
| void | outlog (const QString &line) |
| output the log. More... | |
| void | setBold (bool b) |
| set to bold for a bold font. More... | |
| void | setTextColor (QColor c) |
| Set the text color. More... | |
| void | setLogEnabled (bool b) |
| Set the log output flag if the output flag is set, output is allowed to the window the default is true. More... | |
| void | customEvent (QCustomEvent *e) |
| Custom event to write to the log. More... | |
Protected Slots | |
| void | copySelection (bool y) |
| Copy the selected text to the clipboard. More... | |
Protected Methods | |
| void | timerEvent (QTimerEvent *t) |
| The timer event will append a line. More... | |
| void | start () |
| Start the timer. More... | |
| void | stop () |
| Stop the timer. More... | |
Protected Attributes | |
| int | timer_id |
| The timer id. More... | |
| QString | outLine |
| The output line. More... | |
| QString | cacheLine |
| bool | outFlag |
| The output flag. More... | |
| int | oline |
| The output line counter. More... | |
| int | cacheNumber |
| The output line when caching. More... | |
| int | lineNumber |
| The current line number. More... | |
| bool | boldFlag |
| The font boldFlag if true a bold font is desired. More... | |
| bool | colorFlag |
| The color flag if true, color has been set. More... | |
| QColor | textColor |
| The text color the default is black if not set. More... | |
| bool | logFlag |
| The log flag. More... | |
| QString | logText |
| The log text. More... | |
Copyright 2001 by Tech-X Corporation
Definition at line 33 of file TxqTextView.h.
|
|
The TxqTextView constructor takes a QWidget w a name nm and uses those to build the QWidget base class. All other options must be set from member methods. The text and context are passed to the QTextView parent. |
|
|
The TxqTextView destructor.
|
|
|
Copy the selected text to the clipboard.
|
|
|
Custom event to write to the log.
|
|
|
output the log.
|
|
|
set to bold for a bold font.
|
|
|
Set the log output flag if the output flag is set, output is allowed to the window the default is true.
|
|
|
Set the text color.
|
|
|
Start the timer.
|
|
|
Stop the timer.
|
|
|
The timer event will append a line.
|
|
|
The font boldFlag if true a bold font is desired.
Definition at line 151 of file TxqTextView.h. |
|
|
Definition at line 125 of file TxqTextView.h. |
|
|
The output line when caching.
Definition at line 140 of file TxqTextView.h. |
|
|
The color flag if true, color has been set.
Definition at line 157 of file TxqTextView.h. |
|
|
The current line number.
Definition at line 145 of file TxqTextView.h. |
|
|
The log flag.
Definition at line 168 of file TxqTextView.h. |
|
|
The log text.
Definition at line 173 of file TxqTextView.h. |
|
|
The output line counter.
Definition at line 135 of file TxqTextView.h. |
|
|
The output flag.
Definition at line 130 of file TxqTextView.h. |
|
|
The output line.
Definition at line 124 of file TxqTextView.h. |
|
|
The text color the default is black if not set.
Definition at line 163 of file TxqTextView.h. |
|
|
The timer id.
Definition at line 119 of file TxqTextView.h. |
Copyright Tech-X Corporation, all rights reserved.