SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
Signals | Public Member Functions | List of all members
ItemSettingGUI Class Referenceabstract

#include <itemsettinggui.h>

+ Inheritance diagram for ItemSettingGUI:

Signals

void valueChanged (double value)
 

Public Member Functions

 ItemSettingGUI (QWidget *parent=0)
 
virtual ~ItemSettingGUI ()
 
virtual double getCurrentValue ()=0
 
virtual void setValue (double value)=0
 

Detailed Description

Definition at line 27 of file itemsettinggui.h.

Constructor & Destructor Documentation

◆ ItemSettingGUI()

ItemSettingGUI::ItemSettingGUI ( QWidget *  parent = 0)
explicit

Definition at line 10 of file itemsettinggui.cpp.

10 : QWidget(parent) {}

◆ ~ItemSettingGUI()

virtual ItemSettingGUI::~ItemSettingGUI ( )
inlinevirtual

Definition at line 32 of file itemsettinggui.h.

References SWGSDRangel::setValue().

32 {}
+ Here is the call graph for this function:

Member Function Documentation

◆ getCurrentValue()

virtual double ItemSettingGUI::getCurrentValue ( )
pure virtual

Implemented in IntervalRangeGUI, DiscreteRangeGUI, and IntervalSliderGUI.

Referenced by SoapySDRInputGui::displaySettings(), and SoapySDROutputGui::displaySettings().

+ Here is the caller graph for this function:

◆ setValue()

virtual void ItemSettingGUI::setValue ( double  value)
pure virtual

Implemented in IntervalRangeGUI, DiscreteRangeGUI, and IntervalSliderGUI.

Referenced by SoapySDRInputGui::displaySettings(), and SoapySDROutputGui::displaySettings().

+ Here is the caller graph for this function:

◆ valueChanged

void ItemSettingGUI::valueChanged ( double  value)
signal

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