GuideView

Search for usage in LXR

GuideView Class Reference

#include <guideview.h>

Inherits FITSView.

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()

GuideView::GuideView ( QWidget * parent = nullptr,
FITSMode mode = FITS_NORMAL,
FITSScale filter = FITS_NONE )
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()

void GuideView::drawOverlay ( QPainter * painter,
double scale )
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 Tue Mar 26 2024 11:19:04 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.