#include <ReferenceSelection.h>
Public Member Functions | |
bool | allow (App::Document *pDoc, App::DocumentObject *pObj, const char *sSubName) |
Allow the user to pick only edges or faces (or both) from the defined support Optionally restrict the selection to planar edges/faces. More... | |
ReferenceSelection (const App::DocumentObject *support_, AllowSelectionFlags type) | |
Public Member Functions inherited from Gui::SelectionFilterGate | |
virtual bool | allow (App::Document *, App::DocumentObject *, const char *) |
SelectionFilterGate (const char *filter) | |
construct with the filter string More... | |
SelectionFilterGate (SelectionFilter *filter) | |
~SelectionFilterGate () | |
Public Member Functions inherited from Gui::SelectionGate | |
virtual bool | allow (App::Document *, App::DocumentObject *, const char *)=0 |
virtual | ~SelectionGate () |
Additional Inherited Members | |
Public Attributes inherited from Gui::SelectionGate | |
std::string | notAllowedReason |
notAllowedReason is a string that sets the message to be displayed in statusbar for cluing the user on why is the selection not allowed. More... | |
Protected Member Functions inherited from Gui::SelectionFilterGate | |
SelectionFilterGate () | |
Static Protected Member Functions inherited from Gui::SelectionFilterGate | |
static SelectionFilter * | nullPointer () |
static const char * | nullString () |
Protected Attributes inherited from Gui::SelectionFilterGate | |
SelectionFilter * | Filter |
PartDesignGui::ReferenceSelection::ReferenceSelection | ( | const App::DocumentObject * | support_, |
AllowSelectionFlags | type | ||
) |
|
virtual |
Allow the user to pick only edges or faces (or both) from the defined support Optionally restrict the selection to planar edges/faces.
Reimplemented from Gui::SelectionFilterGate.
References Base::Persistence::getClassTypeId(), App::DocumentObject::getDocument(), Part::Feature::getShapeOwner(), Base::Persistence::getTypeId(), Base::Type::isDerivedFrom(), PartDesignGui::OTHERBODY, and PartDesignGui::WHOLE.