swift
src
gui
components
interpolationcomponent.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
2
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3
5
6
#ifndef SWIFT_GUI_COMPONENTS_INTERPOLATIONCOMPONENT_H
7
#define SWIFT_GUI_COMPONENTS_INTERPOLATIONCOMPONENT_H
8
9
#include <QFrame>
10
#include <QScopedPointer>
11
12
#include "
gui/swiftguiexport.h
"
13
14
namespace
Ui
15
{
16
class
CInterpolationComponent;
17
}
18
namespace
swift::gui::components
19
{
21
class
SWIFT_GUI_EXPORT
CInterpolationComponent
:
public
QFrame
22
{
23
Q_OBJECT
24
25
public
:
27
explicit
CInterpolationComponent
(QWidget *parent =
nullptr
);
28
30
virtual
~
CInterpolationComponent
()
override
;
31
32
private
:
33
QScopedPointer<Ui::CInterpolationComponent> ui;
34
36
void
displayInterpolationMessages();
37
};
38
}
// namespace swift::gui::components
39
40
#endif
// SWIFT_GUI_COMPONENTS_INTERPOLATIONCOMPONENT_H
swift::gui::components::CInterpolationComponent
Interpolation.
Definition:
interpolationcomponent.h:22
swift::gui::components
High level reusable GUI components.
Definition:
aboutdialog.cpp:13
swiftguiexport.h
SWIFT_GUI_EXPORT
#define SWIFT_GUI_EXPORT
Export a class or function from the library.
Definition:
swiftguiexport.h:19
Generated on Wed Jun 11 2025 08:21:20 for swift by
1.9.1