simulation dialog for the TaskView More...
#include <TaskDatumParameters.h>
Public Member Functions | |
virtual bool accept () | |
is called by the framework if the dialog is accepted (Ok) More... | |
virtual bool reject () | |
is called by the framework if the dialog is rejected (Cancel) More... | |
TaskDlgDatumParameters (ViewProviderDatum *DatumView) | |
~TaskDlgDatumParameters () | |
![]() | |
virtual void clicked (int) | |
is called by the framework if an button is clicked which has no accept or reject role More... | |
virtual QDialogButtonBox::StandardButtons getStandardButtons (void) const | |
returns for Close and Help button More... | |
Gui::ViewProviderDocumentObject * getViewProvider () const | |
virtual bool isAllowedAlterDocument (void) const | |
is called by the framework if the user presses the help button More... | |
virtual void open () | |
is called the TaskView when the dialog is opened More... | |
TaskDlgAttacher (Gui::ViewProviderDocumentObject *ViewProvider, bool createBox=true) | |
~TaskDlgAttacher () | |
![]() | |
ButtonPosition buttonPosition () const | |
bool canClose () const | |
void emitDestructionSignal () | |
const std::vector< QWidget * > & getDialogContent (void) const | |
const std::string & getDocumentName () const | |
virtual void helpRequested () | |
is called by the framework if the user press the help button More... | |
virtual bool isAllowedAlterSelection (void) const | |
virtual bool isAllowedAlterView (void) const | |
bool isEscapeButtonEnabled () const | |
virtual void modifyStandardButtons (QDialogButtonBox *) | |
virtual bool needsFullSpace () const | |
void setButtonPosition (ButtonPosition p) | |
void setDocumentName (const std::string &doc) | |
void setEscapeButtonEnabled (bool on) | |
Defines whether a task dialog can be rejected by pressing Esc. More... | |
TaskDialog () | |
~TaskDialog () | |
Additional Inherited Members | |
![]() | |
enum ButtonPosition { North, South } | |
![]() | |
void aboutToBeDestroyed () | |
![]() | |
TaskAttacher * parameter | |
Gui::ViewProviderDocumentObject * ViewProvider | |
![]() | |
std::vector< QWidget * > Content | |
List of TaskBoxes of that dialog. More... | |
ButtonPosition pos | |
Detailed Description
simulation dialog for the TaskView
Constructor & Destructor Documentation
◆ TaskDlgDatumParameters()
TaskDlgDatumParameters::TaskDlgDatumParameters | ( | ViewProviderDatum * | DatumView | ) |
References Gui::TaskView::TaskDialog::Content, and PartGui::TaskDlgAttacher::parameter.
◆ ~TaskDlgDatumParameters()
TaskDlgDatumParameters::~TaskDlgDatumParameters | ( | ) |
Member Function Documentation
◆ accept()
|
virtual |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from PartGui::TaskDlgAttacher.
References PartGui::TaskDlgAttacher::accept(), PartGui::TaskAttacher::getActiveMapMode(), PartDesignGui::getBodyFor(), Gui::getMainWindow(), Gui::ViewProviderDocumentObject::getObject(), PartDesignGui::getPartFor(), App::PropertyLinkSubList::getSubValues(), App::PropertyLinkSubList::getValues(), PartDesignGui::TaskFeaturePick::makeCopy(), Attacher::mmDeactivated, PartGui::TaskDlgAttacher::parameter, App::PropertyLinkSubList::setValues(), and Part::AttachExtension::Support.
◆ reject()
|
virtual |
is called by the framework if the dialog is rejected (Cancel)
Reimplemented from PartGui::TaskDlgAttacher.
References PartGui::TaskDlgAttacher::reject().
The documentation for this class was generated from the following files:
- src/Mod/PartDesign/Gui/TaskDatumParameters.h
- src/Mod/PartDesign/Gui/TaskDatumParameters.cpp