Kstars
starhopperdialog.cpp
18 StarHopperDialog::StarHopperDialog(QWidget *parent) : QDialog(parent), ui(new Ui::StarHopperDialog)
43 void StarHopperDialog::starHop(const SkyPoint &startHop, const SkyPoint &stopHop, float fov, float maglim)
64 KSNotification::error(i18n("Star-hopper algorithm failed. If you're trying a large star hop, try using a "
124 new DetailDialog(skyobj, KStarsData::Instance()->ut(), KStarsData::Instance()->geo(), KStars::Instance());
UserRole
Definition: detaildialog.h:70
QString number(int n, int base)
QString name(void) const override
If star is unnamed return "star" otherwise return the name.
Definition: starobject.h:130
Stores dms coordinates for a point in the sky. for converting between coordinate systems.
Definition: skypoint.h:44
T value() const const
void setClickedPoint(const SkyPoint *f)
Set the ClickedPoint to the skypoint given as an argument.
Definition: skymap.cpp:996
void setValue(const T &value)
virtual QVariant data(int role) const const
bool empty() const const
QString i18n(const char *text, const TYPE &arg...)
virtual void setData(int role, const QVariant &value)
void setClickedObject(SkyObject *o)
Set the ClickedObject pointer to the argument.
Definition: skymap.cpp:331
virtual int exec()
GeoCoordinates geo(const QVariant &location)
Rejected
This is the main window for KStars. In addition to the GUI elements, the class contains the program c...
Definition: kstars.h:92
void setupUi(QWidget *widget)
char spchar() const
Returns just the first character of the spectral type string.
Definition: starobject.cpp:554
QString arg(qlonglong a, int fieldWidth, int base, QChar fillChar) const const
Highlights objects present in certain lists by drawing "target" symbols around them.
Definition: targetlistcomponent.h:37
void clear()
void forceUpdate(bool now=false)
Recalculates the positions of objects in the sky, and then repaints the sky map.
Definition: skymap.cpp:1186
void setText(const QString &text)
std::unique_ptr< SkyObjectList > list
Pointer to list of objects to draw.
Definition: targetlistcomponent.h:64
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Fri Aug 12 2022 04:00:58 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Fri Aug 12 2022 04:00:58 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.