Kstars
satellitesitem.cpp
A QSGClipNode derived class used as a container for holding pointers to nodes and for clipping.
Definition rootnode.h:60
virtual void hide() override
hides all child nodes (sets opacity of m_opacity to 0)
Definition satellitenode.cpp:130
virtual void update() override
Update position and visibility of satellite.
Definition satellitenode.cpp:76
Represents artificial satellites on the sky map.
Definition satellitescomponent.h:24
virtual void update() override
Update positions and visibility of satellites.
Definition satellitesitem.cpp:27
SatellitesItem(SatellitesComponent *satComp, RootNode *rootNode=nullptr)
Constructor.
Definition satellitesitem.cpp:20
void recreateList()
recreates the node tree (deletes old nodes and appends new ones according to SatelliteGroups from Sat...
Definition satellitesitem.cpp:67
This is an interface for implementing SkyItems that represent SkyComponent derived objects on the Sky...
Definition skyitem.h:30
const_reference at(qsizetype i) const const
qsizetype size() const const
void appendChildNode(QSGNode *node)
QSGNode * firstChild() const const
QSGNode * nextSibling() 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:43 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:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.