Kstars
starhopperdialog.cpp
18StarHopperDialog::StarHopperDialog(QWidget *parent) : QDialog(parent), ui(new Ui::StarHopperDialog)
43void 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());
void setClickedPoint(const SkyPoint *f)
Set the ClickedPoint to the skypoint given as an argument.
Definition skymap.cpp:1019
void setClickedObject(SkyObject *o)
Set the ClickedObject pointer to the argument.
Definition skymap.cpp:366
void forceUpdate(bool now=false)
Recalculates the positions of objects in the sky, and then repaints the sky map.
Definition skymap.cpp:1184
Provides all necessary information about an object in the sky: its coordinates, name(s),...
Definition skyobject.h:50
QString name(void) const override
If star is unnamed return "star" otherwise return the name.
Definition starobject.h:130
char spchar() const
Returns just the first character of the spectral type string.
Definition starobject.cpp:554
Highlights objects present in certain lists by drawing "target" symbols around them.
Definition targetlistcomponent.h:38
std::unique_ptr< SkyObjectList > list
Pointer to list of objects to draw.
Definition targetlistcomponent.h:64
QString i18n(const char *text, const TYPE &arg...)
GeoCoordinates geo(const QVariant &location)
Rejected
virtual void done(int r)
virtual int exec()
void clear()
bool empty() const const
virtual QVariant data(int role) const const
virtual void setData(int role, const QVariant &value)
void setText(const QString &text)
QString arg(Args &&... args) const const
QString number(double n, char format, int precision)
UserRole
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
void setValue(QVariant &&value)
T value() const const
void setupUi(QWidget *widget)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:54:29 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:54:29 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.