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 <ambedevicesdialog.h>
Inherits QDialog.
Public Member Functions | |
AMBEDevicesDialog (AMBEEngine *ambeEngine, QWidget *parent=nullptr) | |
~AMBEDevicesDialog () | |
Private Slots | |
void | on_importSerial_clicked (bool checked) |
void | on_importAllSerial_clicked (bool checked) |
void | on_removeAmbeDevice_clicked (bool checked) |
void | on_refreshAmbeList_clicked (bool checked) |
void | on_clearAmbeList_clicked (bool checked) |
void | on_importAddress_clicked (bool checked) |
Private Member Functions | |
void | populateSerialList () |
void | refreshInUseList () |
Private Attributes | |
Ui::AMBEDevicesDialog * | ui |
AMBEEngine * | m_ambeEngine |
Definition at line 33 of file ambedevicesdialog.h.
|
explicit |
Definition at line 25 of file ambedevicesdialog.cpp.
References populateSerialList(), refreshInUseList(), and ui.
AMBEDevicesDialog::~AMBEDevicesDialog | ( | ) |
|
privateslot |
Definition at line 146 of file ambedevicesdialog.cpp.
References m_ambeEngine, AMBEEngine::releaseAll(), and ui.
|
privateslot |
Definition at line 159 of file ambedevicesdialog.cpp.
References arg(), m_ambeEngine, AMBEEngine::registerController(), and ui.
|
privateslot |
Definition at line 99 of file ambedevicesdialog.cpp.
References arg(), i, m_ambeEngine, AMBEEngine::registerController(), and ui.
|
privateslot |
Definition at line 67 of file ambedevicesdialog.cpp.
References arg(), m_ambeEngine, AMBEEngine::registerController(), and ui.
|
privateslot |
Definition at line 140 of file ambedevicesdialog.cpp.
References refreshInUseList(), and ui.
|
privateslot |
Definition at line 123 of file ambedevicesdialog.cpp.
References arg(), m_ambeEngine, refreshInUseList(), AMBEEngine::releaseController(), and ui.
|
private |
Definition at line 40 of file ambedevicesdialog.cpp.
References m_ambeEngine, AMBEEngine::scan(), and ui.
Referenced by AMBEDevicesDialog().
|
private |
Definition at line 53 of file ambedevicesdialog.cpp.
References AMBEEngine::getDeviceRefs(), m_ambeEngine, and ui.
Referenced by AMBEDevicesDialog(), on_refreshAmbeList_clicked(), and on_removeAmbeDevice_clicked().
|
private |
Definition at line 45 of file ambedevicesdialog.h.
Referenced by on_clearAmbeList_clicked(), on_importAddress_clicked(), on_importAllSerial_clicked(), on_importSerial_clicked(), on_removeAmbeDevice_clicked(), populateSerialList(), and refreshInUseList().
|
private |
Definition at line 44 of file ambedevicesdialog.h.
Referenced by AMBEDevicesDialog(), on_clearAmbeList_clicked(), on_importAddress_clicked(), on_importAllSerial_clicked(), on_importSerial_clicked(), on_refreshAmbeList_clicked(), on_removeAmbeDevice_clicked(), populateSerialList(), refreshInUseList(), and ~AMBEDevicesDialog().