A widget to output the script execution. More...
#include <OutputWindow.h>
  
 Public Member Functions | |
| const QTextEdit * | getText () const | 
| QTextEdit * | getText () | 
| OutputWindow (QWidget *parent=0) | |
| ~OutputWindow () | |
Private Attributes | |
| QTextEdit * | m_txt | 
A widget to output the script execution.
Definition at line 45 of file OutputWindow.h.
| 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.
| 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.
      
  | 
  private | 
Definition at line 61 of file OutputWindow.h.
Referenced by OutputWindow().