Kstars
targetlistcomponent.cpp
21 TargetListComponent::TargetListComponent(SkyComposite *parent, SkyObjectList *objectList, QPen _pen,
void draw(SkyPainter *skyp) override
Draw this component by iterating over the list.
Definition: targetlistcomponent.cpp:37
int count(const T &value) const const
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
virtual void drawObservingList(const QList< SkyObject * > &obs)=0
Draw the symbols for the observing list.
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 Sun Dec 3 2023 04:06:21 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 04:06:21 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.