24 #include <QStringList>
29 #include "StelObject.hpp"
30 #include "StelFader.hpp"
51 Nova(
const QVariantMap& map);
58 virtual QString getType(
void)
const
67 virtual Vec3f getInfoColor(
void)
const;
68 virtual Vec3d getJ2000EquatorialPos(
const StelCore*)
const
72 virtual float getVMagnitude(
const StelCore* core)
const;
73 virtual double getAngularSize(
const StelCore* core)
const;
74 virtual QString getNameI18n(
void)
const;
75 virtual QString getEnglishName(
void)
const;
76 QString getDesignation(
void)
const;
78 void update(
double deltaTime);
104 QString getMaxBrightnessDate(
const double JD)
const;
Main class of the Bright Novae plugin.
virtual QString getInfoString(const StelCore *core, const InfoStringGroup &flags) const
Get an HTML string to describe the object.
QVariantMap getMap(void)
Get a QVariantMap which describes the nova.
Nova(const QVariantMap &map)
A Nova object represents one nova on the sky.