#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 = "" |
||
| ) |
Definition at line 44 of file LogTextEdit.cpp.
References te::at::End, m_file, m_pos, m_watcher, read(), textPending(), and textReady().
| te::qt::widgets::LogTextEdit::~LogTextEdit | ( | ) |
Definition at line 88 of file LogTextEdit.cpp.
|
slot |
Definition at line 116 of file LogTextEdit.cpp.
References te::at::End, and te::at::Start.
|
privateslot |
Definition at line 94 of file LogTextEdit.cpp.
References te::at::End, m_file, and m_pos.
Referenced by LogTextEdit().
|
signal |
Referenced by LogTextEdit(), and textReady().
|
privateslot |
Definition at line 111 of file LogTextEdit.cpp.
References textPending().
Referenced by LogTextEdit().
|
private |
Definition at line 66 of file LogTextEdit.h.
Referenced by LogTextEdit(), read(), and ~LogTextEdit().
|
private |
Definition at line 68 of file LogTextEdit.h.
Referenced by LogTextEdit(), and read().
|
private |
Definition at line 67 of file LogTextEdit.h.
Referenced by LogTextEdit(), and ~LogTextEdit().