#include <ProgressDialog.h>
Public Member Functions | |
ProgressDialog (SequencerDialog *s, QWidget *parent=nullptr) | |
Construction. More... | |
~ProgressDialog () | |
Destruction. More... | |
Protected Slots | |
void | onCancel () |
Protected Member Functions | |
bool | canAbort () const |
Friends | |
class | SequencerDialog |
ProgressDialog::ProgressDialog | ( | SequencerDialog * | s, |
QWidget * | parent = nullptr |
||
) |
Construction.
References draftgeoutils.intersections::connect(), and onCancel().
ProgressDialog::~ProgressDialog | ( | ) |
Destruction.
|
protected |
References Gui::getMainWindow().
Referenced by Gui::SequencerDialog::nextStep().
|
protectedslot |
References Base::SequencerBase::tryToCancel().
Referenced by ProgressDialog().
|
friend |