SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::simulation::SceneLoader::Listener Struct Reference

#include <SceneLoaderFactory.h>

to be able to inform when a scene is loaded More...

Detailed Description

to be able to inform when a scene is loaded

Public Member Functions

virtual void rightBeforeLoadingScene (SceneLoader *sceneLoader)
 callback called just before loading the scene file More...
 
virtual void rightAfterLoadingScene (sofa::simulation::NodeSPtr, SceneLoader *sceneLoader)
 callback called just after loading the scene file More...
 
virtual void rightBeforeReloadingScene (SceneLoader *sceneLoader)
 callback called just before reloading the scene file More...
 
virtual void rightAfterReloadingScene (sofa::simulation::NodeSPtr root, SceneLoader *sceneLoader)
 callback called just after reloading the scene file More...
 

Function details

◆ rightAfterLoadingScene()

void sofa::simulation::SceneLoader::Listener::rightAfterLoadingScene ( sofa::simulation::NodeSPtr  ,
SceneLoader sceneLoader 
)
virtual

callback called just after loading the scene file

◆ rightAfterReloadingScene()

void sofa::simulation::SceneLoader::Listener::rightAfterReloadingScene ( sofa::simulation::NodeSPtr  root,
SceneLoader sceneLoader 
)
virtual

callback called just after reloading the scene file

◆ rightBeforeLoadingScene()

void sofa::simulation::SceneLoader::Listener::rightBeforeLoadingScene ( SceneLoader sceneLoader)
virtual

callback called just before loading the scene file

◆ rightBeforeReloadingScene()

void sofa::simulation::SceneLoader::Listener::rightBeforeReloadingScene ( SceneLoader sceneLoader)
virtual

callback called just before reloading the scene file