Kstars
avtplotwidget.h
66 * @warning Might be better to skip the entire shebang and include the KSAlmanac calls within AVTPlotWidget
void setSunRiseSetTimes(double sr, double ss)
Set the fractional positions of the Sunrise and Sunset positions, in units where last midnight was 0....
Definition avtplotwidget.cpp:383
void setMoonRiseSetTimes(double mr, double ms)
Set the fractional positions of moonrise and moon set in units where last midnight was 0....
Definition avtplotwidget.cpp:390
void setPlotExtent(double noonOffset, double plotDuration)
This is needed when not plotting from noon to noon.
Definition avtplotwidget.cpp:403
void plot(const GeoLocation *geo, KSAlmanac *ksal, const QVector< double > ×, const QVector< double > &alts, int lineWidth=2, Qt::GlobalColor color=Qt::white)
Higher level method to plot.
Definition avtplotwidget.cpp:414
void setCurrentLine(int lineIndex)
Sets the plot index which whose altitude is displayed when clicking on the graph.
Definition avtplotwidget.cpp:363
void mouseDoubleClickEvent(QMouseEvent *e) override
Reset the MousePoint to a null value, to erase the crosshairs.
Definition avtplotwidget.cpp:38
void mousePressEvent(QMouseEvent *e) override
Simply calls mouseMoveEvent().
Definition avtplotwidget.cpp:33
void mouseMoveEvent(QMouseEvent *e) override
Handle mouse move events.
Definition avtplotwidget.cpp:44
void setAltitudeAxis(double min, double max)
Sets the Y-axis min and max values.
Definition avtplotwidget.cpp:465
Contains all relevant information for specifying a location on Earth: City Name, State/Province name,...
Definition geolocation.h:28
KPlotWidget(QWidget *parent=nullptr)
A class that implements methods to find sun rise, sun set, twilight begin / end times,...
Definition ksalmanac.h:27
lineWidth
Q_OBJECTQ_OBJECT
QObject * parent() const const
GlobalColor
QWidget(QWidget *parent, Qt::WindowFlags f)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Mar 7 2025 11:55:45 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Mar 7 2025 11:55:45 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.