Blender V5.0
blender::nodes::NodeExtraInfoRow Struct Reference

#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

Detailed Description

Definition at line 13 of file NOD_node_extra_info.hh.

Member Data Documentation

◆ icon

◆ set_execute_fn

std::function<void(uiBut &)> blender::nodes::NodeExtraInfoRow::set_execute_fn

◆ text

◆ tooltip

◆ tooltip_fn

◆ tooltip_fn_arg

void* blender::nodes::NodeExtraInfoRow::tooltip_fn_arg = nullptr

◆ tooltip_fn_copy_arg

void *(* blender::nodes::NodeExtraInfoRow::tooltip_fn_copy_arg) (void *) = nullptr

◆ tooltip_fn_free_arg

void(* blender::nodes::NodeExtraInfoRow::tooltip_fn_free_arg) (void *) = nullptr

The documentation for this struct was generated from the following file: