Public Types | |
enum | Type { VERTEX, EDGE, FACE, ALL } |
Public Member Functions | |
bool | allow (App::Document *, App::DocumentObject *obj, const char *sSubName) |
void | setMode (Type mode) |
ShapeSelection () | |
Public Attributes | |
Type | mode |
Definition at line 55 of file TaskShapeBuilder.cpp.
Definition at line 58 of file TaskShapeBuilder.cpp.
PartGui::ShapeSelection::ShapeSelection | ( | ) | [inline] |
Definition at line 60 of file TaskShapeBuilder.cpp.
bool PartGui::ShapeSelection::allow | ( | App::Document * | , | |
App::DocumentObject * | obj, | |||
const char * | sSubName | |||
) | [inline, virtual] |
Reimplemented from Gui::SelectionFilterGate.
Definition at line 68 of file TaskShapeBuilder.cpp.
References ALL, EDGE, Part::Feature::getClassTypeId(), Base::BaseClass::isDerivedFrom(), mode, and VERTEX.
void PartGui::ShapeSelection::setMode | ( | Type | mode | ) | [inline] |
Definition at line 64 of file TaskShapeBuilder.cpp.
Definition at line 59 of file TaskShapeBuilder.cpp.
Referenced by allow().