Kstars
capturepreviewwidget.cpp
23 connect(overlay->historyBackwardButton, &QPushButton::clicked, this, &CapturePreviewWidget::showPreviousFrame);
24 connect(overlay->historyForwardButton, &QPushButton::clicked, this, &CapturePreviewWidget::showNextFrame);
26 connect(overlay->deleteCurrentFrameButton, &QPushButton::clicked, this, &CapturePreviewWidget::deleteCurrentFrame);
58 void CapturePreviewWidget::updateJobProgress(Ekos::SequenceJob *job, const QSharedPointer<FITSData> &data)
105 // Hint: since the FITSView loads in the background, we have to wait for FITSView::load() to enable the layer
115 // Hint: since the FITSView loads in the background, we have to wait for FITSView::load() to enable the layer
154 // Hint: since the FITSView loads in the background, we have to wait for FITSView::load() to enable the layer
173 KSMessageBox::Instance()->warningContinueCancel(i18n("Do you really want to delete %1 from the file system?",
Supports controlling INDI telescope devices including setting/retrieving mount properties,...
Definition: mount.h:31
bool disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method)
bool remove()
void clicked(bool checked)
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void addWidget(QWidget *widget, int stretch, Qt::Alignment alignment)
void rejected()
QString i18n(const char *text, const TYPE &arg...)
void setupUi(QWidget *widget)
void setEnabled(bool)
Captures single or sequence of images from a CCD. The capture class support capturing single or multi...
Definition: capture.h:83
void newTargetName(const QString &name)
The mount has finished the slew to a new target.
QString name(StandardShortcut id)
void setContentsMargins(int left, int top, int right, int bottom)
The Ekos scheduler is a simple scheduler class to orchestrate automated multi object observation jobs...
Definition: scheduler.h:49
void accepted()
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Mon Aug 15 2022 04:04:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Mon Aug 15 2022 04:04:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.