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

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

Detailed Description

A common base for sketch based, dressup and other solid parameters dialogs.

Public Member Functions

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)
 
PartDesignGui::ViewProviderviewProvider () const
 Returns the view provider dialog is runed for.
 
- Public Member Functions inherited from Gui::TaskView::TaskDialog
virtual QDialogButtonBox::StandardButtons getStandardButtons (void) const
 tells the framework which buttons are wished for the dialog
 
virtual bool isAllowedAlterDocument (void) const
 
virtual bool isAllowedAlterView (void) const
 
virtual bool isAllowedAlterSelection (void) const
 
virtual void open ()
 is called by the framework when the dialog is opened
 
virtual void clicked (int)
 is called by the framework if a button is clicked which has no accept or reject role
 
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.