Kstars
constellationartitem.cpp
13ConstellationArtItem::ConstellationArtItem(ConstellationArtComponent *artComp, RootNode *rootNode)
Represents the ConstellationsArt objects.
Definition constellationartcomponent.h:22
void loadData()
Read the skycultures.sqlite database file.
Definition constellationartcomponent.cpp:39
void deleteData()
deletes all created ConstellationsArt objects.
Definition constellationartcomponent.cpp:33
void loadNodes()
loadNodes loads constellation art data and creates ConstellationArtNodes
Definition constellationartitem.cpp:32
void deleteNodes()
deleteNodes deletes constellation art data and ConstellationArtNodes
Definition constellationartitem.cpp:19
ConstellationArtItem(ConstellationArtComponent *artComp, RootNode *rootNode=nullptr)
Definition constellationartitem.cpp:13
void update() override
calls update() of all child ConstellationArtNodes if constellation art is on.
Definition constellationartitem.cpp:46
A SkyNode derived class that represents ConstellationsArt object.
Definition constellationartnode.h:23
virtual void update() override
Updates coordinate of the object on SkyMapLite.
Definition constellationartnode.cpp:29
A QSGClipNode derived class used as a container for holding pointers to nodes and for clipping.
Definition rootnode.h:60
This is an interface for implementing SkyItems that represent SkyComponent derived objects on the Sky...
Definition skyitem.h:30
void appendChildNode(QSGNode *node)
int childCount() const const
QSGNode * firstChild() const const
QSGNode * nextSibling() const const
void removeChildNode(QSGNode *node)
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.