All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
tce::OutputWindow Class Reference

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

#include <OutputWindow.h>

Inheritance diagram for tce::OutputWindow:

Public Member Functions

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

Private Attributes

QTextEdit * m_txt
 

Detailed Description

A widget to output the script execution.

Definition at line 45 of file OutputWindow.h.

Constructor & Destructor Documentation

tce::OutputWindow::OutputWindow ( QWidget *  parent = 0)

Definition at line 33 of file OutputWindow.cpp.

References m_txt.

tce::OutputWindow::~OutputWindow ( )

Definition at line 49 of file OutputWindow.cpp.

Member Function Documentation

const QTextEdit * tce::OutputWindow::getText ( ) const

Definition at line 53 of file OutputWindow.cpp.

QTextEdit * tce::OutputWindow::getText ( )

Definition at line 58 of file OutputWindow.cpp.

Member Data Documentation

QTextEdit* tce::OutputWindow::m_txt
private

Definition at line 61 of file OutputWindow.h.

Referenced by OutputWindow().


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