Gui::SelectionFilterGatePython Class Reference
A Python wrapper around SelectionFilterPy to implement the SelectionGate interface. More...
#include <SelectionFilter.h>
Public Member Functions | |
bool allow (App::Document *, App::DocumentObject *, const char *) | |
SelectionFilterGatePython (SelectionFilterPy *obj) | |
Constructor. More... | |
virtual ~SelectionFilterGatePython () | |
![]() | |
virtual ~SelectionGate () | |
Additional Inherited Members | |
![]() | |
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... | |
Detailed Description
A Python wrapper around SelectionFilterPy to implement the SelectionGate interface.
Constructor & Destructor Documentation
◆ SelectionFilterGatePython()
SelectionFilterGatePython::SelectionFilterGatePython | ( | SelectionFilterPy * | obj | ) |
Constructor.
◆ ~SelectionFilterGatePython()
|
virtual |
Member Function Documentation
◆ allow()
|
virtual |
Implements Gui::SelectionGate.
The documentation for this class was generated from the following files:
- src/Gui/SelectionFilter.h
- src/Gui/SelectionFilter.cpp
bool allow(App::Document *, App::DocumentObject *, const char *)
Definition: SelectionFilter.cpp:132
SelectionSingleton & Selection(void)
Get the global instance.
Definition: Selection.h:747