Skip to main content

vrtree_cpp::NodeManager

Utility class providing an interface for responding to changes to specified metanodes; with an additional update function, which will be called every time a frame is drawn.

#include <interface_helpers.hpp>

Public Functions

TypeName
virtual voidnodeChildAdded(HNodeR & vrParent, HNodeR & vrChild)
virtual voidnodeChildRemoved(HNodeR & vrParent, HNodeR & vrChild)
virtual voidnodeCreated(HNodeR & vrNode)
virtual voidnodeDestroying(HNodeR & vrNode)
virtual voidnodeParentChanged(HNodeR & vrNode, HNodeR & vrNewParent, HNodeR & vrOldParent)
virtual voidnodeRenamed(HNodeR & vrNode)
virtual voidnodeValuesChanged(HNodeR & vrNode)
voidregisterObserver(const char * metaName)
Registers a class implementing static observer functions as an observer of the specified metanode.
voidregisterUpdateable()
voidunRegisterObserver(const char * metaName)
Unregisters a class implementing static observer functions as an observer of the specified metanode.
voidunRegisterUpdateable()
virtual voidupdate(double deltaTime)

Public Functions Documentation

nodeChildAdded

inline virtual void nodeChildAdded(
HNodeR & vrParent,
HNodeR & vrChild
)

nodeChildRemoved

inline virtual void nodeChildRemoved(
HNodeR & vrParent,
HNodeR & vrChild
)

nodeCreated

inline virtual void nodeCreated(
HNodeR & vrNode
)

nodeDestroying

inline virtual void nodeDestroying(
HNodeR & vrNode
)

nodeParentChanged

inline virtual void nodeParentChanged(
HNodeR & vrNode,
HNodeR & vrNewParent,
HNodeR & vrOldParent
)

nodeRenamed

inline virtual void nodeRenamed(
HNodeR & vrNode
)

nodeValuesChanged

inline virtual void nodeValuesChanged(
HNodeR & vrNode
)

registerObserver

inline void registerObserver(
const char * metaName
)

Registers a class implementing static observer functions as an observer of the specified metanode.

registerUpdateable

inline void registerUpdateable()

unRegisterObserver

inline void unRegisterObserver(
const char * metaName
)

Unregisters a class implementing static observer functions as an observer of the specified metanode.

unRegisterUpdateable

inline void unRegisterUpdateable()

update

inline virtual void update(
double deltaTime
)