11 : QDialog(parent, Qt::Tool),
13 m_selectedOperation(UNION),
17 connect(unionPushButton, SIGNAL(clicked()),
this, SLOT(
unionSelected()));
18 connect(interPushButton, SIGNAL(clicked()),
this,
20 connect(diffPushButton, SIGNAL(clicked()),
this, SLOT(
diffSelected()));
21 connect(symDiffPushButton, SIGNAL(clicked()),
this,
23 connect(swapToolButton, SIGNAL(clicked()),
this, SLOT(
swap()));
27 meshALineEdit->setText(A);
28 meshBLineEdit->setText(B);
54 QString A = meshALineEdit->text();
55 QString B = meshBLineEdit->text();
CSG_OPERATION m_selectedOperation
ccCorkDlg(QWidget *parent=0)
Default constructor.
void setNames(QString A, QString B)
Set meshes names.