Kstars
altvstime.h
126 void plotMousePress(QCPAbstractPlottable *abstractPlottable, int dataIndex, QMouseEvent *event);
void slotAddSource()
Add an object to the list of displayed objects, according to the data entered in the edit boxes.
Definition altvstime.cpp:253
void slotHighlight(int)
Update the plot to highlight the altitude curve of the objects which is highlighted in the listbox.
Definition altvstime.cpp:479
double findAltitude(SkyPoint *p, double hour)
Determine the altitude coordinate of a SkyPoint, given an hour of the day.
Definition altvstime.cpp:467
void showCurrentDate()
Set the AltVsTime Date according to the current Date in the KStars main window.
Definition altvstime.cpp:1148
void setLSTLimits()
Determine the limits for the sideral time axis, using the sidereal time at midnight for the current d...
Definition altvstime.cpp:1133
void plotMousePress(QCPAbstractPlottable *abstractPlottable, int dataIndex, QMouseEvent *event)
Show information from the curve as a tooltip.
Definition altvstime.cpp:551
void slotBrowseObject()
Launch the Find Object window to select a new object for the list of displayed objects.
Definition altvstime.cpp:349
void slotChooseCity()
Launch the Location dialog to choose a new location.
Definition altvstime.cpp:1116
double getEpoch(const QString &eName)
Parse a string as an epoch number.
Definition altvstime.cpp:1362
void mouseOverLine(QMouseEvent *event)
Draw the white vertical line on click.
Definition altvstime.cpp:926
void onXRangeChanged(const QCPRange &range)
Update the X axis on Zoom and Drag.
Definition altvstime.cpp:527
void computeSunRiseSetTimes()
Determine the time of sunset and sunrise for the current date and location settings.
Definition altvstime.cpp:850
void slotUpdateDateLoc()
Update the plot to reflec new Date and Location settings.
Definition altvstime.cpp:980
void processObject(SkyObject *o, bool forceAdd=false)
Add a SkyObject to the display.
Definition altvstime.cpp:361
void onYRangeChanged(const QCPRange &range)
Update the Y axis on Zoom and Drag.
Definition altvstime.cpp:545
void slotAdvanceFocus()
Move input keyboard focus to the next logical widget.
Definition altvstime.cpp:608
void slotComputeAltitudeByTime()
Compute the altitude for a certain time.
Definition altvstime.cpp:669
QString getObjectName(const SkyObject *o, bool translated=true)
get object name.
Definition altvstime.cpp:1460
Contains all relevant information for specifying a location on Earth: City Name, State/Province name,...
Definition geolocation.h:28
Extension of QDateTime for KStars KStarsDateTime can represent the date/time as a Julian Day,...
Definition kstarsdatetime.h:36
The abstract base class for all data representing objects in a plot.
Definition qcustomplot.h:3496
Provides all necessary information about an object in the sky: its coordinates, name(s),...
Definition skyobject.h:42
Q_OBJECTQ_OBJECT
QObject * parent() const const
virtual bool event(QEvent *event) override
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.