#include <DlgFilletEdges.h>
Public Member Functions | |
DlgChamferEdges (Part::FilletBase *, QWidget *parent=nullptr, Qt::WindowFlags fl=Qt::WindowFlags()) | |
~DlgChamferEdges () | |
Public Member Functions inherited from PartGui::DlgFilletEdges | |
bool | accept () |
DlgFilletEdges (FilletType type, Part::FilletBase *, QWidget *parent=nullptr, Qt::WindowFlags fl=Qt::WindowFlags()) | |
~DlgFilletEdges () | |
Public Member Functions inherited from Gui::SelectionObserver | |
void | attachSelection () |
Attaches to the selection. More... | |
bool | blockSelection (bool block) |
void | detachSelection () |
Detaches from the selection. More... | |
bool | isSelectionAttached () const |
bool | isSelectionBlocked () const |
SelectionObserver (bool attach=true, ResolveMode resolve=ResolveMode::OldStyleElement) | |
Constructor. More... | |
SelectionObserver (const Gui::ViewProviderDocumentObject *vp, bool attach=true, ResolveMode resolve=ResolveMode::OldStyleElement) | |
Constructor. More... | |
virtual | ~SelectionObserver () |
Protected Member Functions | |
virtual const char * | getFilletType () const |
Protected Member Functions inherited from PartGui::DlgFilletEdges | |
void | changeEvent (QEvent *e) |
Sets the strings of the subwidgets using the current language. More... | |
void | findShapes () |
virtual const char * | getFilletType () const |
void | setupFillet (const std::vector< App::DocumentObject * > &) |
Additional Inherited Members | |
Public Types inherited from PartGui::DlgFilletEdges | |
enum | FilletType { FILLET , CHAMFER } |
DlgChamferEdges::DlgChamferEdges | ( | Part::FilletBase * | chamfer, |
QWidget * | parent = nullptr , |
||
Qt::WindowFlags | fl = Qt::WindowFlags() |
||
) |
DlgChamferEdges::~DlgChamferEdges | ( | ) |
|
protectedvirtual |
Reimplemented from PartGui::DlgFilletEdges.