kstars
#include <linelistindex.h>

Public Member Functions | |
| LineListIndex (SkyComposite *parent, const QString &name="") | |
| ~LineListIndex () | |
| virtual void | draw (SkyPainter *skyp) |
Public Member Functions inherited from SkyComponent | |
| SkyComponent (SkyComposite *parent) | |
| virtual | ~SkyComponent () |
| virtual void | drawTrails (SkyPainter *skyp) |
| virtual void | emitProgressText (const QString &message) |
| virtual SkyObject * | findByName (const QString &name) |
| QHash< int, QStringList > & | objectNames () |
| QStringList & | objectNames (int type) |
| virtual SkyObject * | objectNearest (SkyPoint *p, double &maxrad) |
| virtual void | objectsInArea (QList< SkyObject * > &list, const SkyRegion ®ion) |
| SkyComposite * | parent () |
| virtual bool | selected () |
| virtual void | update (KSNumbers *) |
| virtual void | updateMoons (KSNumbers *) |
| virtual void | updatePlanets (KSNumbers *) |
Protected Member Functions | |
| void | appendBoth (LineList *lineList, int debug=0) |
| void | appendLine (LineList *lineList, int debug=0) |
| void | appendPoly (LineList *lineList, int debug=0) |
| virtual MeshBufNum_t | drawBuffer () |
| void | drawFilled (SkyPainter *skyp) |
| void | drawLines (SkyPainter *skyp) |
| virtual const IndexHash & | getIndexHash (LineList *lineList) |
| void | intro () |
| virtual void | JITupdate (LineList *lineList) |
| virtual LineListLabel * | label () |
| LineListList | listList () |
| QString | name () const |
| virtual void | preDraw (SkyPainter *skyp) |
| void | reindexLines () |
| virtual SkipList * | skipList (LineList *lineList) |
| SkyMesh * | skyMesh () |
| void | summary () |
Protected Member Functions inherited from SkyComponent | |
| void | removeFromNames (const SkyObject *obj) |
Detailed Description
Definition at line 39 of file linelistindex.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 52 of file linelistindex.cpp.
| LineListIndex::~LineListIndex | ( | ) |
Definition at line 61 of file linelistindex.cpp.
Member Function Documentation
|
protected |
Definition at line 110 of file linelistindex.cpp.
|
protected |
Definition at line 73 of file linelistindex.cpp.
|
protected |
Definition at line 93 of file linelistindex.cpp.
|
virtual |
Draw the object on the SkyMap skyp a pointer to the SkyPainter to use.
Implements SkyComponent.
Reimplemented in MilkyWay, Equator, and Ecliptic.
Definition at line 162 of file linelistindex.cpp.
|
inlineprotectedvirtual |
Reimplemented in NoPrecessIndex.
Definition at line 134 of file linelistindex.h.
|
protected |
Definition at line 198 of file linelistindex.cpp.
|
protected |
Definition at line 177 of file linelistindex.cpp.
Reimplemented in MilkyWay, and ConstellationLines.
Definition at line 68 of file linelistindex.cpp.
|
protected |
Definition at line 224 of file linelistindex.cpp.
|
protectedvirtual |
Reimplemented in ConstellationLines, and NoPrecessIndex.
Definition at line 136 of file linelistindex.cpp.
|
inlineprotectedvirtual |
Reimplemented in Ecliptic, and Equator.
Definition at line 151 of file linelistindex.h.
|
inlineprotected |
Definition at line 153 of file linelistindex.h.
|
inlineprotected |
retrieve name of object
Definition at line 79 of file linelistindex.h.
|
protectedvirtual |
Reimplemented in ConstellationLines, ConstellationBoundaryLines, Equator, CoordinateGrid, EquatorialCoordinateGrid, and HorizontalCoordinateGrid.
Definition at line 157 of file linelistindex.cpp.
|
protected |
Definition at line 116 of file linelistindex.cpp.
Also overridden by SkipListIndex.
Controls skipping inside of the draw() routines. The default behavior is to simply return a null pointer.
FIXME: I don't think that the SkipListIndex class even exists – hdevalence
Reimplemented in MilkyWay.
Definition at line 171 of file linelistindex.cpp.
|
inlineprotected |
Definition at line 92 of file linelistindex.h.
|
protected |
Definition at line 232 of file linelistindex.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from