3#include <cgv/base/base.h>
4#include <cgv/data/ref_ptr.h>
27 std::string get_type_name()
const;
29 std::string get_property_declarations();
31 bool set_void(
const std::string&
property,
const std::string& value_type,
const void* value_ptr);
33 bool get_void(
const std::string&
property,
const std::string& value_type,
void* value_ptr);
40#include <cgv/config/lib_end.h>
base class for all classes that can be registered with support for dynamic properties (see also secti...
interface to the console of the application with implementation of the property interface
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,...
cgv::data::ref_ptr< console, true > console_ptr
pointer to console