Kstars
detaildialog.h
75 DetailDialog(SkyObject *o, const KStarsDateTime &ut, GeoLocation *geo, QWidget *parent = nullptr);
DetailDialog is a window showing detailed information for a selected object.
Definition detaildialog.h:71
void removeLinkDialog()
remove a URL entry from either the Images or Info lists, and update the user's *url....
Definition detaildialog.cpp:939
void showThumbnail()
Slot to display the thumbnail image for the object.
Definition detaildialog.cpp:1141
void setCurrentLink(QListWidgetItem *it)
Set the currently-selected URL resource.
Definition detaildialog.cpp:797
void updateLists()
Rebuild the Image and Info URL lists for this object.
Definition detaildialog.cpp:826
void saveLogData()
Save the User's text in the Log Tab to the userlog.dat file.
Definition detaildialog.cpp:1078
void viewADVData()
Open the web browser to the selected online astronomy database, with a query to the object of this De...
Definition detaildialog.cpp:1011
void editLinkDialog()
Open a dialog to edit a URL in either the Images or Info lists, and update the user's *url....
Definition detaildialog.cpp:853
void updateThumbnail()
Slot to update thumbnail image for the object, using the Thumbnail Picker tool.
Definition detaildialog.cpp:1185
void addToObservingList()
Slot to add this object to the observing list.
Definition detaildialog.cpp:1087
void viewLink()
Slot for viewing the selected image or info URL in the web browser.
Definition detaildialog.cpp:802
DetailDialog(SkyObject *o, const KStarsDateTime &ut, GeoLocation *geo, QWidget *parent=nullptr)
Constructor.
Definition detaildialog.cpp:39
void addLink()
Popup menu function: Add a custom Image or Information URL.
Definition detaildialog.cpp:728
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
Implementation of Open Astronomy Log (OAL) XML specifications to record observation logs.
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
Stores Users' Logs, Pictures and Websites regarding an object in the sky.
Definition skyobjectuserdata.h:46
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:42 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:42 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.