GNU Radio Manual and C++ API Reference  3.8.1.0
The Free & Open Software Radio Ecosystem
AverageMenu Class Reference

#include <gnuradio/qtgui/form_menus.h>

Public Slots

void getOff ()
 
void getHigh ()
 
void getMedium ()
 
void getLow ()
 
void getOther (const QString &str)
 

Signals

void whichTrigger (float alpha)
 

Public Member Functions

 AverageMenu (const std::string &menuTitle, QWidget *parent)
 
 ~AverageMenu ()
 
int getNumActions () const
 
QAction * getAction (unsigned int which)
 
QAction * getActionFromAvg (float avg)
 
void setHigh (float x)
 
void setMedium (float x)
 
void setLow (float x)
 

Constructor & Destructor Documentation

◆ AverageMenu()

AverageMenu::AverageMenu ( const std::string &  menuTitle,
QWidget *  parent 
)
inline

◆ ~AverageMenu()

AverageMenu::~AverageMenu ( )
inline

Member Function Documentation

◆ getAction()

QAction* AverageMenu::getAction ( unsigned int  which)
inline

◆ getActionFromAvg()

QAction* AverageMenu::getActionFromAvg ( float  avg)
inline

◆ getHigh

void AverageMenu::getHigh ( )
inlineslot

◆ getLow

void AverageMenu::getLow ( )
inlineslot

◆ getMedium

void AverageMenu::getMedium ( )
inlineslot

◆ getNumActions()

int AverageMenu::getNumActions ( ) const
inline

◆ getOff

void AverageMenu::getOff ( )
inlineslot

◆ getOther

void AverageMenu::getOther ( const QString &  str)
inlineslot

◆ setHigh()

void AverageMenu::setHigh ( float  x)
inline

◆ setLow()

void AverageMenu::setLow ( float  x)
inline

◆ setMedium()

void AverageMenu::setMedium ( float  x)
inline

◆ whichTrigger

void AverageMenu::whichTrigger ( float  alpha)
signal

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