Kstars

ConstellationName Struct Reference

#include <constellationnamesitem.h>

Public Member Functions

 ConstellationName (SkyObject *skyObj)
 
void hide ()
 

Public Attributes

LabelNodelatin { nullptr }
 
SkyObjectobj { nullptr }
 
LabelNodesecondary { 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()

ConstellationName::ConstellationName ( SkyObject * skyObj)
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 Tue Mar 26 2024 11:19:04 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.