#include <StatusTextHandler.h>
Definition at line 35 of file StatusTextHandler.h.
◆ StatusTextHandler()
| StatusTextHandler::StatusTextHandler |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ ~StatusTextHandler()
| StatusTextHandler::~StatusTextHandler |
( |
| ) |
|
◆ clearMessages()
| void StatusTextHandler::clearMessages |
( |
| ) |
|
◆ formattedMessages()
| QString StatusTextHandler::formattedMessages |
( |
| ) |
const |
◆ getErrorCount()
| uint32_t StatusTextHandler::getErrorCount |
( |
| ) |
const |
|
inline |
◆ getErrorCountTotal()
| uint32_t StatusTextHandler::getErrorCountTotal |
( |
| ) |
const |
|
inline |
◆ getMessageText()
◆ getNormalCount()
| uint32_t StatusTextHandler::getNormalCount |
( |
| ) |
const |
|
inline |
◆ getWarningCount()
| uint32_t StatusTextHandler::getWarningCount |
( |
| ) |
const |
|
inline |
◆ handleHTMLEscapedTextMessage()
| void StatusTextHandler::handleHTMLEscapedTextMessage |
( |
MAV_COMPONENT |
componentid, |
|
|
MAV_SEVERITY |
severity, |
|
|
const QString & |
text, |
|
|
const QString & |
description |
|
) |
| |
◆ mavlinkMessageReceived()
◆ messageCount()
| uint32_t StatusTextHandler::messageCount |
( |
| ) |
const |
|
inline |
◆ messageCountChanged
| void StatusTextHandler::messageCountChanged |
( |
uint32_t |
newCount | ) |
|
|
signal |
◆ messages()
| const QList< StatusText * > & StatusTextHandler::messages |
( |
| ) |
const |
|
inline |
◆ messageTypeChanged
| void StatusTextHandler::messageTypeChanged |
( |
| ) |
|
|
signal |
◆ messageTypeError()
| bool StatusTextHandler::messageTypeError |
( |
| ) |
const |
|
inline |
◆ messageTypeNone()
| bool StatusTextHandler::messageTypeNone |
( |
| ) |
const |
|
inline |
◆ messageTypeNormal()
| bool StatusTextHandler::messageTypeNormal |
( |
| ) |
const |
|
inline |
◆ messageTypeWarning()
| bool StatusTextHandler::messageTypeWarning |
( |
| ) |
const |
|
inline |
◆ newErrorMessage
| void StatusTextHandler::newErrorMessage |
( |
QString |
message | ) |
|
|
signal |
◆ newFormattedMessage
| void StatusTextHandler::newFormattedMessage |
( |
QString |
message | ) |
|
|
signal |
◆ resetAllMessages()
| void StatusTextHandler::resetAllMessages |
( |
| ) |
|
◆ resetErrorLevelMessages()
| void StatusTextHandler::resetErrorLevelMessages |
( |
| ) |
|
◆ textMessageReceived
| void StatusTextHandler::textMessageReceived |
( |
MAV_COMPONENT |
componentid, |
|
|
MAV_SEVERITY |
severity, |
|
|
QString |
text, |
|
|
QString |
description |
|
) |
| |
|
signal |
The documentation for this class was generated from the following files: