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
Type | Name |
---|---|
virtual void | nodeChildAdded(HNodeR & vrParent, HNodeR & vrChild) |
virtual void | nodeChildRemoved(HNodeR & vrParent, HNodeR & vrChild) |
virtual void | nodeCreated(HNodeR & vrNode) |
virtual void | nodeDestroying(HNodeR & vrNode) |
virtual void | nodeParentChanged(HNodeR & vrNode, HNodeR & vrNewParent, HNodeR & vrOldParent) |
virtual void | nodeRenamed(HNodeR & vrNode) |
virtual void | nodeValuesChanged(HNodeR & vrNode) |
void | registerObserver(const char * metaName) Registers a class implementing static observer functions as an observer of the specified metanode. |
void | registerUpdateable() |
void | unRegisterObserver(const char * metaName) Unregisters a class implementing static observer functions as an observer of the specified metanode. |
void | unRegisterUpdateable() |
virtual void | update(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
)