#include <LogViewer.hxx>


Public Member Functions | |
| LogViewer (std::string label, QWidget *parent=0) | |
| virtual | ~LogViewer () |
| void | setText (std::string text) |
| virtual void | readFile (std::string fileName) |
Protected Attributes | |
| std::string | _label |
Definition at line 27 of file LogViewer.hxx.
| LogViewer::LogViewer | ( | std::string | label, |
| QWidget * | parent = 0 |
||
| ) |
Definition at line 26 of file LogViewer.cxx.
|
virtual |
Definition at line 35 of file LogViewer.cxx.
|
virtual |
Reimplemented in ContainerLogViewer.
Definition at line 45 of file LogViewer.cxx.
References gui.CONNECTOR::f().
Referenced by YACS::HMI::GenericGui::onGetContainerLog(), and ContainerLogViewer::readFile().
| void LogViewer::setText | ( | std::string | text | ) |
Definition at line 39 of file LogViewer.cxx.
Referenced by YACS::HMI::GenericGui::onGetContainerLog(), YACS::HMI::GenericGui::onGetErrorDetails(), and YACS::HMI::GenericGui::onGetErrorReport().
|
protected |
Definition at line 37 of file LogViewer.hxx.