Kstars

wilpsettings.h
1/*
2 SPDX-FileCopyrightText: 2013 Samikshan Bairagya <samikshan@gmail.com>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "ui_wilpsettings.h"
10
11class KStars;
12
13/**
14 * @class WILPSettings
15 * @brief User interface for "Light Pollution Settings" page in WI settings dialog
16 * This class deals with light pollution settings for WI. The user sets the bortle
17 * dark-sky rating for the night sky, and this value is used to calculate one of the
18 * parameters that decides the limiting mangnitude.
19 *
20 * @author Samikshan Bairagya
21 */
22class WILPSettings : public QFrame, public Ui::WILPSettings
23{
25
26 public:
27 explicit WILPSettings(KStars *ks);
28
29 private:
30 KStars *m_Ks { nullptr };
31};
This is the main window for KStars.
Definition kstars.h:91
User interface for "Light Pollution Settings" page in WI settings dialog This class deals with light ...
Q_OBJECTQ_OBJECT
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:04 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.