Blender V4.3
NodeExtraInfoRow Struct Reference

#include <NOD_node_extra_info.hh>

Public Attributes

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

Detailed Description

Definition at line 13 of file NOD_node_extra_info.hh.

Member Data Documentation

◆ icon

int blender::nodes::NodeExtraInfoRow::icon = 0

Definition at line 15 of file NOD_node_extra_info.hh.

◆ text

std::string blender::nodes::NodeExtraInfoRow::text

Definition at line 14 of file NOD_node_extra_info.hh.

◆ tooltip

const char* blender::nodes::NodeExtraInfoRow::tooltip = nullptr

Definition at line 16 of file NOD_node_extra_info.hh.

◆ tooltip_fn

uiButToolTipFunc blender::nodes::NodeExtraInfoRow::tooltip_fn = nullptr

Definition at line 18 of file NOD_node_extra_info.hh.

◆ tooltip_fn_arg

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

Definition at line 19 of file NOD_node_extra_info.hh.

◆ tooltip_fn_free_arg

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

Definition at line 20 of file NOD_node_extra_info.hh.


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