GNU Radio Manual and C++ API Reference  3.7.9.2
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 (int which)
 
QAction * getActionFromAvg (float avg)
 
void setHigh (float x)
 
void setMedium (float x)
 
void setLow (float x)
 

Constructor & Destructor Documentation

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

Member Function Documentation

QAction* AverageMenu::getAction ( int  which)
inline
QAction* AverageMenu::getActionFromAvg ( float  avg)
inline
void AverageMenu::getHigh ( )
inlineslot

References whichTrigger().

Referenced by AverageMenu().

void AverageMenu::getLow ( )
inlineslot

References whichTrigger().

Referenced by AverageMenu().

void AverageMenu::getMedium ( )
inlineslot

References whichTrigger().

Referenced by AverageMenu().

int AverageMenu::getNumActions ( ) const
inline
void AverageMenu::getOff ( )
inlineslot

References whichTrigger().

Referenced by AverageMenu().

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

References whichTrigger().

Referenced by AverageMenu().

void AverageMenu::setHigh ( float  x)
inline
void AverageMenu::setLow ( float  x)
inline
void AverageMenu::setMedium ( float  x)
inline
void AverageMenu::whichTrigger ( float  alpha)
signal

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