![]() |
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 <mypositiondialog.h>
Inherits QDialog.
Collaboration diagram for MyPositionDialog:Public Member Functions | |
| MyPositionDialog (MainSettings &mainSettings, QWidget *parent=0) | |
| ~MyPositionDialog () | |
Private Slots | |
| void | accept () |
Private Attributes | |
| Ui::MyPositionDialog * | ui |
| MainSettings & | m_mainSettings |
Definition at line 33 of file mypositiondialog.h.
|
explicit |
Definition at line 26 of file mypositiondialog.cpp.
References MainSettings::getLatitude(), MainSettings::getLongitude(), m_mainSettings, and ui.
Here is the call graph for this function:| MyPositionDialog::~MyPositionDialog | ( | ) |
|
privateslot |
Definition at line 41 of file mypositiondialog.cpp.
References m_mainSettings, MainSettings::setLatitude(), MainSettings::setLongitude(), and ui.
Here is the call graph for this function:
|
private |
Definition at line 42 of file mypositiondialog.h.
Referenced by accept(), and MyPositionDialog().
|
private |
Definition at line 41 of file mypositiondialog.h.
Referenced by accept(), MyPositionDialog(), and ~MyPositionDialog().
1.8.13