#include <ConsoleWidget.h>
|
| void | appendMsg (const QString &msg, int level=1) |
| |
Definition at line 45 of file ConsoleWidget.h.
| rtabmap::ConsoleWidget::ConsoleWidget |
( |
QWidget * |
parent = 0 | ) |
|
| rtabmap::ConsoleWidget::~ConsoleWidget |
( |
| ) |
|
|
virtual |
| void rtabmap::ConsoleWidget::appendMsg |
( |
const QString & |
msg, |
|
|
int |
level = 1 |
|
) |
| |
|
slot |
| void rtabmap::ConsoleWidget::flushConsole |
( |
| ) |
|
|
privateslot |
| 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.
| void rtabmap::ConsoleWidget::msgReceived |
( |
const QString & |
, |
|
|
int |
|
|
) |
| |
|
signal |
| void rtabmap::ConsoleWidget::updateTextEditBufferSize |
( |
| ) |
|
|
privateslot |
| QMessageBox* rtabmap::ConsoleWidget::_errorMessage |
|
private |
| QMutex rtabmap::ConsoleWidget::_errorMessageMutex |
|
private |
| QList<QPair<QString, int> > rtabmap::ConsoleWidget::_msgList |
|
private |
| QMutex rtabmap::ConsoleWidget::_msgListMutex |
|
private |
| QTextCursor* rtabmap::ConsoleWidget::_textCursor |
|
private |
| QTime rtabmap::ConsoleWidget::_time |
|
private |
| QTimer rtabmap::ConsoleWidget::_timer |
|
private |
| Ui_consoleWidget* rtabmap::ConsoleWidget::_ui |
|
private |
The documentation for this class was generated from the following files: