Marlin
01.17.01
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
gui
addcondition.h
Go to the documentation of this file.
1
#ifndef ADDCONDITION_H
2
#define ADDCONDITION_H
3
11
#include <QDialog>
12
13
#include "
marlin/MarlinSteerCheck.h
"
14
15
class
QVBoxLayout;
16
class
QLineEdit;
17
class
QMainWindow
;
18
19
using namespace
marlin;
20
21
class
ACDialog
:
public
QDialog
22
{
23
Q_OBJECT
24
25
public
:
26
ACDialog
(
const
ACDialog
&) =
default
;
27
ACDialog
& operator=(
const
ACDialog
&) =
default
;
28
ACDialog
(
MarlinSteerCheck
* msc,
QWidget
*parent = 0, Qt::WFlags f = 0);
29
30
signals:
31
void
apply();
32
33
private
slots:
34
void
addCondition();
35
36
private
:
37
//Variables
38
QMainWindow
* _parent{};
39
QLineEdit *le{};
40
QVBoxLayout *mainLayout{};
41
42
MarlinSteerCheck
* _msc{};
43
};
44
45
#endif
QDialog
marlin::MarlinSteerCheck
this class is a Marlin Steering File consistency check Tool.
Definition:
MarlinSteerCheck.h:72
QWidget
ACDialog
Definition:
addcondition.h:21
QMainWindow
MarlinSteerCheck.h
Generated on Sun Sep 26 2021 03:47:03 for Marlin by
1.8.5