21 #ifndef STOREDPOINTS_HPP 22 #define STOREDPOINTS_HPP 25 #include <QStandardItemModel> 27 #include "StelApp.hpp" 28 #include "StelStyle.hpp" 30 #include "StelDialog.hpp" 31 #include "StelCore.hpp" 32 #include "StelObjectMgr.hpp" 33 #include "StelModuleMgr.hpp" 34 #include "StelUtils.hpp" 36 #include "AngleSpinBox.hpp" 38 class Ui_StoredPoints;
57 void populatePointsList(QVariantList list);
63 void buttonAddPressed();
64 void buttonRemovePressed();
65 void buttonClearPressed();
67 void getCurrentObjectInfo();
71 void addStoredPoint(
int number, QString name,
double radiansRA,
double radiansDec);
72 void removeStoredPoint(
int number);
73 void clearStoredPoints();
77 virtual void createDialogContent();
90 QStandardItemModel * storedPointsListModel;
92 void setHeaderNames();
93 void addModelRow(
int number, QString name, QString RA, QString Dec);
96 #endif // STOREDPOINTS_HPP Base class for all the GUI windows in Stellarium.
Define some translation macros.