Skip to content

Commit

Permalink
[webgeom] provide access to web window from web viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Jan 21, 2025
1 parent 526d599 commit 1d1409f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions geom/webviewer/inc/ROOT/RGeomViewer.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ public:
void SetTitle(const std::string &title) { fTitle = title; }
const std::string &GetTitle() const { return fTitle; }

std::shared_ptr<RWebWindow> GetWindow() { return fWebWindow; }

std::string GetWindowAddr() const;

std::string GetWindowUrl(bool remote);
Expand Down

0 comments on commit 1d1409f

Please sign in to comment.