dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
UAVObjectBrowserConfiguration Class Reference

#include <uavobjectbrowserconfiguration.h>

Inheritance diagram for UAVObjectBrowserConfiguration:
Core::IUAVGadgetConfiguration

Public Slots

void setRecentlyUpdatedColor (QColor color)
 
void setManuallyChangedColor (QColor color)
 
void setNotPresentOnHwColor (QColor color)
 
void setOnlyHighlightChangedValues (bool highlight)
 
void setScientificView (bool value)
 
void setShowMetaData (bool value)
 
void setHideNotPresentOnHw (bool value)
 

Public Member Functions

 UAVObjectBrowserConfiguration (QString classId, QSettings *qSettings=nullptr, QObject *parent=nullptr)
 
void saveConfig (QSettings *settings) const
 
IUAVGadgetConfigurationclone ()
 
QColor recentlyUpdatedColor () const
 
QColor manuallyChangedColor () const
 
QColor notPresentOnHwColor () const
 
int recentlyUpdatedTimeout () const
 
bool onlyHighlightChangedValues () const
 
bool scientificView () const
 
bool showMetaData () const
 
bool hideNotPresentOnHw () const
 
- Public Member Functions inherited from Core::IUAVGadgetConfiguration
 IUAVGadgetConfiguration (QString classId, QObject *parent=nullptr)
 
QString classId ()
 
QString name ()
 
void setName (QString name)
 
QString provisionalName ()
 
void setProvisionalName (QString name)
 
bool locked () const
 
void setLocked (bool locked)
 
virtual void saveConfig () const
 
virtual void saveConfig (QSettings *settings, UAVConfigInfo *) const
 

Properties

QColor m_recentlyUpdatedColor
 
QColor m_manuallyChangedColor
 
QColor m_notPresentOnHwColor
 
bool m_onlyHighlightChangedValues
 
bool m_useScientificView
 
bool m_showMetaData
 
bool m_hideNotPresentOnHw
 

Detailed Description

Definition at line 36 of file uavobjectbrowserconfiguration.h.


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