Stellarium 0.11.4 | |||
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
Protected Member Functions | |
StarWrapper (const SpecialZoneArray< Star > *a, const SpecialZoneData< Star > *z, const Star *s) | |
Vec3d | getJ2000EquatorialPos (const StelCore *core) const |
Get observer-centered equatorial coordinates at equinox J2000. | |
Vec3f | getInfoColor (void) const |
Get a color used to display info about the object. | |
float | getVMagnitude (const StelCore *core, bool withExtinction=false) const |
Return object's apparent V magnitude as seen from observer. | |
float | getSelectPriority (const StelCore *core) const |
Return a priority value which is used to discriminate objects by priority As for magnitudes, the lower is the higher priority. | |
float | getBV (void) const |
QString | getEnglishName (void) const |
Return object's name in english. | |
QString | getNameI18n (void) const |
Return translated object's name. | |
virtual double | getAngularSize (const StelCore *) const |
Return the angular radius of a circle containing the object as seen from the observer with the circle center assumed to be at getJ2000EquatorialPos(). | |
Protected Attributes | |
const SpecialZoneArray< Star > *const | a |
const SpecialZoneData< Star > *const | z |
const Star *const | s |
virtual double BigStarCatalogExtension::StarWrapper< Star >::getAngularSize | ( | const StelCore * | core | ) | const [inline, protected, virtual] |
Return the angular radius of a circle containing the object as seen from the observer with the circle center assumed to be at getJ2000EquatorialPos().
Implements StelObject.
QString BigStarCatalogExtension::StarWrapper< Star >::getEnglishName | ( | void | ) | const [inline, protected, virtual] |
Return object's name in english.
Reimplemented from BigStarCatalogExtension::StarWrapperBase.
Reimplemented in BigStarCatalogExtension::StarWrapper1.
Vec3f BigStarCatalogExtension::StarWrapper< Star >::getInfoColor | ( | void | ) | const [inline, protected, virtual] |
Get a color used to display info about the object.
Reimplemented from StelObject.
Vec3d BigStarCatalogExtension::StarWrapper< Star >::getJ2000EquatorialPos | ( | const StelCore * | core | ) | const [inline, protected, virtual] |
Get observer-centered equatorial coordinates at equinox J2000.
Implements StelObject.
QString BigStarCatalogExtension::StarWrapper< Star >::getNameI18n | ( | void | ) | const [inline, protected, virtual] |
Return translated object's name.
Implements BigStarCatalogExtension::StarWrapperBase.
float BigStarCatalogExtension::StarWrapper< Star >::getSelectPriority | ( | const StelCore * | ) | const [inline, protected, virtual] |
Return a priority value which is used to discriminate objects by priority As for magnitudes, the lower is the higher priority.
Reimplemented from StelObject.
float BigStarCatalogExtension::StarWrapper< Star >::getVMagnitude | ( | const StelCore * | core, | |
bool | withExtinction = false | |||
) | const [inline, protected, virtual] |
Return object's apparent V magnitude as seen from observer.
Reimplemented from StelObject.