kstars
SkyMapQDraw Class Reference
#include <skymapqdraw.h>
Inheritance diagram for SkyMapQDraw:

Public Member Functions | |
| SkyMapQDraw (SkyMap *parent) | |
| ~SkyMapQDraw () | |
Public Member Functions inherited from SkyMapDrawAbstract | |
| SkyMapDrawAbstract (SkyMap *sm) | |
| void | drawAngleRuler (QPainter &psky) |
| void | drawObjectLabels (QList< SkyObject * > &labelObjects) |
| void | drawOverlays (QPainter &p, bool drawFov=true) |
| void | drawTelescopeSymbols (QPainter &psky) |
| void | drawZoomBox (QPainter &psky) |
| void | exportSkyImage (QPaintDevice *pd, bool scale=false) |
| void | exportSkyImage (SkyQPainter *painter, bool scale=false) |
Protected Member Functions | |
| virtual void | paintEvent (QPaintEvent *e) |
| virtual void | resizeEvent (QResizeEvent *e) |
Protected Member Functions inherited from SkyMapDrawAbstract | |
| virtual | ~SkyMapDrawAbstract () |
| void | calculateFPS () |
Protected Attributes | |
| QPixmap * | m_SkyPixmap |
Protected Attributes inherited from SkyMapDrawAbstract | |
| KStarsData * | m_KStarsData |
| SkyMap * | m_SkyMap |
Additional Inherited Members | |
Static Public Member Functions inherited from SkyMapDrawAbstract | |
| static bool | drawLock () |
| static void | setDrawLock (bool state) |
Static Protected Attributes inherited from SkyMapDrawAbstract | |
| static bool | m_DrawLock = false |
Detailed Description
This class draws the SkyMap using native QPainter.
It implements SkyMapDrawAbstract
- Version
- 1.0
Definition at line 32 of file skymapqdraw.h.
Constructor & Destructor Documentation
|
explicit |
Constructor.
Definition at line 23 of file skymapqdraw.cpp.
| SkyMapQDraw::~SkyMapQDraw | ( | ) |
Destructor.
Definition at line 27 of file skymapqdraw.cpp.
Member Function Documentation
|
protectedvirtual |
Overridden paintEvent method.
Must be implemented by subclasses to draw the SkyMap. (This method is pure virtual)
Implements SkyMapDrawAbstract.
Definition at line 31 of file skymapqdraw.cpp.
|
protectedvirtual |
Definition at line 95 of file skymapqdraw.cpp.
Member Data Documentation
|
protected |
Definition at line 53 of file skymapqdraw.h.
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