Kstars
10 #include "ui_stellarsolverprofileeditor.h"
11 #include "parameters.h"
12 #include "stellarsolverprofile.h"
24 class StellarSolverProfileEditor :
public QWidget,
public Ui::StellarSolverProfileEditor
29 void setProfileGroup(ProfileGroup group);
32 virtual ~StellarSolverProfileEditor()
override =
default;
35 SSolver::Parameters getSettingsFromUI();
36 void sendSettingsToUI(SSolver::Parameters a);
39 void openSingleProfile();
40 void saveSingleProfile();
41 void copySingleProfile();
44 void loadOptionsProfile();
45 void loadOptionsProfileIgnoreOldSettings(
int index);
46 void saveBackupProfiles();
47 void openBackupProfiles();
49 void loadDefaultProfiles();
51 void connectOptionsProfileComboBox();
52 void disconnectOptionsProfileComboBox();
54 void loadProfile(
int profile);
56 void optionsProfilesUpdated();
66 int openOptionsProfileNum = 0;
67 void settingJustChanged();
70 bool optionsAreSaved =
true;
73 ProfileGroup selectedProfileGroup = AlignProfiles;
Ekos is an advanced Astrophotography tool for Linux. It is based on a modular extensible framework to...
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Fri Aug 19 2022 03:57:55 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.