MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / setIncludeRecent

Method setIncludeRecent

src/Mod/Material/App/MaterialFilterOptionsPyImp.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void MaterialFilterOptionsPy::setIncludeRecent(const Py::Boolean value)
80{
81 getMaterialFilterOptionsPtr()->setIncludeRecent(value);
82}
83
84Py::Boolean MaterialFilterOptionsPy::getIncludeEmptyFolders() const
85{

Callers 1

filterMaterialsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected