Kstars
targetlistcomponent.h
SkyComposite is a kind of container class for SkyComponent objects.
Definition skycomposite.h:30
Highlights objects present in certain lists by drawing "target" symbols around them.
Definition targetlistcomponent.h:38
bool(* drawLabels)(void)
Pointer to static method that tells us whether to draw labels for this list or not.
Definition targetlistcomponent.h:80
bool(* drawSymbols)(void)
Pointer to static method that tells us whether to draw this list or not.
Definition targetlistcomponent.h:74
void draw(SkyPainter *skyp) override
Draw this component by iterating over the list.
Definition targetlistcomponent.cpp:37
QList< QSharedPointer< SkyObject > > list2
Pointer to list of objects to draw.
Definition targetlistcomponent.h:66
std::unique_ptr< SkyObjectList > list
Pointer to list of objects to draw.
Definition targetlistcomponent.h:64
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.