![]() |
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 <addpresetdialog.h>
Inherits QDialog.
Public Member Functions | |
| AddPresetDialog (const QStringList &groups, const QString &group, QWidget *parent=NULL) | |
| ~AddPresetDialog () | |
| QString | group () const |
| QString | description () const |
| void | setGroup (const QString &group) |
| void | setDescription (const QString &description) |
| void | showGroupOnly () |
| void | setDialogTitle (const QString &title) |
| void | setDescriptionBoxTitle (const QString &title) |
Private Types | |
| enum | Audio { ATDefault, ATInterface, ATDevice } |
Private Attributes | |
| Ui::AddPresetDialog * | ui |
Definition at line 12 of file addpresetdialog.h.
|
private |
| Enumerator | |
|---|---|
| ATDefault | |
| ATInterface | |
| ATDevice | |
Definition at line 28 of file addpresetdialog.h.
|
explicit |
| AddPresetDialog::~AddPresetDialog | ( | ) |
Definition at line 13 of file addpresetdialog.cpp.
References ui.
| QString AddPresetDialog::description | ( | ) | const |
Definition at line 23 of file addpresetdialog.cpp.
References ui.
Referenced by MainWindow::on_presetSave_clicked().
Here is the caller graph for this function:| QString AddPresetDialog::group | ( | ) | const |
Definition at line 18 of file addpresetdialog.cpp.
References ui.
Referenced by MainWindow::on_presetSave_clicked().
Here is the caller graph for this function:| void AddPresetDialog::setDescription | ( | const QString & | description | ) |
Definition at line 33 of file addpresetdialog.cpp.
References ui.
Referenced by MainWindow::on_presetEdit_clicked(), and MainWindow::on_presetSave_clicked().
Here is the caller graph for this function:| void AddPresetDialog::setDescriptionBoxTitle | ( | const QString & | title | ) |
| void AddPresetDialog::setDialogTitle | ( | const QString & | title | ) |
Definition at line 44 of file addpresetdialog.cpp.
| void AddPresetDialog::setGroup | ( | const QString & | group | ) |
| void AddPresetDialog::showGroupOnly | ( | ) |
Definition at line 38 of file addpresetdialog.cpp.
References ui.
Referenced by MainWindow::on_commandEdit_clicked(), and MainWindow::on_presetEdit_clicked().
Here is the caller graph for this function:
|
private |
Definition at line 34 of file addpresetdialog.h.
Referenced by AddPresetDialog(), description(), group(), setDescription(), setDescriptionBoxTitle(), setGroup(), showGroupOnly(), and ~AddPresetDialog().
1.8.13