|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <LoggingCategoryModel.h>
Inheritance diagram for QGCLoggingCategoryItem:
Collaboration diagram for QGCLoggingCategoryItem:Signals | |
| void | logLevelChanged () |
| void | enabledChanged () |
Public Member Functions | |
| QGCLoggingCategoryItem (const QString &shortCategory_, const QString &fullCategory_, int logLevel_, QObject *parent=nullptr) | |
| bool | enabled () const |
| void | setEnabled (bool enabled) |
| int | logLevel () const |
| void | setLogLevel (int level) |
| void | setLogLevelFromManager (int level) |
Public Attributes | |
| QString | shortCategory |
| QString | fullCategory |
Definition at line 10 of file LoggingCategoryModel.h.
| QGCLoggingCategoryItem::QGCLoggingCategoryItem | ( | const QString & | shortCategory_, |
| const QString & | fullCategory_, | ||
| int | logLevel_, | ||
| QObject * | parent = nullptr |
||
| ) |
Definition at line 286 of file QGCLoggingCategoryManager.cc.
References fullCategory, QGCLoggingCategoryManager::instance(), logLevelChanged(), and QGCLoggingCategoryManager::setCategoryLevel().
|
inline |
Definition at line 20 of file LoggingCategoryModel.h.
Referenced by setEnabled(), setLogLevel(), and setLogLevelFromManager().
|
signal |
Referenced by setLogLevel(), and setLogLevelFromManager().
|
inline |
Definition at line 24 of file LoggingCategoryModel.h.
|
signal |
| void QGCLoggingCategoryItem::setEnabled | ( | bool | enabled | ) |
Definition at line 297 of file QGCLoggingCategoryManager.cc.
References enabled(), and setLogLevel().
Referenced by LoggingCategoryTreeModel::setData().
| void QGCLoggingCategoryItem::setLogLevel | ( | int | level | ) |
Definition at line 302 of file QGCLoggingCategoryManager.cc.
References enabled(), enabledChanged(), fullCategory, QGCLoggingCategoryManager::instance(), logLevelChanged(), and QGCLoggingCategoryManager::setCategoryLevel().
Referenced by setEnabled().
| void QGCLoggingCategoryItem::setLogLevelFromManager | ( | int | level | ) |
Definition at line 317 of file QGCLoggingCategoryManager.cc.
References enabled(), enabledChanged(), and logLevelChanged().
Referenced by QGCLoggingCategoryManager::disableAllCategories(), and QGCLoggingCategoryManager::installFilter().
| QString QGCLoggingCategoryItem::fullCategory |
Definition at line 30 of file LoggingCategoryModel.h.
Referenced by LoggingCategoryFlatModel::insertSorted(), QGCLoggingCategoryItem(), and setLogLevel().
| QString QGCLoggingCategoryItem::shortCategory |
Definition at line 29 of file LoggingCategoryModel.h.