FreeCAD C++
|
#include <Mod/Mesh/Gui/Selection.h>
SelectionGate The selection gate allows or disallows selection of certain types. It has to be registered to the selection.
Public Attributes | |
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. Set this variable in allow() implementation. Enclose the literal into QT_TR_NOOP() for translatability. | |