20 #ifndef _MSCONFIGDIALOG_HPP_
21 #define _MSCONFIGDIALOG_HPP_
23 #include "MeteorShowers.hpp"
24 #include "StelDialog.hpp"
26 class Ui_MSConfigDialog;
55 void refreshUpdateTab();
58 void refreshMarkersColor();
71 Ui_MSConfigDialog* m_ui;
76 #endif // _MSCONFIGDIALOG_HPP_
A local copy of StelDialog, the base class for all the GUI windows in Stellarium, included to allow t...
Main class of the Meteor Showers plugin, inherits from StelObjectModule.
MSConfigDialog(MeteorShowersMgr *mgr)
Constructor.
void init()
Initializes the components based on the current settings.
void createDialogContent()
Initializes the dialog and connect the signals/slots.
~MSConfigDialog()
Destructor.