MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / drawObject_

Method drawObject_

source/MRViewer/MRSceneObjectsListDrawer.cpp:421–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421bool SceneObjectsListDrawer::drawObject_( Object& object, const std::string& uniqueStr, int /*depth*/ )
422{
423 const bool hasRealChildren = !object.isAncillary() && objectHasSelectableChildren( object );
424
425 drawObjectVisibilityCheckbox_( object, uniqueStr );
426 drawCustomObjectPrefixInScene_( object, false );
427 return drawObjectCollapsingHeader_( object, uniqueStr, hasRealChildren );
428}
429
430bool SceneObjectsListDrawer::drawSkippedObject_( Object& object, const std::string& uniqueStr, int )
431{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected