kstars
skycomponents/targetlistcomponent.cpp
Go to the documentation of this file.
28 TargetListComponent::TargetListComponent( SkyComposite *parent, SkyObjectList *objectList, QPen _pen,
virtual void drawObservingList(const QList< SkyObject * > &obs)=0
Draw the symbols for the observing list.
virtual void draw(SkyPainter *skyp)
Draw this component by iterating over the list.
Definition: skycomponents/targetlistcomponent.cpp:70
SkyComposite is a kind of container class for SkyComponent objects.
Definition: skycomposite.h:43
bool(* drawSymbols)(void)
Pointer to static method that tells us whether to draw this list or not.
Definition: skycomponents/targetlistcomponent.h:82
bool(* drawLabels)(void)
Pointer to static method that tells us whether to draw labels for this list or not.
Definition: skycomponents/targetlistcomponent.h:88
TargetListComponent(SkyComposite *parent)
Default constructor.
Definition: skycomponents/targetlistcomponent.cpp:22
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.