BALL
1.5.0
include
BALL
VIEW
DIALOGS
parsedFunctionDialog.h
Go to the documentation of this file.
1
// -*- Mode: C++; tab-width: 2; -*-
2
// vi: set ts=2:
3
//
4
5
#ifndef BALL_VIEW_DIALOGS_PARSEDFUNCTIONDIALOG_H
6
#define BALL_VIEW_DIALOGS_PARSEDFUNCTIONDIALOG_H
7
8
#ifndef BALL_COMMON_GLOBAL_H
9
# include <
BALL/COMMON/global.h
>
10
#endif
11
12
#include <BALL/VIEW/UIC/ui_parsedFunctionDialog.h>
13
14
#include <QtWidgets/QDialog>
15
16
namespace
BALL
17
{
18
namespace
VIEW
19
{
23
class
BALL_VIEW_EXPORT
ParsedFunctionDialog
24
:
public
QDialog
,
25
public
Ui_ParsedFunctionDialogData
26
{
27
Q_OBJECT
28
29
public
:
30
ParsedFunctionDialog
(
QWidget
* parent = 0,
const
char
* name =
"ParsedFunctionDialog"
);
31
~ParsedFunctionDialog
();
32
};
33
34
} }
//namespaces
35
#endif
global.h
QDialog
BALL
Definition:
constants.h:13
BALL::VIEW::ParsedFunctionDialog::~ParsedFunctionDialog
~ParsedFunctionDialog()
QWidget
BALL_VIEW_EXPORT
#define BALL_VIEW_EXPORT
Definition:
COMMON/global.h:52
BALL::VIEW::ParsedFunctionDialog
Definition:
parsedFunctionDialog.h:26
BALL::VIEW::ParsedFunctionDialog::ParsedFunctionDialog
ParsedFunctionDialog(QWidget *parent=0, const char *name="ParsedFunctionDialog")
Generated by
1.8.20