kstars
NoPrecessIndex Class Reference
#include <noprecessindex.h>
Inheritance diagram for NoPrecessIndex:

Public Member Functions | |
| NoPrecessIndex (SkyComposite *parent, const QString &name) | |
Public Member Functions inherited from LineListIndex | |
| 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 | |
| virtual MeshBufNum_t | drawBuffer () |
| virtual void | JITupdate (LineList *lineList) |
Protected Member Functions inherited from LineListIndex | |
| void | appendBoth (LineList *lineList, int debug=0) |
| void | appendLine (LineList *lineList, int debug=0) |
| void | appendPoly (LineList *lineList, int debug=0) |
| void | drawFilled (SkyPainter *skyp) |
| void | drawLines (SkyPainter *skyp) |
| virtual const IndexHash & | getIndexHash (LineList *lineList) |
| void | intro () |
| 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
- Version
- 0.1
Definition at line 28 of file noprecessindex.h.
Constructor & Destructor Documentation
| NoPrecessIndex::NoPrecessIndex | ( | SkyComposite * | parent, |
| const QString & | name | ||
| ) |
Definition at line 24 of file noprecessindex.cpp.
Member Function Documentation
|
inlineprotectedvirtual |
Reimplemented from LineListIndex.
Definition at line 43 of file noprecessindex.h.
|
protectedvirtual |
Reimplemented from LineListIndex.
Definition at line 29 of file noprecessindex.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:23 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:23 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