|
Blender V4.5
|
#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 |
Definition at line 13 of file NOD_node_extra_info.hh.
Definition at line 15 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_free_arg) (void *) = nullptr |
Definition at line 20 of file NOD_node_extra_info.hh.