Kstars
supernova.cpp
16Supernova::Supernova(const QString &sName, dms ra, dms dec, const QString &type, const QString &hostGalaxy,
18 : SkyObject(SkyObject::SUPERNOVA, ra, dec, sMag, sName), type(type), hostGalaxy(hostGalaxy), date(date),
26 Q_ASSERT(typeid(this) == typeid(static_cast<const Supernova *>(this))); // Ensure we are not slicing a derived class
void createSupernovaMenu(Supernova *supernova)
Create a popup menu for a supernova.
Definition kspopupmenu.cpp:315
Provides all necessary information about an object in the sky: its coordinates, name(s),...
Definition skyobject.h:42
VehicleSection::Type type(QStringView coachNumber, QStringView coachClassification)
QString mid(qsizetype position, qsizetype n) const const
QTextStream & dec(QTextStream &stream)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.