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

#include <gnuradio/qtgui/form_menus.h>

Public Slots

void getNone ()
 
void getSolid ()
 
void getDash ()
 
void getDots ()
 
void getDashDot ()
 
void getDashDotDot ()
 

Signals

void whichTrigger (unsigned int which, Qt::PenStyle)
 

Public Member Functions

 LineStyleMenu (unsigned int which, QWidget *parent)
 
 ~LineStyleMenu ()
 
int getNumActions () const
 
QAction * getAction (unsigned int which)
 

Constructor & Destructor Documentation

◆ LineStyleMenu()

LineStyleMenu::LineStyleMenu ( unsigned int  which,
QWidget *  parent 
)
inline

◆ ~LineStyleMenu()

LineStyleMenu::~LineStyleMenu ( )
inline

Member Function Documentation

◆ getAction()

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

◆ getDash

void LineStyleMenu::getDash ( )
inlineslot

◆ getDashDot

void LineStyleMenu::getDashDot ( )
inlineslot

◆ getDashDotDot

void LineStyleMenu::getDashDotDot ( )
inlineslot

◆ getDots

void LineStyleMenu::getDots ( )
inlineslot

◆ getNone

void LineStyleMenu::getNone ( )
inlineslot

◆ getNumActions()

int LineStyleMenu::getNumActions ( ) const
inline

◆ getSolid

void LineStyleMenu::getSolid ( )
inlineslot

◆ whichTrigger

void LineStyleMenu::whichTrigger ( unsigned int  which,
Qt::PenStyle   
)
signal

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