Kstars
skymapcomposite.h
Q_OBJECTQ_OBJECT
Represents the stars on the sky map. For optimization reasons the stars are not separate objects and ...
Definition: starcomponent.h:47
Definition: terraincomponent.h:18
Definition: ecliptic.h:19
Stores dms coordinates for a point in the sky. for converting between coordinate systems.
Definition: skypoint.h:44
Definition: skycomposite.h:29
Class that handles drawing of MilkyWay (both filled and non-filled)
Definition: milkyway.h:24
QList< SkyObject * > findObjectsInArea(const SkyPoint &p1, const SkyPoint &p2)
Definition: skymapcomposite.cpp:544
void emitProgressText(const QString &message) override
Emit signal about progress.
Definition: skymapcomposite.cpp:703
Definition: solarsystemcomposite.h:30
Definition: imageoverlaycomponent.h:68
void updateMoons(KSNumbers *num) override
Delegate moon position updates to the SolarSystemComposite.
Definition: skymapcomposite.cpp:233
Definition: horizoncomponent.h:23
void draw(SkyPainter *skyp) override
Delegate draw requests to all sub components psky Reference to the QPainter on which to paint.
Definition: skymapcomposite.cpp:244
SkyObject * findByName(const QString &name, bool exact=true) override
Search the children of this SkyMapComposite for a SkyObject whose name matches the argument.
Definition: skymapcomposite.cpp:558
Definition: constellationlines.h:22
SkyObject * objectNearest(SkyPoint *p, double &maxrad) override
Definition: skymapcomposite.cpp:413
Definition: skymapcomposite.h:63
void updateSolarSystemBodies(KSNumbers *num) override
Delegate planet position updates to the SolarSystemComposite.
Definition: skymapcomposite.cpp:228
void update(KSNumbers *num=nullptr) override
Delegate update-position requests to all sub components.
Definition: skymapcomposite.cpp:186
Definition: deepstarcomponent.h:31
Definition: equator.h:19
Highlights objects present in certain lists by drawing "target" symbols around them.
Definition: targetlistcomponent.h:37
Canvas widget for displaying the sky bitmap; also handles user interaction events.
Definition: skymap.h:53
SkyMapComposite(SkyComposite *parent=nullptr)
Constructor parent pointer to the parent SkyComponent.
Definition: skymapcomposite.cpp:58
Represents objects loaded from an sqlite backed, trixel indexed catalog.
Definition: catalogscomponent.h:41
Represents a flag on the sky map. Each flag is composed by a SkyPoint where coordinates are stored,...
Definition: flagcomponent.h:33
Definition: hipscomponent.h:22
Definition: satellitescomponent.h:23
Information about a ConstellationsArt object. This class represents a constellation image.
Definition: constellationsart.h:28
SkyObject * starNearest(SkyPoint *p, double &maxrad)
Definition: skymapcomposite.cpp:497
QObject * parent() const const
QString message
Provides necessary information about objects in the solar system.
Definition: ksplanetbase.h:49
Definition: skymesh.h:73
Definition: mosaiccomponent.h:23
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Dec 11 2023 04:03:22 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Dec 11 2023 04:03:22 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.