vrtree_cpp::ObserverWrapper
Wraps a class implementing static observer functions accepting refcounted handles. More...
#include <interface_helpers.hpp>
Public Functions
Type | Name |
---|---|
void | NodeChildAdded(HNode vrParent, HNode vrChild, void * ) |
void | NodeChildRemoved(HNode vrParent, HNode vrChild, void * ) |
void | NodeCreated(HNode vrNode, void * ) |
void | NodeDestroying(HNode vrNode, void * ) |
void | NodeParentChanged(HNode vrNode, HNode vrNewParent, HNode vrOldParent, void * ) |
void | NodeRenamed(HNode vrNode, void * ) |
void | NodeValuesChanged(HNode vrNode, void * ) |
Detailed Description
template <typename T >
struct vrtree_cpp::ObserverWrapper;
Wraps a class implementing static observer functions accepting refcounted handles.
Public Functions Documentation
NodeChildAdded
static inline void NodeChildAdded(
HNode vrParent,
HNode vrChild,
void *
)
NodeChildRemoved
static inline void NodeChildRemoved(
HNode vrParent,
HNode vrChild,
void *
)
NodeCreated
static inline void NodeCreated(
HNode vrNode,
void *
)
NodeDestroying
static inline void NodeDestroying(
HNode vrNode,
void *
)
NodeParentChanged
static inline void NodeParentChanged(
HNode vrNode,
HNode vrNewParent,
HNode vrOldParent,
void *
)
NodeRenamed
static inline void NodeRenamed(
HNode vrNode,
void *
)
NodeValuesChanged
static inline void NodeValuesChanged(
HNode vrNode,
void *
)