#include <DlgEditFileIncludePropertyExternal.h>
Public Member Functions | |
DlgEditFileIncludePropertyExternal (App::PropertyFileIncluded &Prop, QWidget *parent=nullptr, Qt::WindowFlags fl=Qt::WindowFlags()) | |
Constructs a DlgEditFileIncludePropertyExternal which is a child of 'parent', with the name 'name' and widget flags set to 'f'. More... | |
int | Do (void) |
virtual | ~DlgEditFileIncludePropertyExternal () |
Destroys the object and frees any allocated resources. More... | |
Public Member Functions inherited from Gui::Dialog::DlgRunExternal | |
DlgRunExternal (QWidget *parent=nullptr, Qt::WindowFlags fl=Qt::WindowFlags()) | |
Constructs a DlgRunExternal which is a child of 'parent', with the name 'name' and widget flags set to 'f'. More... | |
int | Do (void) |
virtual | ~DlgRunExternal () |
Destroys the object and frees any allocated resources. More... | |
Protected Attributes | |
App::PropertyFileIncluded & | Prop |
Protected Attributes inherited from Gui::Dialog::DlgRunExternal | |
bool | advancedHidden |
QProcess | process |
Additional Inherited Members | |
Public Attributes inherited from Gui::Dialog::DlgRunExternal | |
QStringList | arguments |
QString | ProcName |
Protected Slots inherited from Gui::Dialog::DlgRunExternal | |
virtual void | abort (void) |
virtual void | accept (void) |
virtual void | advanced (void) |
void | finished (int exitCode, QProcess::ExitStatus exitStatus) |
void | on_chooseProgram_clicked () |
virtual void | reject (void) |
DlgEditFileIncludePropertyExternal::DlgEditFileIncludePropertyExternal | ( | App::PropertyFileIncluded & | Prop, |
QWidget * | parent = nullptr , |
||
Qt::WindowFlags | fl = Qt::WindowFlags() |
||
) |
Constructs a DlgEditFileIncludePropertyExternal which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
The dialog will by default be modeless, unless you set 'modal' to true to construct a modal dialog.
|
virtual |
Destroys the object and frees any allocated resources.
int DlgEditFileIncludePropertyExternal::Do | ( | void | ) |
|
protected |
Referenced by Do().