API Documentation
|
A table showing a specific log that allows the user to scroll around to view various log entries. More...
#include <LogView.h>
Signals | |
void | requestUpdateLogSignal () |
Public Member Functions | |
void | addMessage (const LogMessage &message) final override |
void | addMessages (const Buffer< LogMessage > &messages) final override |
void | addWidgetToTop (QWidget *widget) |
void | attach (ProgressInfo *stream) final override |
void | attachProgressBar (QPointer< QProgressBar > bar, bool auto_hide=true) |
void | changeEvent (QEvent *e) override |
void | clearLog () |
QPointer< QProgressBar > | createProgressBar (bool auto_hide=true) |
bool | isAtBottom () const |
void | jumpToBottom () |
LogView (QWidget *parent=nullptr) | |
void | resizeEvent (QResizeEvent *size) override |
void | setDetectNewLines (bool detect) |
void | setMinimumLogLevel (uint01 log_level) |
void | setProgress (fltp04 progress) final override |
void | setProgressFormat (const String &format) |
void | showLogConsole (bool show_log_console) |
void | showTimes (bool show_times) |
QSize | sizeHint () const override |
~LogView () | |
Public Member Functions inherited from LogStream | |
void | clearLinks () |
virtual void | detach (ProgressInfo *stream) |
bool | ignoringMessages () const |
void | setIgnoreMessages (bool ignore) |
virtual | ~LogStream () |
Additional Inherited Members | |
Protected Attributes inherited from LogStream | |
bool | m_ignore_message = false |
Buffer< ProgressInfo * > | m_linked_logs |
A table showing a specific log that allows the user to scroll around to view various log entries.
LogView | ( | QWidget * | parent = nullptr | ) |
~LogView | ( | ) |
|
finaloverridevirtual |
Implements LogStream.
|
finaloverridevirtual |
Reimplemented from LogStream.
void addWidgetToTop | ( | QWidget * | widget | ) |
|
finaloverridevirtual |
Reimplemented from LogStream.
void attachProgressBar | ( | QPointer< QProgressBar > | bar, |
bool | auto_hide = true ) |
|
override |
void clearLog | ( | ) |
QPointer< QProgressBar > createProgressBar | ( | bool | auto_hide = true | ) |
bool isAtBottom | ( | ) | const |
void jumpToBottom | ( | ) |
|
signal |
|
override |
void setDetectNewLines | ( | bool | detect | ) |
void setMinimumLogLevel | ( | uint01 | log_level | ) |
void setProgressFormat | ( | const String & | format | ) |
void showLogConsole | ( | bool | show_log_console | ) |
void showTimes | ( | bool | show_times | ) |
|
override |