|
| Exoplanet (const QVariantMap &map) |
|
QVariantMap | getMap (void) |
| Get a QVariantMap which describes the exoplanet. More...
|
|
virtual QString | getType (void) const |
| Get the type of object. More...
|
|
virtual float | getSelectPriority (const StelCore *core) const |
|
virtual QString | getInfoString (const StelCore *core, const InfoStringGroup &flags) const |
| Get an HTML string to describe the object. More...
|
|
virtual Vec3f | getInfoColor (void) const |
|
virtual Vec3d | getJ2000EquatorialPos (const StelCore *) const |
|
virtual float | getVMagnitude (const StelCore *core) const |
| Get the visual magnitude. More...
|
|
virtual double | getAngularSize (const StelCore *core) const |
| Get the angular size of pulsar. More...
|
|
virtual QString | getNameI18n (void) const |
| Get the localized name of pulsar. More...
|
|
virtual QString | getEnglishName (void) const |
| Get the english name. More...
|
|
bool | isDiscovered (const StelCore *core) |
|
void | update (double deltaTime) |
|
int | getCountExoplanets (void) const |
|
int | getCountHabitableExoplanets (void) const |
|
A exoplanet object represents one pulsar on the sky.
Details about the exoplanets are passed using a QVariant which contains a map of data from the json file.
Definition at line 58 of file Exoplanet.hpp.