|
GNU Radio 3.7.1 C++ API
|
#include <form_menus.h>
Public Slots | |
| void | getMultiColor () |
| void | getWhiteHot () |
| void | getBlackHot () |
| void | getIncandescent () |
| void | getOther () |
Signals | |
| void | whichTrigger (int which, const int type, const QColor &min_color=QColor(), const QColor &max_color=QColor()) |
Public Member Functions | |
| ColorMapMenu (int which, QWidget *parent) | |
| ~ColorMapMenu () | |
| int | getNumActions () const |
| QAction * | getAction (int which) |
| ColorMapMenu::ColorMapMenu | ( | int | which, |
| QWidget * | parent | ||
| ) | [inline] |
References getBlackHot(), getIncandescent(), getMultiColor(), getOther(), and getWhiteHot().
| ColorMapMenu::~ColorMapMenu | ( | ) | [inline] |
| QAction* ColorMapMenu::getAction | ( | int | which | ) | [inline] |
| void ColorMapMenu::getBlackHot | ( | ) | [inline, slot] |
References INTENSITY_COLOR_MAP_TYPE_BLACK_HOT, and whichTrigger().
Referenced by ColorMapMenu().
| void ColorMapMenu::getIncandescent | ( | ) | [inline, slot] |
References INTENSITY_COLOR_MAP_TYPE_INCANDESCENT, and whichTrigger().
Referenced by ColorMapMenu().
| void ColorMapMenu::getMultiColor | ( | ) | [inline, slot] |
References INTENSITY_COLOR_MAP_TYPE_MULTI_COLOR, and whichTrigger().
Referenced by ColorMapMenu().
| int ColorMapMenu::getNumActions | ( | ) | const [inline] |
| void ColorMapMenu::getOther | ( | ) | [inline, slot] |
References INTENSITY_COLOR_MAP_TYPE_USER_DEFINED, and whichTrigger().
Referenced by ColorMapMenu().
| void ColorMapMenu::getWhiteHot | ( | ) | [inline, slot] |
References INTENSITY_COLOR_MAP_TYPE_WHITE_HOT, and whichTrigger().
Referenced by ColorMapMenu().
| void ColorMapMenu::whichTrigger | ( | int | which, |
| const int | type, | ||
| const QColor & | min_color = QColor(), |
||
| const QColor & | max_color = QColor() |
||
| ) | [signal] |
Referenced by getBlackHot(), getIncandescent(), getMultiColor(), getOther(), and getWhiteHot().