#include <LogViewer.hxx>
Public Slots | |
virtual void | onNext () |
virtual void | onPrevious () |
Public Member Functions | |
ContainerLogViewer (std::string label, QWidget *parent=0) | |
virtual void | readFile (std::string fileName) |
Public Member Functions inherited from LogViewer | |
LogViewer (std::string label, QWidget *parent=0) | |
virtual | ~LogViewer () |
void | setText (std::string text) |
Additional Inherited Members | |
Protected Attributes inherited from LogViewer | |
std::string | _label |
Definition at line 40 of file LogViewer.hxx.
ContainerLogViewer::ContainerLogViewer | ( | std::string | label, |
QWidget * | parent = 0 |
||
) |
|
virtualslot |
Definition at line 79 of file LogViewer.cxx.
Referenced by ContainerLogViewer().
|
virtualslot |
Definition at line 95 of file LogViewer.cxx.
Referenced by ContainerLogViewer().
|
virtual |
Reimplemented from LogViewer.
Definition at line 69 of file LogViewer.cxx.
References LogViewer::readFile().
Referenced by YACS::HMI::GenericGui::onGetYacsContainerLog().