Kstars
listcomponent.cpp
There are several time-dependent values used in position calculations, that are not specific to an ob...
Definition ksnumbers.h:43
void appendListObject(SkyObject *object)
Add an object to the Object list.
Definition listcomponent.cpp:30
SkyObject * findByName(const QString &name, bool exact=true) override
Search the children of this SkyComponent for a SkyObject whose name matches the argument name the nam...
Definition listcomponent.cpp:54
SkyObject * objectNearest(SkyPoint *p, double &maxrad) override
Find the SkyObject nearest the given SkyPoint.
Definition listcomponent.cpp:72
void update(KSNumbers *num=nullptr) override
Update the sky positions of this component.
Definition listcomponent.cpp:41
SkyComposite is a kind of container class for SkyComponent objects.
Definition skycomposite.h:30
Provides all necessary information about an object in the sky: its coordinates, name(s),...
Definition skyobject.h:42
iterator begin()
void clear()
iterator end()
iterator insert(const Key &key, const T &value)
void append(QList< T > &&value)
void clear()
QString toLower() const const
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.