|
Blender V5.0
|
#include <NOD_node_extra_info.hh>
Public Attributes | |
| std::string | text |
| int | icon = 0 |
| StringRef | tooltip |
| uiButToolTipFunc | tooltip_fn = nullptr |
| void * | tooltip_fn_arg = nullptr |
| void(* | tooltip_fn_free_arg )(void *) = nullptr |
| void *(* | tooltip_fn_copy_arg )(void *) = nullptr |
| std::function< void(uiBut &)> | set_execute_fn |
Definition at line 13 of file NOD_node_extra_info.hh.
Definition at line 15 of file NOD_node_extra_info.hh.
| std::function<void(uiBut &)> blender::nodes::NodeExtraInfoRow::set_execute_fn |
Definition at line 23 of file NOD_node_extra_info.hh.
| std::string blender::nodes::NodeExtraInfoRow::text |
Definition at line 14 of file NOD_node_extra_info.hh.
Definition at line 16 of file NOD_node_extra_info.hh.
Definition at line 18 of file NOD_node_extra_info.hh.
Definition at line 19 of file NOD_node_extra_info.hh.
| void *(* blender::nodes::NodeExtraInfoRow::tooltip_fn_copy_arg) (void *) = nullptr |
Definition at line 21 of file NOD_node_extra_info.hh.
| void(* blender::nodes::NodeExtraInfoRow::tooltip_fn_free_arg) (void *) = nullptr |
Definition at line 20 of file NOD_node_extra_info.hh.