Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoWWWAnchor.h File Reference

Go to the source code of this file.

Classes

class  SoWWWAnchor
  VSG extension Separator group node with a URL hyperlink. More...
 

Typedefs

typedef void SoWWWAnchorCB(const SbString &url, void *userData, SoWWWAnchor *node)
 This is the format for callbacks during anchor activation (left mouse click) and highlight (move over the anchor).
 

Typedef Documentation

◆ SoWWWAnchorCB

typedef void SoWWWAnchorCB(const SbString &url, void *userData, SoWWWAnchor *node)

This is the format for callbacks during anchor activation (left mouse click) and highlight (move over the anchor).

The URL for the anchor is passed, with additional information as described by the map field tagged onto the URL.

Definition at line 67 of file SoWWWAnchor.h.