GNU Radio Manual and C++ API Reference  3.7.4.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 (int which, Qt::PenStyle)
 

Public Member Functions

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

Constructor & Destructor Documentation

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

Member Function Documentation

QAction* LineStyleMenu::getAction ( int  which)
inline
void LineStyleMenu::getDash ( )
inlineslot

References whichTrigger().

Referenced by LineStyleMenu().

void LineStyleMenu::getDashDot ( )
inlineslot

References whichTrigger().

Referenced by LineStyleMenu().

void LineStyleMenu::getDashDotDot ( )
inlineslot

References whichTrigger().

Referenced by LineStyleMenu().

void LineStyleMenu::getDots ( )
inlineslot

References whichTrigger().

Referenced by LineStyleMenu().

void LineStyleMenu::getNone ( )
inlineslot

References whichTrigger().

Referenced by LineStyleMenu().

int LineStyleMenu::getNumActions ( ) const
inline
void LineStyleMenu::getSolid ( )
inlineslot

References whichTrigger().

Referenced by LineStyleMenu().

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

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