Kstars
altvstime.h
126 void plotMousePress(QCPAbstractPlottable *abstractPlottable, int dataIndex, QMouseEvent *event);
Q_OBJECTQ_OBJECT
void slotAddSource()
Add an object to the list of displayed objects, according to the data entered in the edit boxes.
Definition: altvstime.cpp:252
void slotBrowseObject()
Launch the Find Object window to select a new object for the list of displayed objects.
Definition: altvstime.cpp:348
Extension of QDateTime for KStars KStarsDateTime can represent the date/time as a Julian Day,...
Definition: kstarsdatetime.h:35
void onYRangeChanged(const QCPRange &range)
Update the Y axis on Zoom and Drag.
Definition: altvstime.cpp:544
void slotComputeAltitudeByTime()
Compute the altitude for a certain time.
Definition: altvstime.cpp:668
void processObject(SkyObject *o, bool forceAdd=false)
Add a SkyObject to the display.
Definition: altvstime.cpp:360
Stores dms coordinates for a point in the sky. for converting between coordinate systems.
Definition: skypoint.h:44
virtual bool event(QEvent *event) override
double getEpoch(const QString &eName)
Parse a string as an epoch number.
Definition: altvstime.cpp:1349
void mouseOverLine(QMouseEvent *event)
Draw the white vertical line on click.
Definition: altvstime.cpp:913
void onXRangeChanged(const QCPRange &range)
Update the X axis on Zoom and Drag.
Definition: altvstime.cpp:526
the Altitude vs. Time Tool. Plot the altitude as a function of time for any list of objects,...
Definition: altvstime.h:40
void setLSTLimits()
Determine the limits for the sideral time axis, using the sidereal time at midnight for the current d...
Definition: altvstime.cpp:1120
The abstract base class for all data representing objects in a plot.
Definition: qcustomplot.h:3440
void slotAdvanceFocus()
Move input keyboard focus to the next logical widget.
Definition: altvstime.cpp:607
void slotUpdateDateLoc()
Update the plot to reflec new Date and Location settings.
Definition: altvstime.cpp:967
void slotHighlight(int)
Update the plot to highlight the altitude curve of the objects which is highlighted in the listbox.
Definition: altvstime.cpp:478
double findAltitude(SkyPoint *p, double hour)
Determine the altitude coordinate of a SkyPoint, given an hour of the day.
Definition: altvstime.cpp:466
void computeSunRiseSetTimes()
Determine the time of sunset and sunrise for the current date and location settings.
Definition: altvstime.cpp:837
QString getObjectName(const SkyObject *o, bool translated=true)
get object name.
Definition: altvstime.cpp:1447
void showCurrentDate()
Set the AltVsTime Date according to the current Date in the KStars main window.
Definition: altvstime.cpp:1135
void plotMousePress(QCPAbstractPlottable *abstractPlottable, int dataIndex, QMouseEvent *event)
Show information from the curve as a tooltip.
Definition: altvstime.cpp:550
void slotChooseCity()
Launch the Location dialog to choose a new location.
Definition: altvstime.cpp:1103
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Aug 11 2022 03:59:55 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Aug 11 2022 03:59:55 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.