Blender  V3.3
Public Attributes | List of all members
blender::ed::space_node::NodeExtraInfoRow Struct Reference

Public Attributes

std::string text
 
int icon
 
const char * tooltip = nullptr
 
uiButToolTipFunc tooltip_fn = nullptr
 
voidtooltip_fn_arg = nullptr
 
void(* tooltip_fn_free_arg )(void *) = nullptr
 

Detailed Description

Definition at line 1748 of file node_draw.cc.

Member Data Documentation

◆ icon

int blender::ed::space_node::NodeExtraInfoRow::icon

◆ text

std::string blender::ed::space_node::NodeExtraInfoRow::text

◆ tooltip

const char* blender::ed::space_node::NodeExtraInfoRow::tooltip = nullptr

◆ tooltip_fn

uiButToolTipFunc blender::ed::space_node::NodeExtraInfoRow::tooltip_fn = nullptr

◆ tooltip_fn_arg

void* blender::ed::space_node::NodeExtraInfoRow::tooltip_fn_arg = nullptr

◆ tooltip_fn_free_arg

void(* blender::ed::space_node::NodeExtraInfoRow::tooltip_fn_free_arg) (void *) = nullptr

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