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

Method isAnnotationViewProvider

src/Gui/Document.cpp:842–850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840}
841
842bool Document::isAnnotationViewProvider(const ViewProvider* vp) const
843{
844 for (const auto& va : d->_ViewProviderMapAnnotation) {
845 if (va.second == vp) {
846 return true;
847 }
848 }
849 return false;
850}
851
852
853ViewProvider* Document::takeAnnotationViewProvider(const char* name)

Callers 1

getActiveViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected