#include <gnuradio/qtgui/form_menus.h>
Public Slots | |
void | getHoriz () |
void | getVert () |
void | getNone () |
Signals | |
void | whichTrigger (gr::qtgui::graph_t layout) |
Public Member Functions | |
NumberLayoutMenu (QWidget *parent) | |
~NumberLayoutMenu () | |
int | getNumActions () const |
QAction * | getAction (int which) |
QAction * | getAction (gr::qtgui::graph_t layout) |
|
inline |
References getHoriz(), getNone(), and getVert().
|
inline |
|
inline |
|
inline |
References gr::qtgui::NUM_GRAPH_HORIZ, gr::qtgui::NUM_GRAPH_NONE, and gr::qtgui::NUM_GRAPH_VERT.
|
inlineslot |
References gr::qtgui::NUM_GRAPH_HORIZ, and whichTrigger().
Referenced by NumberLayoutMenu().
|
inlineslot |
References gr::qtgui::NUM_GRAPH_NONE, and whichTrigger().
Referenced by NumberLayoutMenu().
|
inline |
|
inlineslot |
References gr::qtgui::NUM_GRAPH_VERT, and whichTrigger().
Referenced by NumberLayoutMenu().
|
signal |
Referenced by getHoriz(), getNone(), and getVert().