Kstars

meridianflipstatuswidget.h
1/* Progress and status of the meridian flip
2 SPDX-FileCopyrightText: Wolfgang Reissenberger <sterne-jaeger@openfuture.de>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "ui_meridianflipstatuswidget.h"
10#include "ekos/ekos.h"
11
12#include <KLed>
13#include <QWidget>
14
15namespace Ekos
16{
17
18class MeridianFlipStatusWidget : public QWidget, Ui::MeridianFlipStatusWidget
19{
21public:
22 MeridianFlipStatusWidget(QWidget *parent = nullptr);
23
24 /**
25 * @brief Change the status text and LED color
26 */
27 void setStatus(QString text);
28
29 /**
30 * @brief retrieve the currently displayed status
31 */
32 QString getStatus();
33
35
36};
37
38} // namespace
Ekos is an advanced Astrophotography tool for Linux.
Definition align.cpp:78
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:03 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.