te::ce::OutputWindow Class Reference

A widget to output the script execution. More...

#include <OutputWindow.h>

Inheritance diagram for te::ce::OutputWindow:

Public Member Functions

const QTextEdit * getText () const
 
QTextEdit * getText ()
 
 OutputWindow (QWidget *parent=0)
 
 ~OutputWindow ()
 

Protected Slots

void redirectOutput ()
 

Private Attributes

OutPutStream * m_out
 
QProcess * m_proc
 
QTextEdit * m_txt
 

Detailed Description

A widget to output the script execution.

Definition at line 52 of file OutputWindow.h.

Constructor & Destructor Documentation

te::ce::OutputWindow::OutputWindow ( QWidget *  parent = 0)
te::ce::OutputWindow::~OutputWindow ( )

Member Function Documentation

const QTextEdit* te::ce::OutputWindow::getText ( ) const
QTextEdit* te::ce::OutputWindow::getText ( )
void te::ce::OutputWindow::redirectOutput ( )
protectedslot

Member Data Documentation

OutPutStream* te::ce::OutputWindow::m_out
private

Definition at line 76 of file OutputWindow.h.

QProcess* te::ce::OutputWindow::m_proc
private

Definition at line 74 of file OutputWindow.h.

QTextEdit* te::ce::OutputWindow::m_txt
private

Definition at line 72 of file OutputWindow.h.


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