#include <Inline.h>
Inheritance diagram for H3D::Inline::LoadedScene:

Public Member Functions | |
| ~LoadedScene () | |
| Destructor. | |
Protected Types | |
|
typedef TypedField< DependentMFNode< Group, FieldRef< H3DDisplayListObject, H3DDisplayListObject::DisplayList, &H3DDisplayListObject::displayList >, true >, Types< SFBool, MFString > > | LoadedSceneBase |
Protected Member Functions | |
| virtual void | update () |
| Update the group from the load and url field of the Inline node. | |
| virtual void | onAdd (Node *n) |
| Set up the routes we want to maintain from bound fields. | |
| virtual void | onRemove (Node *n) |
| Remove the routes we want to maintain from bound fields. | |
inputs[0] is the load field. inputs[1] is the url field.
|
|
Destructor. Clears the MFNode in order to get the correct onRemove function to be called upon destruction. Must be done in all subclasses that override onRemove (). |
1.4.5