#include <TaskChamfer.h>
Public Member Functions | |
bool | accept () |
ChamferWidget (QWidget *parent=0, Qt::WFlags fl=0) | |
~ChamferWidget () | |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
void | findShapes () |
Definition at line 69 of file TaskChamfer.h.
ChamferWidget::ChamferWidget | ( | QWidget * | parent = 0 , |
|
Qt::WFlags | fl = 0 | |||
) |
Definition at line 164 of file TaskChamfer.cpp.
References draftlibs::fcgeo::bind(), draftlibs::fcgeo::connect(), findShapes(), App::GetApplication(), Sketcher::Horizontal, Gui::Selection(), App::Application::signalDeletedObject, and App::Application::signalDeleteDocument.
ChamferWidget::~ChamferWidget | ( | ) |
Definition at line 200 of file TaskChamfer.cpp.
References Gui::Selection().
bool ChamferWidget::accept | ( | void | ) |
Definition at line 494 of file TaskChamfer.cpp.
References App::Document::commitTransaction(), Gui::Command::copyVisual(), App::Application::getActiveDocument(), App::GetApplication(), App::Document::getUniqueObjectName(), Gui::Application::Instance, App::Document::openTransaction(), App::Document::recompute(), and Py::type().
Referenced by PartDesignGui::TaskChamfer::accept().
void ChamferWidget::changeEvent | ( | QEvent * | e | ) | [protected] |
Definition at line 335 of file TaskChamfer.cpp.
References RobotExampleTrajectoryOutOfShapes::count.
void ChamferWidget::findShapes | ( | ) | [protected] |
Definition at line 306 of file TaskChamfer.cpp.
References App::Application::getActiveDocument(), App::GetApplication(), Part::Feature::getClassTypeId(), App::Document::getObjectsOfType(), and Gui::Selection().
Referenced by ChamferWidget().