FreeCAD C++
Public Member Functions | List of all members
PartDesignGui::TaskDlgFeaturePick Class Reference

#include <Mod/PartDesign/Gui/TaskFeaturePick.h>

Detailed Description

simulation dialog for the TaskView

Public Member Functions

virtual void open ()
 is called the TaskView when the dialog is opened
 
virtual void clicked (int)
 is called by the framework if an button is clicked which has no accept or reject role
 
virtual bool accept ()
 is called by the framework if the dialog is accepted (Ok)
 
virtual bool reject ()
 is called by the framework if the dialog is rejected (Cancel)
 
virtual bool isAllowedAlterDocument (void) const
 is called by the framework if the user presses the help button
 
virtual QDialogButtonBox::StandardButtons getStandardButtons (void) const
 returns for Close and Help button
 
- Public Member Functions inherited from Gui::TaskView::TaskDialog
virtual bool isAllowedAlterView (void) const
 
virtual bool isAllowedAlterSelection (void) const
 
virtual void helpRequested ()
 is called by the framework if the user press the help button
 

Additional Inherited Members

- Protected Attributes inherited from Gui::TaskView::TaskDialog
std::vector< QWidget * > Content
 List of TaskBoxes of that dialog.