Kstars

pwizfovtypeselection.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 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 */
18class PWizFovTypeSelectionUI : public QFrame, public Ui::PWizFovTypeSelection
19{
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
User interface for "Select FOV capture method" step of the Printing Wizard.
PrintingWizard::FOV_TYPE getFovExportType()
Get selected FOV export method.
PWizFovTypeSelectionUI(PrintingWizard *wizard, QWidget *parent=nullptr)
Constructor.
Class representing Printing Wizard for KStars printed documents (currently only finder charts).
FOV_TYPE
FOV export method type enumeration.
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.