Kstars

pwizfovtypeselection.h
1 /*
2  SPDX-FileCopyrightText: 2011 Rafał Kułaga <[email protected]>
3 
4  SPDX-License-Identifier: GPL-2.0-or-later
5 */
6 
7 #ifndef PWIZFOVTYPESELECTION_H
8 #define PWIZFOVTYPESELECTION_H
9 
10 #include "ui_pwizfovtypeselection.h"
11 #include "printingwizard.h"
12 
13 /**
14  * \class PWizFovTypeSelectionUI
15  * \brief User interface for "Select FOV capture method" step of the Printing Wizard.
16  * \author Rafał Kułaga
17  */
18 class PWizFovTypeSelectionUI : public QFrame, public Ui::PWizFovTypeSelection
19 {
20  Q_OBJECT
21  public:
22  /**
23  * \brief Constructor.
24  */
25  explicit PWizFovTypeSelectionUI(PrintingWizard *wizard, QWidget *parent = nullptr);
26 
27  /**
28  * \brief Get selected FOV export method.
29  * \return Selected FOV export method.
30  */
32 
33  private:
34  PrintingWizard *m_ParentWizard;
35 };
36 
37 #endif // PWIZFOVTYPESELECTION_H
Q_OBJECTQ_OBJECT
PrintingWizard::FOV_TYPE getFovExportType()
Get selected FOV export method.
Class representing Printing Wizard for KStars printed documents (currently only finder charts).
User interface for "Select FOV capture method" step of the Printing Wizard.
PWizFovTypeSelectionUI(PrintingWizard *wizard, QWidget *parent=nullptr)
Constructor.
QObject * parent() const const
FOV_TYPE
FOV export method type enumeration.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Sep 30 2023 04:02:45 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.