Kstars
targetlistcomponent.cpp
21TargetListComponent::TargetListComponent(SkyComposite *parent, SkyObjectList *objectList, QPen _pen,
SkyComposite is a kind of container class for SkyComponent objects.
Definition skycomposite.h:30
virtual void drawObservingList(const QList< SkyObject * > &obs)=0
Draw the symbols for the observing list.
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
qsizetype count() const const
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.