33 #ifndef COIN_SOVRMLANCHOR_H 34 #define COIN_SOVRMLANCHOR_H 36 #include <Inventor/VRMLnodes/SoVRMLParent.h> 37 #include <Inventor/nodes/SoSubNode.h> 38 #include <Inventor/fields/SoMFString.h> 39 #include <Inventor/fields/SoSFString.h> 40 #include <Inventor/fields/SoSFVec3f.h> 53 static void initClass(
void);
63 static void setFetchURLCallBack(SoVRMLAnchorCB *,
void * closure);
71 static SoVRMLAnchorCB * fetchurlcb;
72 static void * userdata;
74 SoVRMLAnchorP * pimpl;
77 #endif // ! COIN_SOVRMLANCHOR_H The SoBase class is the top-level superclass for a number of class-hierarchies.SoBase provides the ba...
Definition: SoBase.h:45
#define SO_NODE_HEADER(classname)
The SoVRMLParent node is a superclass for all VRML grouping nodes.
Definition: SoVRMLParent.h:43
SoSFString description
Definition: SoVRMLAnchor.h:57
The SoSFString class is a container for an SbString.This field is used where nodes, engines or other field containers needs to store a single string.
Definition: SoSFString.h:40
SoSFVec3f bboxSize
Definition: SoVRMLAnchor.h:61
The SoMFString class is a container for SbString values.This field is used where nodes, engines or other field containers needs to store arrays of strings.
Definition: SoMFString.h:40
SoMFString parameter
Definition: SoVRMLAnchor.h:58
The SoHandleEventAction class distributes user events to the scene.This is the action used by the GUI...
Definition: SoHandleEventAction.h:46
The SoVRMLAnchor class is used for linking to other URL resources.The detailed class documentation is...
Definition: SoVRMLAnchor.h:47
SoMFString url
Definition: SoVRMLAnchor.h:56
virtual void handleEvent(SoHandleEventAction *action)
Definition: SoGroup.cpp:715
The SoSFVec3f class is a container for an SbVec3f vector.This field is used where nodes...
Definition: SoSFVec3f.h:40
The SbString class is a string class with convenience functions for string operations.This is the class used for storing and working with character strings. It automatically takes care of supporting all the "bookkeeping" tasks usually associated with working with character strings, like memory allocation and deallocation etc.
Definition: SbString.h:52
SoSFVec3f bboxCenter
Definition: SoVRMLAnchor.h:60