#include <DlgEditFileIncludeProptertyExternal.h>
Public Member Functions | |
DlgEditFileIncludePropertyExternal (App::PropertyFileIncluded &Prop, QWidget *parent=0, Qt::WFlags fl=0) | |
Constructs a DlgEditFileIncludePropertyExternal which is a child of 'parent', with the name 'name' and widget flags set to 'f'. | |
int | Do (void) |
virtual | ~DlgEditFileIncludePropertyExternal () |
Destroys the object and frees any allocated resources. | |
Protected Attributes | |
App::PropertyFileIncluded & | Prop |
Definition at line 37 of file DlgEditFileIncludeProptertyExternal.h.
DlgEditFileIncludePropertyExternal::DlgEditFileIncludePropertyExternal | ( | App::PropertyFileIncluded & | Prop, | |
QWidget * | parent = 0 , |
|||
Qt::WFlags | 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.
Definition at line 47 of file DlgEditFileIncludeProptertyExternal.cpp.
DlgEditFileIncludePropertyExternal::~DlgEditFileIncludePropertyExternal | ( | ) | [virtual] |
Destroys the object and frees any allocated resources.
Definition at line 57 of file DlgEditFileIncludeProptertyExternal.cpp.
int DlgEditFileIncludePropertyExternal::Do | ( | void | ) |
Reimplemented from Gui::Dialog::DlgRunExternal.
Definition at line 63 of file DlgEditFileIncludeProptertyExternal.cpp.
References Gui::Dialog::DlgRunExternal::arguments, draftlibs::dxfLibrary::copy, DrawingExample::file, App::PropertyFileIncluded::getValue(), Prop, and App::PropertyFileIncluded::setValue().
Definition at line 49 of file DlgEditFileIncludeProptertyExternal.h.
Referenced by Do().