Stellarium 0.11.4 | |||
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
Public Member Functions | |
virtual QString | getInfoString (const StelCore *core, const InfoStringGroup &flags) const |
Nebula support the following InfoStringGroup flags:
| |
virtual QString | getType () const |
Return object's type. It should be the name of the class. | |
virtual Vec3d | getJ2000EquatorialPos (const StelCore *) const |
Get observer-centered equatorial coordinates at equinox J2000. | |
virtual double | getCloseViewFov (const StelCore *core=NULL) const |
Return the best FOV in degree to use for a close view of the object. | |
virtual float | getVMagnitude (const StelCore *core, bool withExtinction=false) const |
Return object's apparent V magnitude as seen from observer. | |
virtual 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. | |
virtual Vec3f | getInfoColor () const |
Get a color used to display info about the object. | |
virtual QString | getNameI18n () const |
Return translated object's name. | |
virtual QString | getEnglishName () const |
Return object's name in english. | |
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(). | |
virtual SphericalRegionP | getRegion () const |
Default implementation of the getRegion method. | |
void | setLabelColor (const Vec3f &v) |
void | setCircleColor (const Vec3f &v) |
QString | getTypeString () const |
Get the printable nebula Type. |
virtual double Nebula::getAngularSize | ( | const StelCore * | core | ) | const [inline, 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.
virtual double Nebula::getCloseViewFov | ( | const StelCore * | = NULL |
) | const [virtual] |
Return the best FOV in degree to use for a close view of the object.
Reimplemented from StelObject.
virtual QString Nebula::getEnglishName | ( | ) | const [inline, virtual] |
Return object's name in english.
Implements StelObject.
virtual Vec3f Nebula::getInfoColor | ( | void | ) | const [virtual] |
Get a color used to display info about the object.
Reimplemented from StelObject.
virtual QString Nebula::getInfoString | ( | const StelCore * | core, | |
const InfoStringGroup & | flags | |||
) | const [virtual] |
Nebula support the following InfoStringGroup flags:
core | the StelCore object | |
flags | a set of InfoStringGroup items to include in the return value. |
Implements StelObject.
Get observer-centered equatorial coordinates at equinox J2000.
Implements StelObject.
virtual QString Nebula::getNameI18n | ( | ) | const [inline, virtual] |
Return translated object's name.
Implements StelObject.
virtual SphericalRegionP Nebula::getRegion | ( | ) | const [inline, virtual] |
Default implementation of the getRegion method.
Return the spatial region of the object.
Reimplemented from StelObject.
virtual float Nebula::getSelectPriority | ( | const StelCore * | ) | const [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.
virtual QString Nebula::getType | ( | ) | const [inline, virtual] |
Return object's type. It should be the name of the class.
Implements StelObject.
QString Nebula::getTypeString | ( | ) | const |
Get the printable nebula Type.
virtual float Nebula::getVMagnitude | ( | const StelCore * | core, | |
bool | withExtinction = false | |||
) | const [virtual] |
Return object's apparent V magnitude as seen from observer.
Reimplemented from StelObject.