A widget that displays read-only log text along with a top bar for search, clear, and save actions.
More...
#include <gboard.h>
GBoard contains a QLineEdit for searching, a clear (trashcan) button to remove all log entries, and a save button to write the log to disk. The log messages are maintained in a QStringList to support filtering.
Definition at line 17 of file gboard.h.
◆ GBoard() [1/3]
GBoard::GBoard |
( |
const std::shared_ptr< GOptions > & | gopt, |
|
|
QWidget * | parent = nullptr ) |
|
explicit |
- Parameters
-
logger | Shared pointer to a GLogger for debug messages. |
parent | The parent widget (default is nullptr). |
Definition at line 10 of file gboard.cc.
◆ GBoard() [2/3]
GBoard::GBoard |
( |
const GBoard & | | ) |
|
|
delete |
◆ GBoard() [3/3]
◆ appendLog()
void GBoard::appendLog |
( |
const QString & | text | ) |
|
- Parameters
-
text | The log message text. |
Definition at line 64 of file gboard.cc.
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following files: