![]() |
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 <samplingdevicedialog.h>
Inherits QDialog.
Public Member Functions | |
| SamplingDeviceDialog (int deviceType, int deviceTabIndex, QWidget *parent=0) | |
| ~SamplingDeviceDialog () | |
| int | getSelectedDeviceIndex () const |
Private Slots | |
| void | accept () |
Private Attributes | |
| Ui::SamplingDeviceDialog * | ui |
| int | m_deviceType |
| int | m_deviceTabIndex |
| int | m_selectedDeviceIndex |
| std::vector< int > | m_deviceIndexes |
Definition at line 34 of file samplingdevicedialog.h.
|
explicit |
Definition at line 27 of file samplingdevicedialog.cpp.
References DeviceEnumerator::instance(), DeviceEnumerator::listMIMODeviceNames(), DeviceEnumerator::listRxDeviceNames(), DeviceEnumerator::listTxDeviceNames(), m_deviceIndexes, m_deviceType, and ui.
Here is the call graph for this function:| SamplingDeviceDialog::~SamplingDeviceDialog | ( | ) |
|
privateslot |
Definition at line 55 of file samplingdevicedialog.cpp.
References DeviceEnumerator::changeMIMOSelection(), DeviceEnumerator::changeRxSelection(), DeviceEnumerator::changeTxSelection(), DeviceEnumerator::instance(), m_deviceIndexes, m_deviceTabIndex, m_deviceType, m_selectedDeviceIndex, and ui.
Here is the call graph for this function:
|
inline |
Definition at line 40 of file samplingdevicedialog.h.
Referenced by SamplingDeviceControl::on_deviceChange_clicked().
Here is the caller graph for this function:
|
private |
Definition at line 47 of file samplingdevicedialog.h.
Referenced by accept(), and SamplingDeviceDialog().
|
private |
Definition at line 45 of file samplingdevicedialog.h.
Referenced by accept().
|
private |
Definition at line 44 of file samplingdevicedialog.h.
Referenced by accept(), and SamplingDeviceDialog().
|
private |
Definition at line 46 of file samplingdevicedialog.h.
Referenced by accept().
|
private |
Definition at line 43 of file samplingdevicedialog.h.
Referenced by accept(), SamplingDeviceDialog(), and ~SamplingDeviceDialog().
1.8.13