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 <devicestreamselectiondialog.h>
Inherits QDialog.
Public Member Functions | |
DeviceStreamSelectionDialog (QWidget *parent=nullptr) | |
~DeviceStreamSelectionDialog () | |
bool | hasChanged () const |
void | setNumberOfStreams (int nbStreams) |
void | setStreamIndex (int index) |
int | getSelectedStreamIndex () const |
Private Slots | |
void | accept () |
Private Attributes | |
Ui::DeviceStreamSelectionDialog * | ui |
bool | m_hasChanged |
int | m_streamIndex |
Definition at line 30 of file devicestreamselectiondialog.h.
|
explicit |
Definition at line 22 of file devicestreamselectiondialog.cpp.
References setStreamIndex(), and ui.
DeviceStreamSelectionDialog::~DeviceStreamSelectionDialog | ( | ) |
Definition at line 31 of file devicestreamselectiondialog.cpp.
References ui.
|
privateslot |
Definition at line 51 of file devicestreamselectiondialog.cpp.
References m_hasChanged, m_streamIndex, and ui.
|
inline |
Definition at line 39 of file devicestreamselectiondialog.h.
Referenced by AMDemodGUI::onMenuDialogCalled().
|
inline |
Definition at line 36 of file devicestreamselectiondialog.h.
void DeviceStreamSelectionDialog::setNumberOfStreams | ( | int | nbStreams | ) |
Definition at line 36 of file devicestreamselectiondialog.cpp.
Referenced by AMDemodGUI::onMenuDialogCalled().
void DeviceStreamSelectionDialog::setStreamIndex | ( | int | index | ) |
Definition at line 45 of file devicestreamselectiondialog.cpp.
References m_streamIndex, and ui.
Referenced by DeviceStreamSelectionDialog(), and AMDemodGUI::onMenuDialogCalled().
|
private |
Definition at line 46 of file devicestreamselectiondialog.h.
Referenced by accept().
|
private |
Definition at line 47 of file devicestreamselectiondialog.h.
Referenced by accept(), and setStreamIndex().
|
private |
Definition at line 45 of file devicestreamselectiondialog.h.
Referenced by accept(), DeviceStreamSelectionDialog(), setNumberOfStreams(), setStreamIndex(), and ~DeviceStreamSelectionDialog().