PlanetsItem

Search for usage in LXR

PlanetsItem Class Reference

#include <planetsitem.h>

Inheritance diagram for PlanetsItem:

Public Member Functions

 PlanetsItem (QList< SolarSystemSingleComponent * > planets, RootNode *rootNode=nullptr)
 
SolarSystemSingleComponentgetParentComponent (SkyObject *planet)
 
virtual void hide () override
 
virtual void show () override
 
void update () override
 
- Public Member Functions inherited from SkyItem
 SkyItem (LabelsItem::label_t labelType, RootNode *rootNode=nullptr)
 
virtual ~SkyItem ()
 
void hideLabels ()
 
LabelsItem::label_t labelType ()
 
RootNoderootNode ()
 
- Public Member Functions inherited from SkyOpacityNode
bool visible ()
 
- Public Member Functions inherited from QSGOpacityNode
qreal opacity () const const
 
void setOpacity (qreal opacity)
 
- Public Member Functions inherited from QSGNode
void appendChildNode (QSGNode *node)
 
QSGNodechildAtIndex (int i) const const
 
int childCount () const const
 
QSGNodefirstChild () const const
 
Flags flags () const const
 
void insertChildNodeAfter (QSGNode *node, QSGNode *after)
 
void insertChildNodeBefore (QSGNode *node, QSGNode *before)
 
virtual bool isSubtreeBlocked () const const
 
QSGNodelastChild () const const
 
void markDirty (DirtyState bits)
 
QSGNodenextSibling () const const
 
QSGNodeparent () const const
 
void prependChildNode (QSGNode *node)
 
virtual void preprocess ()
 
QSGNodepreviousSibling () const const
 
void removeAllChildNodes ()
 
void removeChildNode (QSGNode *node)
 
void setFlag (Flag f, bool enabled)
 
void setFlags (Flags f, bool enabled)
 
NodeType type () const const
 

Additional Inherited Members

- Public Types inherited from QSGNode
enum  DirtyStateBit
 
enum  Flag
 
enum  NodeType
 
- Public Attributes inherited from QSGNode
 BasicNodeType
 
 ClipNodeType
 
 DirtyForceUpdate
 
 DirtyGeometry
 
 DirtyMaterial
 
 DirtyMatrix
 
 DirtyNodeAdded
 
 DirtyNodeRemoved
 
 DirtyOpacity
 
 DirtyPropagationMask
 
typedef DirtyState
 
 DirtySubtreeBlocked
 
 DirtyUsePreprocess
 
typedef Flags
 
 GeometryNodeType
 
 InternalReserved
 
 IsVisitableNode
 
 OpacityNodeType
 
 OwnedByParent
 
 OwnsGeometry
 
 OwnsMaterial
 
 OwnsOpaqueMaterial
 
 RenderNodeType
 
 RootNodeType
 
 TransformNodeType
 
 UsePreprocess
 

Detailed Description

This class handles planets and their moons in SkyMapLite.

Author
Artem Fedoskin
Version
1.0

Definition at line 21 of file planetsitem.h.

Constructor & Destructor Documentation

◆ PlanetsItem()

PlanetsItem::PlanetsItem ( QList< SolarSystemSingleComponent * > planets,
RootNode * rootNode = nullptr )
explicit

Constructor.

Takes lists of pointers to planets(SolarSystemSingleComponent) and their moons (PlanetMoonsComponent) to instantiate PlanetMoonsNodes for each of the planet.

Parameters
planetslist of pointers to planets
moonslist of pointers to moons
rootNodeparent RootNode that instantiates this object

Definition at line 17 of file planetsitem.cpp.

Member Function Documentation

◆ getParentComponent()

SolarSystemSingleComponent * PlanetsItem::getParentComponent ( SkyObject * planet)

returns SolarSystemSingleComponent that corresponds to the planet.

Used to determine whether the planet has to be drawn according to its selected() function

Parameters
planet
Returns
corresponding SolarSystemSingleComponent

Definition at line 36 of file planetsitem.cpp.

◆ hide()

void PlanetsItem::hide ( )
overridevirtual

hides this item and labels for all moons (currently only Jupiter moons.

Add here labels for moons that are needed to be hidden)

Reimplemented from SkyItem.

Definition at line 70 of file planetsitem.cpp.

◆ show()

void PlanetsItem::show ( )
overridevirtual

shows this item and labels for all moons (currently only Jupiter moons.

Add here labels for moons that are needed to be shown)

Reimplemented from SkyItem.

Definition at line 64 of file planetsitem.cpp.

◆ update()

void PlanetsItem::update ( )
overridevirtual

calls update() of all child PlanetMoonsNodes

Note
see PlanetMoonsNodes::update()

Implements SkyItem.

Definition at line 46 of file planetsitem.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:05 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.