|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <LoggingCategoryModel.h>
Inheritance diagram for QGCLoggingCategoryItem:
Collaboration diagram for QGCLoggingCategoryItem:Signals | |
| void | enabledChanged () |
Public Member Functions | |
| QGCLoggingCategoryItem (const QString &shortCategory_, const QString &fullCategory_, bool enabled_, QObject *parent=nullptr) | |
| bool | enabled () const |
| void | setEnabled (bool enabled) |
| void | setEnabledFromManager (bool enabled) |
Public Attributes | |
| QString | shortCategory |
| QString | fullCategory |
Definition at line 12 of file LoggingCategoryModel.h.
| QGCLoggingCategoryItem::QGCLoggingCategoryItem | ( | const QString & | shortCategory_, |
| const QString & | fullCategory_, | ||
| bool | enabled_, | ||
| QObject * | parent = nullptr |
||
| ) |
Definition at line 290 of file QGCLoggingCategoryManager.cc.
References enabledChanged(), fullCategory, QGCLoggingCategoryManager::instance(), and QGCLoggingCategoryManager::setCategoryEnabled().
|
inline |
Definition at line 22 of file LoggingCategoryModel.h.
Referenced by setEnabled(), and setEnabledFromManager().
|
signal |
| void QGCLoggingCategoryItem::setEnabled | ( | bool | enabled | ) |
Definition at line 301 of file QGCLoggingCategoryManager.cc.
References enabled(), and enabledChanged().
Referenced by LoggingCategoryTreeModel::setData().
| void QGCLoggingCategoryItem::setEnabledFromManager | ( | bool | enabled | ) |
Definition at line 309 of file QGCLoggingCategoryManager.cc.
References enabled(), and enabledChanged().
| QString QGCLoggingCategoryItem::fullCategory |
Definition at line 28 of file LoggingCategoryModel.h.
Referenced by LoggingCategoryFlatModel::insertSorted(), and QGCLoggingCategoryItem().
| QString QGCLoggingCategoryItem::shortCategory |
Definition at line 27 of file LoggingCategoryModel.h.