Home
last modified time | relevance | path

Searched refs:settingJustChanged (Results 1 – 4 of 4) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/auxiliary/
H A Dstellarsolverprofileeditor.cpp94 settingJustChanged(); in StellarSolverProfileEditor()
114 settingJustChanged(); in StellarSolverProfileEditor()
118 …nnect(description, &QTextEdit::textChanged, this, &StellarSolverProfileEditor::settingJustChanged); in StellarSolverProfileEditor()
122 … connect(line, &QLineEdit::textEdited, this, &StellarSolverProfileEditor::settingJustChanged); in StellarSolverProfileEditor()
126 … connect(check, &QCheckBox::stateChanged, this, &StellarSolverProfileEditor::settingJustChanged); in StellarSolverProfileEditor()
132 …<int>::of(&QComboBox::currentIndexChanged), this, &StellarSolverProfileEditor::settingJustChanged); in StellarSolverProfileEditor()
137 …Overload<int>::of(&QSpinBox::valueChanged), this, &StellarSolverProfileEditor::settingJustChanged); in StellarSolverProfileEditor()
182 void StellarSolverProfileEditor::settingJustChanged() in settingJustChanged() function in Ekos::StellarSolverProfileEditor
H A Dstellarsolverprofileeditor.h67 void settingJustChanged();
/dports/astro/stellarsolver/stellarsolver-1.8/tester/
H A Dmainwindow.h170 void settingJustChanged();
H A Dmainwindow.cpp178 connect(line, &QLineEdit::textEdited, this, &MainWindow::settingJustChanged); in MainWindow()
185 connect(check, &QCheckBox::stateChanged, this, &MainWindow::settingJustChanged); in MainWindow()
192 …combo, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &MainWindow::settingJustChanged); in MainWindow()
199 … connect(spin, QOverload<int>::of(&QSpinBox::valueChanged), this, &MainWindow::settingJustChanged); in MainWindow()
512 void MainWindow::settingJustChanged() in settingJustChanged() function in MainWindow
1033 …Shape, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &MainWindow::settingJustChanged); in sendSettingsToUI()