21 #ifndef _QUASARSDIALOG_HPP_
22 #define _QUASARSDIALOG_HPP_
25 #include "StelDialog.hpp"
26 #include "Quasars.hpp"
28 class Ui_quasarsDialog;
47 void refreshUpdateValues(
void);
50 void setUpdateValues(
int days);
51 void setUpdatesEnabled(
int checkState);
52 void setDistributionEnabled(
int checkState);
53 void setDisplayAtStartupEnabled(
int checkState);
54 void setDisplayShowQuasarsButton(
int checkState);
56 void updateCompleteReceiver();
57 void restoreDefaults(
void);
58 void saveSettings(
void);
59 void updateJSON(
void);
64 void setAboutHtml(
void);
65 void updateGuiFromSettings(
void);
70 #endif // _QUASARSDIALOG_HPP_
UpdateState
Used for keeping for track of the download/update status.
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...
Main class of the Quasars plugin.