28 named(
const std::string& name =
"");
30 const std::string& get_name()
const;
32 void set_name(
const std::string&
_name);
38 std::string get_type_name()
const;
43 inline static named_ptr cast(
base* b) {
return b->get_named(); }
58#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
std::string name
store the name as a string
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< named, true > named_ptr
ref counted pointer to a node
data::ref_ptr< const named, true > const_named_ptr
ref counted pointer to a const node