21 #ifndef _SLEWDIALOG_HPP_
22 #define _SLEWDIALOG_HPP_
29 #include "StoredPointsDialog.hpp"
31 #include "StelStyle.hpp"
32 #include "StelDialog.hpp"
33 #include "StelFileMgr.hpp"
37 class StoredPointsDialog;
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();
85 void editStoredPoints();
87 void addStoredPointToComboBox(
int number,
92 void removeStoredPointFromComboBox(
int number);
94 void getStoredPointInfo();
100 StoredPointsDialog * storedPointsDialog;
101 QHash<QString, int> connectedSlotsByName;
102 QVariantMap storedPointsDescriptions;
104 void updateTelescopeList();
105 void updateTelescopeControls();
107 void updateStoredPointsList();
109 void savePointsToFile();
110 void loadPointsFromFile();
113 #endif // _SLEWDIALOG_
virtual void createDialogContent()
Initialize the dialog widgets and connect the signals/slots.
A local copy of StelDialog, the base class for all the GUI windows in Stellarium, included to allow t...
This class manages the controlling of one or more telescopes by one instance of the stellarium progra...