Kstars
skycomponent.cpp
virtual SkyObject * objectNearest(SkyPoint *p, double &maxrad)
Find the SkyObject nearest the given SkyPoint.
Definition: skycomponent.cpp:28
Stores dms coordinates for a point in the sky. for converting between coordinate systems.
Definition: skypoint.h:44
int indexOf(const T &value, int from) const const
virtual SkyObject * findByName(const QString &name, bool exact=true)
Search the children of this SkyComponent for a SkyObject whose name matches the argument name the nam...
Definition: skycomponent.cpp:23
virtual void objectsInArea(QList< SkyObject * > &list, const SkyRegion ®ion)
Searches the region(s) and appends the SkyObjects found to the list of sky objects.
Definition: skycomponent.cpp:37
Definition: skycomposite.h:29
void removeAt(int i)
virtual void emitProgressText(const QString &message)
Emit signal about progress.
Definition: skycomponent.cpp:18
int indexOf(QStringView str, int from) const const
SkyComponent(SkyComposite *parent=nullptr)
Constructor parent pointer to the parent SkyComposite.
Definition: skycomponent.cpp:13
void removeAt(int i)
QObject * parent() const const
QString message
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Wed Aug 17 2022 04:14:19 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Wed Aug 17 2022 04:14:19 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.