#include <LogTextEdit.h>
Public Slots | |
| void | findAll (const QString &str) |
Signals | |
| void | textPending () |
Public Member Functions | |
| LogTextEdit (QWidget *parent=0, const QString &fileName="") | |
| ~LogTextEdit () | |
Private Slots | |
| void | read () |
| void | textReady () |
Private Attributes | |
| QFile | m_file |
| qint64 | m_pos |
| std::unique_ptr< te::core::FileWatcher > | m_watcher |
Definition at line 48 of file LogTextEdit.h.
| te::qt::widgets::LogTextEdit::LogTextEdit | ( | QWidget * | parent = 0, |
| const QString & | fileName = "" |
||
| ) |
| te::qt::widgets::LogTextEdit::~LogTextEdit | ( | ) |
|
slot |
|
privateslot |
|
signal |
|
privateslot |
|
private |
Definition at line 66 of file LogTextEdit.h.
|
private |
Definition at line 68 of file LogTextEdit.h.
|
private |
Definition at line 67 of file LogTextEdit.h.