Kstars
targetlistcomponent.h
void draw(SkyPainter *skyp) override
Draw this component by iterating over the list.
Definition: targetlistcomponent.cpp:37
bool(* drawSymbols)(void)
Pointer to static method that tells us whether to draw this list or not.
Definition: targetlistcomponent.h:74
Definition: skycomposite.h:29
bool(* drawLabels)(void)
Pointer to static method that tells us whether to draw labels for this list or not.
Definition: targetlistcomponent.h:80
Definition: skycomponent.h:95
Highlights objects present in certain lists by drawing "target" symbols around them.
Definition: targetlistcomponent.h:37
std::unique_ptr< SkyObjectList > list
Pointer to list of objects to draw.
Definition: targetlistcomponent.h:64
QList< QSharedPointer< SkyObject > > list2
Pointer to list of objects to draw.
Definition: targetlistcomponent.h:66
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Sep 25 2023 03:54:36 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Sep 25 2023 03:54:36 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.