|
Marlin
01.17.01
|
#include <addcondition.h>
Inheritance diagram for ACDialog:Signals | |
| void | apply () |
Public Member Functions | |
| ACDialog (const ACDialog &)=default | |
| ACDialog & | operator= (const ACDialog &)=default |
| ACDialog (MarlinSteerCheck *msc, QWidget *parent=0, Qt::WFlags f=0) | |
Private Slots | |
| void | addCondition () |
Private Attributes | |
| QMainWindow * | _parent {} |
| QLineEdit * | le {} |
| QVBoxLayout * | mainLayout {} |
| MarlinSteerCheck * | _msc {} |
Definition at line 21 of file addcondition.h.
|
default |
| ACDialog::ACDialog | ( | MarlinSteerCheck * | msc, |
| QWidget * | parent = 0, |
||
| Qt::WFlags | f = 0 |
||
| ) |
Definition at line 9 of file addcondition.cpp.
References _parent, addCondition(), apply(), le, and mainLayout.
|
privateslot |
Definition at line 49 of file addcondition.cpp.
References _msc, marlin::MarlinSteerCheck::addCondition(), apply(), and le.
Referenced by ACDialog().
|
signal |
Referenced by ACDialog(), and addCondition().
|
private |
Definition at line 42 of file addcondition.h.
Referenced by addCondition().
|
private |
Definition at line 38 of file addcondition.h.
Referenced by ACDialog().
|
private |
Definition at line 39 of file addcondition.h.
Referenced by ACDialog(), and addCondition().
|
private |
Definition at line 40 of file addcondition.h.
Referenced by ACDialog().
1.8.5