| 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 |