Kstars
opssatellites.cpp
22 SatelliteSortFilterProxyModel::SatelliteSortFilterProxyModel(QObject *parent) : QSortFilterProxyModel(parent)
26 bool SatelliteSortFilterProxyModel::filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const
63 connect(m_ConfigDialog->button(QDialogButtonBox::Cancel), SIGNAL(clicked()), SLOT(slotCancel()));
65 connect(m_Model, SIGNAL(itemChanged(QStandardItem*)), this, SLOT(slotItemChanged(QStandardItem*)));
68 connect(satelliteButtonGroup, static_cast<void (QButtonGroup::*)(int)>(&QButtonGroup::buttonPressed), this,
71 connect(satelliteButtonGroup, static_cast<void (QButtonGroup::*)(int)>(&QButtonGroup::idPressed), this,
248 disconnect(m_Model, SIGNAL(itemChanged(QStandardItem*)), this, SLOT(slotItemChanged(QStandardItem*)));
289 connect(m_Model, SIGNAL(itemChanged(QStandardItem*)), this, SLOT(slotItemChanged(QStandardItem*)));
void append(const T &value)
RegExp
void updateTime(const bool automaticDSTchange=true)
Update time-dependent data and (possibly) repaint the sky map.
Definition: kstars.cpp:556
CaseInsensitive
Qt::CheckState checkState() const const
int count(const T &value) const const
NoEditTriggers
Definition: kstarsdata.h:71
void setFullTimeUpdate()
The Sky is updated more frequently than the moon, which is updated more frequently than the planets.
Definition: kstarsdata.cpp:313
virtual void setSourceModel(QAbstractItemModel *sourceModel) override
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void showMessage(const QString &message, int timeout)
QVariant data(int role) const const
QString i18n(const char *text, const TYPE &arg...)
Satellite * findSatellite(QString name)
Search a satellite by name.
Definition: satellitescomponent.cpp:196
QByteArray toUtf8() const const
const T & at(int i) const const
QFuture< void > filter(Sequence &sequence, KeepFunctor filterFunction)
QStandardItem * parent() const const
QModelIndex index() const const
Definition: satellitegroup.h:20
static KConfigDialog * exists(const QString &name)
void setChild(int row, int column, QStandardItem *item)
QList< SatelliteGroup * > groups()
Definition: satellitescomponent.cpp:191
This is the main window for KStars. In addition to the GUI elements, the class contains the program c...
Definition: kstars.h:90
void setupUi(QWidget *widget)
bool hasChildren() const const
QStatusBar * statusBar() const const
void buttonPressed(QAbstractButton *button)
void idPressed(int id)
QString sgp4ErrorString(int code)
sgp4ErrorString Get error string associated with sgp4 calculation failure
Definition: satellite.cpp:1232
virtual QVariant data(int role) const const
QString i18nc(const char *context, const char *text, const TYPE &arg...)
void forceUpdate(bool now=false)
Recalculates the positions of objects in the sky, and then repaints the sky map.
Definition: skymap.cpp:1176
Checked
void setCheckable(bool checkable)
bool contains(QChar ch, Qt::CaseSensitivity cs) const const
QPushButton * button(QDialogButtonBox::StandardButton which) const
void setCheckState(Qt::CheckState state)
Definition: satellite.h:22
QString toString() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Sep 27 2023 04:02:12 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Sep 27 2023 04:02:12 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.