Gui::Dialog::DlgEditFileIncludePropertyExternal Class Reference
#include <DlgEditFileIncludePropertyExternal.h>
Public Member Functions | |
| DlgEditFileIncludePropertyExternal (App::PropertyFileIncluded &Prop, QWidget *parent=0, Qt::WindowFlags fl=0) | |
| 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=0, Qt::WindowFlags fl=0) | |
| 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) |
Detailed Description
Constructor & Destructor Documentation
◆ DlgEditFileIncludePropertyExternal()
| DlgEditFileIncludePropertyExternal::DlgEditFileIncludePropertyExternal | ( | App::PropertyFileIncluded & | Prop, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | fl = 0 |
||
| ) |
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.
◆ ~DlgEditFileIncludePropertyExternal()
|
virtual |
Destroys the object and frees any allocated resources.
Member Function Documentation
◆ Do()
| int DlgEditFileIncludePropertyExternal::Do | ( | void | ) |
Member Data Documentation
◆ Prop
|
protected |
Referenced by Do().
The documentation for this class was generated from the following files:
- src/Gui/DlgEditFileIncludePropertyExternal.h
- src/Gui/DlgEditFileIncludePropertyExternal.cpp
Public Member Functions inherited from
1.8.17