|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <StatusTextHandler.h>
Public Member Functions | |
| StatusText (MAV_COMPONENT componentid, MAV_SEVERITY severity, const QString &text) | |
| bool | severityIsError () const |
| MAV_COMPONENT | getComponentID () const |
| MAV_SEVERITY | getSeverity () const |
| QString | getText () const |
| QString | getFormattedText () const |
| void | setFormatedText (const QString &formatedText) |
Definition at line 14 of file StatusTextHandler.h.
| StatusText::StatusText | ( | MAV_COMPONENT | componentid, |
| MAV_SEVERITY | severity, | ||
| const QString & | text | ||
| ) |
Definition at line 9 of file StatusTextHandler.cc.
|
inline |
Definition at line 21 of file StatusTextHandler.h.
|
inline |
Definition at line 24 of file StatusTextHandler.h.
|
inline |
Definition at line 22 of file StatusTextHandler.h.
|
inline |
Definition at line 23 of file StatusTextHandler.h.
Referenced by StatusTextHandler::handleHTMLEscapedTextMessage().
|
inline |
Definition at line 26 of file StatusTextHandler.h.
Referenced by StatusTextHandler::handleHTMLEscapedTextMessage().
| bool StatusText::severityIsError | ( | ) | const |
Definition at line 17 of file StatusTextHandler.cc.
Referenced by StatusTextHandler::handleHTMLEscapedTextMessage().