kstars
skypainter.h
Go to the documentation of this file.
virtual void drawSkyLine(SkyPoint *a, SkyPoint *b)=0
Draw a line between points in the sky.
virtual bool drawPointSource(SkyPoint *loc, float mag, char sp= 'A')=0
Draw a point source (e.g., a star).
Definition: linelistlabel.h:36
Definition: linelist.h:35
virtual void drawObservingList(const QList< SkyObject * > &obs)=0
Draw the symbols for the observing list.
float starWidth(float mag) const
Get the width of a star of magnitude mag.
Definition: skypainter.cpp:50
virtual void drawHorizon(bool filled, SkyPoint *labelPoint=0, bool *drawLabel=0)=0
Provides all necessary information about a deep-sky object: data inherited from SkyObject (coordinate...
Definition: deepskyobject.h:43
A subclass of TrailObject that provides additional information needed for most solar system objects...
Definition: ksplanetbase.h:63
Provides all necessary information about an object in the sky: its coordinates, name(s), type, magnitude, and QStringLists of URLs for images and webpages regarding the object.
Definition: skyobject.h:46
Definition: SkipList.h:17
virtual void drawSkyPolyline(LineList *list, SkipList *skipList=0, LineListLabel *label=0)=0
Draw a polyline in the sky.
virtual bool drawDeepSkyObject(DeepSkyObject *obj, bool drawImage=false)=0
Draw a deep sky object.
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.