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

Function drawSceneContextMenu_

source/MRViewer/MRSceneObjectsListDrawer.h:67–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 /// override this add custom context menu for selected objects
66 /// uniqueStr need to identify who call context menu
67 MRVIEWER_API virtual void drawSceneContextMenu_( const std::vector<std::shared_ptr<Object>>& /*selected*/, const std::string& /*uniqueStr*/ )
68 {}
69
70 /// override this to have custom UI in "Scene" window (under opened(expanded) object line)
71 /// \detail if onlyHeight is true, should return drawing height without rendering

Callers 1

drawObjectsList_Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected