#include <ConsoleWidget.h>
|
void | appendMsg (const QString &msg, int level=1) |
|
Definition at line 45 of file ConsoleWidget.h.
◆ ConsoleWidget()
rtabmap::ConsoleWidget::ConsoleWidget |
( |
QWidget * |
parent = 0 | ) |
|
◆ ~ConsoleWidget()
rtabmap::ConsoleWidget::~ConsoleWidget |
( |
| ) |
|
|
virtual |
◆ appendMsg
void rtabmap::ConsoleWidget::appendMsg |
( |
const QString & |
msg, |
|
|
int |
level = 1 |
|
) |
| |
|
slot |
◆ flushConsole
void rtabmap::ConsoleWidget::flushConsole |
( |
| ) |
|
|
privateslot |
◆ handleEvent()
bool rtabmap::ConsoleWidget::handleEvent |
( |
UEvent * |
event | ) |
|
|
protectedvirtual |
Method called by the UEventsManager to handle an event. Important : this method must do a minimum of work because the faster the dispatching loop is done; the faster the events are received. If a handling function takes too much time, the events list can grow faster than it is emptied. The event can be modified.
- Returns
- "true" to notify UEventsManager that this handler took ownership of the event (meaning it must delete it). The event will not be dispatched to next handlers.
-
"false" to let event be dispatched to next handlers (default behavior). UEventsManager will take care of deleting the event.
Implements UEventsHandler.
Definition at line 66 of file ConsoleWidget.cpp.
◆ msgReceived
void rtabmap::ConsoleWidget::msgReceived |
( |
const QString & |
, |
|
|
int |
|
|
) |
| |
|
signal |
◆ updateTextEditBufferSize
void rtabmap::ConsoleWidget::updateTextEditBufferSize |
( |
| ) |
|
|
privateslot |
◆ _errorMessage
QMessageBox* rtabmap::ConsoleWidget::_errorMessage |
|
private |
◆ _errorMessageMutex
QMutex rtabmap::ConsoleWidget::_errorMessageMutex |
|
private |
◆ _msgList
QList<QPair<QString, int> > rtabmap::ConsoleWidget::_msgList |
|
private |
◆ _msgListMutex
QMutex rtabmap::ConsoleWidget::_msgListMutex |
|
private |
◆ _textCursor
QTextCursor* rtabmap::ConsoleWidget::_textCursor |
|
private |
◆ _time
QTime rtabmap::ConsoleWidget::_time |
|
private |
◆ _timer
QTimer rtabmap::ConsoleWidget::_timer |
|
private |
◆ _ui
Ui_consoleWidget* rtabmap::ConsoleWidget::_ui |
|
private |
The documentation for this class was generated from the following files: