QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
QGCLoggingCategoryItem Class Reference

#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
 

Detailed Description

Definition at line 12 of file LoggingCategoryModel.h.

Constructor & Destructor Documentation

◆ QGCLoggingCategoryItem()

QGCLoggingCategoryItem::QGCLoggingCategoryItem ( const QString &  shortCategory_,
const QString &  fullCategory_,
bool  enabled_,
QObject *  parent = nullptr 
)

Member Function Documentation

◆ enabled()

bool QGCLoggingCategoryItem::enabled ( ) const
inline

Definition at line 22 of file LoggingCategoryModel.h.

Referenced by setEnabled(), and setEnabledFromManager().

◆ enabledChanged

◆ setEnabled()

void QGCLoggingCategoryItem::setEnabled ( bool  enabled)

Definition at line 301 of file QGCLoggingCategoryManager.cc.

References enabled(), and enabledChanged().

Referenced by LoggingCategoryTreeModel::setData().

◆ setEnabledFromManager()

void QGCLoggingCategoryItem::setEnabledFromManager ( bool  enabled)

Definition at line 309 of file QGCLoggingCategoryManager.cc.

References enabled(), and enabledChanged().

Member Data Documentation

◆ fullCategory

QString QGCLoggingCategoryItem::fullCategory

◆ shortCategory

QString QGCLoggingCategoryItem::shortCategory

Definition at line 27 of file LoggingCategoryModel.h.


The documentation for this class was generated from the following files: