4#include <cgv/data/ref_ptr.h>
27 node(
const std::string& name =
"");
39 std::string get_type_name()
const;
44 inline static node_ptr cast(
base* b) {
return b->get_node(); }
59#include <cgv/config/lib_end.h>
base class for all classes that can be registered with support for dynamic properties (see also secti...
base class for all gui types
The node class keeps a pointer to its parent.
node_ptr parent
store a pointer to the parent node
complete implementation of method actions that only call one method when entering a node
reference counted pointer, which can work together with types that are derived from ref_counted,...
data::ref_ptr< const node, true > const_node_ptr
ref counted pointer to a const node
data::ref_ptr< node, true > node_ptr
ref counted pointer to a node