24 #include <QStringList> 29 #include "StelObject.hpp" 30 #include "StelFader.hpp" 46 Nova(
const QVariantMap& map);
50 QVariantMap
getMap(
void)
const;
52 virtual QString
getType(
void)
const {
return "Nova";}
81 QString getDesignation(
void)
const;
83 void update(
double deltaTime);
109 QString getMaxBrightnessDate(
const double JD)
const;
virtual void draw(StelCore *core)
Execute all the drawing functions for this module.
Implementation of StelFader which implements a linear transition.
The base abstract class for sky objects used in Stellarium like Stars, Planets, Constellations etc...
virtual QString getType(void) const
Return object's type. It should be the name of the class.
virtual double getAngularSize(const StelCore *core) const
Return the angular radius of a circle containing the object as seen from the observer with the circle...
Main class of the Bright Novae plugin.
QVariantMap getMap(void) const
Get a QVariantMap which describes the nova. Could be used to create a duplicate.
virtual Vec3d getJ2000EquatorialPos(const StelCore *) const
Get observer-centered equatorial coordinates at equinox J2000.
Main class for Stellarium core processing.
virtual QString getEnglishName(void) const
Return object's name in english.
virtual QString getInfoString(const StelCore *core, const InfoStringGroup &flags) const
Get an HTML string to describe the object.
virtual QString getNameI18n(void) const
Return translated object's name.
virtual float getVMagnitude(const StelCore *core) const
Return object's apparent V magnitude as seen from observer, without including extinction.
Provides functions for performing openGL drawing operations.
virtual void update(double)
Update the module with respect to the time.
Nova(const QVariantMap &map)
virtual QVariantMap getInfoMap(const StelCore *core) const
Return a map like StelObject::getInfoMap(), but with a few extra tags also available in getMap()...
A Nova object represents one nova on the sky.
Define the StelProjectorP type.
virtual Vec3f getInfoColor(void) const
Get a color used to display info about the object.