Blender V5.0
blender::ed::spreadsheet::ViewerDataPath Struct Reference

Public Member Functions

 BLI_STRUCT_EQUALITY_OPERATORS_3 (ViewerDataPath, viewer_item, bundles, closure_input_output)
 ViewerDataPath ()=default
 ViewerDataPath (const SpreadsheetTableIDGeometry &table_id)
 ViewerDataPath (const Span< const ViewerDataTreeItem * > tree_items)
void store (SpreadsheetTableIDGeometry &table_id)

Public Attributes

int viewer_item
Vector< StringRefbundles
SpreadsheetClosureInputOutput closure_input_output = SPREADSHEET_CLOSURE_NONE

Detailed Description

Definition at line 1021 of file spreadsheet_dataset_draw.cc.

Constructor & Destructor Documentation

◆ ViewerDataPath() [1/3]

blender::ed::spreadsheet::ViewerDataPath::ViewerDataPath ( )
default

◆ ViewerDataPath() [2/3]

blender::ed::spreadsheet::ViewerDataPath::ViewerDataPath ( const SpreadsheetTableIDGeometry & table_id)
inlineexplicit

◆ ViewerDataPath() [3/3]

blender::ed::spreadsheet::ViewerDataPath::ViewerDataPath ( const Span< const ViewerDataTreeItem * > tree_items)
explicit

Definition at line 1110 of file spreadsheet_dataset_draw.cc.

References bundles, closure_input_output, and viewer_item.

Member Function Documentation

◆ BLI_STRUCT_EQUALITY_OPERATORS_3()

blender::ed::spreadsheet::ViewerDataPath::BLI_STRUCT_EQUALITY_OPERATORS_3 ( ViewerDataPath ,
viewer_item ,
bundles ,
closure_input_output  )

◆ store()

Member Data Documentation

◆ bundles

Vector<StringRef> blender::ed::spreadsheet::ViewerDataPath::bundles

◆ closure_input_output

SpreadsheetClosureInputOutput blender::ed::spreadsheet::ViewerDataPath::closure_input_output = SPREADSHEET_CLOSURE_NONE

◆ viewer_item

int blender::ed::spreadsheet::ViewerDataPath::viewer_item

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