Kstars
14#include "qcustomplot.h"
15#include "guidegraph.h"
27 void guideHistory(
int sliderValue,
bool graphOnLatestPt);
31 void setRMSVisibility();
32 void exportGuideData();
34 void connectGuider(Ekos::GuideInterface *guider);
37 void handleVerticalPlotSizeChange();
38 void handleHorizontalPlotSizeChange();
40 void setupNSEWLabels();
41 void autoScaleGraphs();
42 void zoomX(
int zoomLevel);
45 void setCorrectionGraphScale(
int value);
46 void setLatestGuidePoint(
bool isChecked) {graphOnLatestPt = isChecked;}
49 void toggleShowPlot(GuideGraph::DRIFT_GRAPH_INDICES plot,
bool isChecked);
50 void setAxisDelta(
double ra,
double de);
51 void setAxisSigma(
double ra,
double de);
52 void setAxisPulse(
double ra,
double de);
53 void setSNR(
double snr);
54 void updateCorrectionsScaleVisibility();
57 void mouseOverLine(QMouseEvent *
event);
60 void mouseClicked(QMouseEvent *
event);
64 void refreshColorScheme();
68 static constexpr int defaultXZoomLevel = 3;
69 int driftGraphZoomLevel {defaultXZoomLevel};
70 bool graphOnLatestPt =
true;
75 QCPAxis *DECpulseAxis;
79 QElapsedTimer guideElapsedTimer;
Interface skeleton for implementation of different guiding applications and/or routines.
The central class of the library. This is the QWidget which displays the plot and interacts with the ...
Ekos is an advanced Astrophotography tool for Linux.
virtual bool event(QEvent *e)
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Mar 28 2025 11:57:24 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.