Kstars
ConstellationName Struct Reference
#include <constellationnamesitem.h>
Public Member Functions | |
ConstellationName (SkyObject *skyObj) | |
void | hide () |
Public Attributes | |
LabelNode * | latin { nullptr } |
SkyObject * | obj { nullptr } |
LabelNode * | secondary { nullptr } |
Detailed Description
The ConstellationName struct.
It holds SkyObject (with coordinates of label) and 2 labels (latin and secondary names)
Definition at line 18 of file constellationnamesitem.h.
Constructor & Destructor Documentation
◆ ConstellationName()
|
explicit |
Definition at line 17 of file constellationnamesitem.cpp.
Member Function Documentation
◆ hide()
void ConstellationName::hide | ( | ) |
hides both latin and secondary labels
Definition at line 21 of file constellationnamesitem.cpp.
Member Data Documentation
◆ latin
LabelNode* ConstellationName::latin { nullptr } |
Definition at line 23 of file constellationnamesitem.h.
◆ obj
SkyObject* ConstellationName::obj { nullptr } |
Definition at line 22 of file constellationnamesitem.h.
◆ secondary
LabelNode* ConstellationName::secondary { nullptr } |
Definition at line 24 of file constellationnamesitem.h.
The documentation for this struct was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:44 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:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.