![]() |
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.
Collaboration diagram for AMBEDevicesDialog: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.
Here is the call graph for this function:| AMBEDevicesDialog::~AMBEDevicesDialog | ( | ) |
|
privateslot |
Definition at line 146 of file ambedevicesdialog.cpp.
References m_ambeEngine, AMBEEngine::releaseAll(), and ui.
Here is the call graph for this function:
|
privateslot |
Definition at line 159 of file ambedevicesdialog.cpp.
References arg(), m_ambeEngine, AMBEEngine::registerController(), and ui.
Here is the call graph for this function:
|
privateslot |
Definition at line 99 of file ambedevicesdialog.cpp.
References arg(), i, m_ambeEngine, AMBEEngine::registerController(), and ui.
Here is the call graph for this function:
|
privateslot |
Definition at line 67 of file ambedevicesdialog.cpp.
References arg(), m_ambeEngine, AMBEEngine::registerController(), and ui.
Here is the call graph for this function:
|
privateslot |
Definition at line 140 of file ambedevicesdialog.cpp.
References refreshInUseList(), and ui.
Here is the call graph for this function:
|
privateslot |
Definition at line 123 of file ambedevicesdialog.cpp.
References arg(), m_ambeEngine, refreshInUseList(), AMBEEngine::releaseController(), and ui.
Here is the call graph for this function:
|
private |
Definition at line 40 of file ambedevicesdialog.cpp.
References m_ambeEngine, AMBEEngine::scan(), and ui.
Referenced by AMBEDevicesDialog().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().
1.8.13