SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <buttonswitch.h>
Inherits QToolButton.
Public Member Functions | |
ButtonSwitch (QWidget *parent=NULL) | |
void | doToggle (bool checked) |
Private Slots | |
void | onToggled (bool checked) |
Private Attributes | |
QPalette | m_originalPalette |
Definition at line 8 of file buttonswitch.h.
ButtonSwitch::ButtonSwitch | ( | QWidget * | parent = NULL | ) |
Definition at line 4 of file buttonswitch.cpp.
References m_originalPalette, and onToggled().
void ButtonSwitch::doToggle | ( | bool | checked | ) |
Definition at line 23 of file buttonswitch.cpp.
References onToggled().
|
privateslot |
Definition at line 12 of file buttonswitch.cpp.
References m_originalPalette.
Referenced by ButtonSwitch(), and doToggle().
|
private |
Definition at line 19 of file buttonswitch.h.
Referenced by ButtonSwitch(), and onToggled().