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

Go to the source code of this file.

Classes

class  SoWWWInline
  VSG extension Node that refers to children through a URL. More...
 

Typedefs

typedef void SoWWWInlineFetchURLCB(const SbString &url, void *userData, SoWWWInline *node)
 This is the format for callbacks that will get URL data for us.
 

Typedef Documentation

◆ SoWWWInlineFetchURLCB

typedef void SoWWWInlineFetchURLCB(const SbString &url, void *userData, SoWWWInline *node)

This is the format for callbacks that will get URL data for us.

Once they get the data, they should call the setChildData() method.

Definition at line 71 of file SoWWWInline.h.