Kstars
satellitescomponent.h
There are several time-dependent values used in position calculations, that are not specific to an ob...
Definition ksnumbers.h:43
SkyObject * objectNearest(SkyPoint *p, double &maxrad) override
Search the nearest satellite from point p.
Definition satellitescomponent.cpp:215
Satellite * findSatellite(QString name)
Search a satellite by name.
Definition satellitescomponent.cpp:200
void drawTrails(SkyPainter *skyp) override
Draw trails for objects.
Definition satellitescomponent.cpp:139
void drawLabel(Satellite *sat, const QPointF &pos)
Draw label of a satellite.
Definition satellitescomponent.cpp:132
SkyObject * findByName(const QString &name, bool exact=true) override
Return object given name.
Definition satellitescomponent.cpp:250
void update(KSNumbers *num) override
Update satellites position.
Definition satellitescomponent.cpp:82
SkyComponent(SkyComposite *parent=nullptr)
Constructor parent pointer to the parent SkyComposite.
Definition skycomponent.cpp:13
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:50
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:53:02 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:53:02 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.