SkyMapGLDraw
SkyMapGLDraw Class Reference
#include <skymapgldraw.h>
Inheritance diagram for SkyMapGLDraw:
Public Member Functions | |
SkyMapGLDraw (SkyMap *parent) | |
Public Member Functions inherited from SkyMapDrawAbstract | |
SkyMapDrawAbstract (SkyMap *sm) | |
void | drawAngleRuler (QPainter &psky) |
void | drawObjectLabels (QList< SkyObject * > &labelObjects) |
void | drawOrientationArrows (QPainter &p) |
void | drawOverlays (QPainter &p, bool drawFov=true) |
void | drawSolverFOV (QPainter &psky) |
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 | initializeGL () |
virtual void | paintEvent (QPaintEvent *e) |
virtual void | resizeGL (int, int) |
Protected Member Functions inherited from SkyMapDrawAbstract | |
virtual | ~SkyMapDrawAbstract ()=default |
Additional Inherited Members | |
Static Public Member Functions inherited from SkyMapDrawAbstract | |
static bool | drawLock () |
static void | setDrawLock (bool state) |
Protected Attributes inherited from SkyMapDrawAbstract | |
KStarsData * | m_KStarsData |
SkyMap * | m_SkyMap |
Static Protected Attributes inherited from SkyMapDrawAbstract | |
static bool | m_DrawLock = false |
Detailed Description
This class draws the SkyMap using OpenGL.
It implements SkyMapDrawAbstract
- Version
- 1.0
Definition at line 20 of file skymapgldraw.h.
Constructor & Destructor Documentation
◆ SkyMapGLDraw()
|
explicit |
Constructor.
Definition at line 17 of file skymapgldraw.cpp.
Member Function Documentation
◆ initializeGL()
|
protectedvirtual |
Definition at line 25 of file skymapgldraw.cpp.
◆ paintEvent()
|
protectedvirtual |
Overridden paintEvent method.
Must be implemented by subclasses to draw the SkyMap. (This method is pure virtual)
Implements SkyMapDrawAbstract.
Definition at line 36 of file skymapgldraw.cpp.
◆ resizeGL()
|
protectedvirtual |
Definition at line 29 of file skymapgldraw.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.