Kstars
avtplotwidget.h
65 * @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:323
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:330
void setPlotExtent(double noonOffset, double plotDuration)
This is needed when not plotting from noon to noon.
Definition avtplotwidget.cpp:343
void mouseDoubleClickEvent(QMouseEvent *e) override
Reset the MousePoint to a null value, to erase the crosshairs.
Definition avtplotwidget.cpp:34
void mousePressEvent(QMouseEvent *e) override
Simply calls mouseMoveEvent().
Definition avtplotwidget.cpp:29
void mouseMoveEvent(QMouseEvent *e) override
Handle mouse move events.
Definition avtplotwidget.cpp:40
Contains all relevant information for specifying a location on Earth: City Name, State/Province name,...
Definition geolocation.h:28
Q_OBJECTQ_OBJECT
QObject * parent() const const
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.