GuideView
GuideView Class Reference
#include <guideview.h>
Public Member Functions | |
GuideView (QWidget *parent=nullptr, FITSMode mode=FITS_NORMAL, FITSScale filter=FITS_NONE) | |
void | addGuideStarNeighbor (double targetX, double targetY, bool found, double detectedX=0, double detectedY=0, bool isGuideStar=false) |
void | clearNeighbors () |
void | drawOverlay (QPainter *, double scale) override |
void | updateNeighbors () |
Detailed Description
The main change relative to fitsview is to add the capability of displaying the 'neighbor guide stars' for the SEP Multi Star guide algorithm.
Definition at line 21 of file guideview.h.
Constructor & Destructor Documentation
◆ GuideView()
|
explicit |
Definition at line 15 of file guideview.cpp.
Member Function Documentation
◆ addGuideStarNeighbor()
void GuideView::addGuideStarNeighbor | ( | double | targetX, |
double | targetY, | ||
bool | found, | ||
double | detectedX = 0, | ||
double | detectedY = 0, | ||
bool | isGuideStar = false ) |
Definition at line 37 of file guideview.cpp.
◆ clearNeighbors()
void GuideView::clearNeighbors | ( | ) |
Definition at line 51 of file guideview.cpp.
◆ drawOverlay()
|
override |
Definition at line 25 of file guideview.cpp.
◆ updateNeighbors()
void GuideView::updateNeighbors | ( | ) |
Definition at line 19 of file guideview.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:44 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:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.