![]() |
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 |
virtual QString | getType () const |
virtual Vec3d | getJ2000EquatorialPos (const StelNavigator *) const |
virtual double | getCloseViewFov (const StelNavigator *nav=NULL) const |
virtual float | getVMagnitude (const StelNavigator *nav=NULL) const |
virtual float | getSelectPriority (const StelNavigator *nav) const |
virtual Vec3f | getInfoColor () const |
virtual QString | getNameI18n () const |
virtual QString | getEnglishName () const |
virtual double | getAngularSize (const StelCore *) const |
virtual SphericalRegionP | getRegion () const |
void | setLabelColor (const Vec3f &v) |
void | setCircleColor (const Vec3f &v) |
QString | getTypeString () const |
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 QString Nebula::getInfoString | ( | const StelCore * | core, | |
const InfoStringGroup & | flags | |||
) | const [virtual] |
Nebula support the following InfoStringGroup flags:
core | the Stelore object | |
flags | a set of InfoStringGroup items to include in the return value. |
Implements StelObject.
virtual SphericalRegionP Nebula::getRegion | ( | ) | const [inline, virtual] |
Default implementation of the getRegion method.
Calling this method on some object will cause an error if they need a valid StelNavigator instance to compute their position. Return the spatial region of the object.
Reimplemented from StelObject.
QString Nebula::getTypeString | ( | ) | const |
Get the printable nebula Type.