21 #ifndef _OBSERVABILITYDIALOG_HPP_
22 #define _OBSERVABILITYDIALOG_HPP_
25 #include "StelDialog.hpp"
26 #include "Observability.hpp"
28 class Ui_ObservabilityDialog;
52 void updateAltitudeLabel(
int altitude);
53 void updateHorizonLabel(
int horizon);
56 void updateControls();
59 Ui_ObservabilityDialog* ui;
60 void setAboutHtml(
void);
63 #endif // _OBSERVABILITYDIALOG_HPP_
A local copy of StelDialog, the base class for all the GUI windows in Stellarium, included to allow t...
void createDialogContent()
Initialize the dialog widgets and connect the signals/slots.
Configuration window of the Observability Analysis plug-in.