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());
DetailDialog is a window showing detailed information for a selected object.
Definition detaildialog.h:71
void setClickedPoint(const SkyPoint *f)
Set the ClickedPoint to the skypoint given as an argument.
Definition skymap.cpp:1008
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:1173
Provides all necessary information about an object in the sky: its coordinates, name(s),...
Definition skyobject.h:42
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()
const_reference at(qsizetype i) const const
void clear()
bool empty() const const
void addItem(QListWidgetItem *item)
QListWidgetItem * currentItem() const const
void setCurrentRow(int row)
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-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.