Kstars

pwizfovmanual.h
1/*
2 SPDX-FileCopyrightText: 2011 Rafał Kułaga <rl.kulaga@gmail.com>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#ifndef PWIZFOVMANUAL_H
8#define PWIZFOVMANUAL_H
9
10#include "ui_pwizfovmanual.h"
11
12class PrintingWizard;
13
14/**
15 * \class PWizFovManualUI
16 * \brief User interface for "Manual FOV capture" step of the Printing Wizard.
17 * \author Rafał Kułaga
18 */
19class PWizFovManualUI : public QFrame, public Ui::PWizFovManual
20{
22 public:
23 /**
24 * \brief Constructor.
25 */
26 explicit PWizFovManualUI(PrintingWizard *wizard, QWidget *parent = nullptr);
27
28 private slots:
29 /**
30 * \brief Slot: enter manual FOV capture mode.
31 */
32 void slotExportFov();
33
34 private:
35 PrintingWizard *m_ParentWizard;
36};
37
38#endif // PWIZFOVMANUAL_H
User interface for "Manual FOV capture" step of the Printing Wizard.
PWizFovManualUI(PrintingWizard *wizard, QWidget *parent=nullptr)
Constructor.
Class representing Printing Wizard for KStars printed documents (currently only finder charts).
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:59:52 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.