21 #ifndef _SLEWDIALOG_HPP_ 22 #define _SLEWDIALOG_HPP_ 29 #include "StoredPointsDialog.hpp" 31 #include "StelStyle.hpp" 32 #include "StelDialog.hpp" 33 #include "StelFileMgr.hpp" 56 void showConfiguration();
61 void addTelescope(
int slot, QString name);
62 void removeTelescope(
int slot);
68 void setFormatHMS(
bool set);
73 void setFormatDMS(
bool set);
79 void setFormatDecimal(
bool set);
81 void getCurrentObjectInfo();
86 void editStoredPoints();
87 void addStoredPointToComboBox(
int number, QString name,
double radiansRA,
double radiansDec);
88 void removeStoredPointFromComboBox(
int number);
89 void clearStoredPointsFromComboBox();
91 void getStoredPointInfo();
96 QHash<QString, int> connectedSlotsByName;
97 QVariantMap storedPointsDescriptions;
99 void updateTelescopeList();
100 void updateTelescopeControls();
102 void updateStoredPointsList();
104 void savePointsToFile();
105 void loadPointsFromFile();
108 #endif // _SLEWDIALOG_
virtual void createDialogContent()
Initialize the dialog widgets and connect the signals/slots.
Base class for all the GUI windows in Stellarium.
This class manages the controlling of one or more telescopes by one instance of the stellarium progra...