GNU Radio 3.7.1 C++ API
|
#include <form_menus.h>
Public Slots | |
void | getBlue () |
void | getRed () |
void | getGreen () |
void | getBlack () |
void | getCyan () |
void | getMagenta () |
void | getYellow () |
void | getGray () |
void | getDarkRed () |
void | getDarkGreen () |
void | getDarkBlue () |
void | getDarkGray () |
Signals | |
void | whichTrigger (int which, const QString &name) |
Public Member Functions | |
LineColorMenu (int which, QWidget *parent) | |
~LineColorMenu () | |
int | getNumActions () const |
QAction * | getAction (int which) |
LineColorMenu::LineColorMenu | ( | int | which, |
QWidget * | parent | ||
) | [inline] |
References getBlack(), getBlue(), getCyan(), getDarkBlue(), getDarkGray(), getDarkGreen(), getDarkRed(), getGray(), getGreen(), getMagenta(), getRed(), and getYellow().
LineColorMenu::~LineColorMenu | ( | ) | [inline] |
QAction* LineColorMenu::getAction | ( | int | which | ) | [inline] |
void LineColorMenu::getBlack | ( | ) | [inline, slot] |
References whichTrigger().
Referenced by LineColorMenu().
void LineColorMenu::getBlue | ( | ) | [inline, slot] |
References whichTrigger().
Referenced by LineColorMenu().
void LineColorMenu::getCyan | ( | ) | [inline, slot] |
References whichTrigger().
Referenced by LineColorMenu().
void LineColorMenu::getDarkBlue | ( | ) | [inline, slot] |
References whichTrigger().
Referenced by LineColorMenu().
void LineColorMenu::getDarkGray | ( | ) | [inline, slot] |
References whichTrigger().
Referenced by LineColorMenu().
void LineColorMenu::getDarkGreen | ( | ) | [inline, slot] |
References whichTrigger().
Referenced by LineColorMenu().
void LineColorMenu::getDarkRed | ( | ) | [inline, slot] |
References whichTrigger().
Referenced by LineColorMenu().
void LineColorMenu::getGray | ( | ) | [inline, slot] |
References whichTrigger().
Referenced by LineColorMenu().
void LineColorMenu::getGreen | ( | ) | [inline, slot] |
References whichTrigger().
Referenced by LineColorMenu().
void LineColorMenu::getMagenta | ( | ) | [inline, slot] |
References whichTrigger().
Referenced by LineColorMenu().
int LineColorMenu::getNumActions | ( | ) | const [inline] |
void LineColorMenu::getRed | ( | ) | [inline, slot] |
References whichTrigger().
Referenced by LineColorMenu().
void LineColorMenu::getYellow | ( | ) | [inline, slot] |
References whichTrigger().
Referenced by LineColorMenu().
void LineColorMenu::whichTrigger | ( | int | which, |
const QString & | name | ||
) | [signal] |
Referenced by getBlack(), getBlue(), getCyan(), getDarkBlue(), getDarkGray(), getDarkGreen(), getDarkRed(), getGray(), getGreen(), getMagenta(), getRed(), and getYellow().