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

#include <spreadsheet_intern.hh>

Public Member Functions

 SpaceSpreadsheet_Runtime ()=default
 SpaceSpreadsheet_Runtime (const SpaceSpreadsheet_Runtime &other)

Public Attributes

int visible_rows = 0
int tot_rows = 0
int tot_columns = 0
int top_row_height = 0
int left_column_width = 0
std::optional< ReorderColumnVisualizationDatareorder_column_visualization_data

Detailed Description

Definition at line 38 of file spreadsheet_intern.hh.

Constructor & Destructor Documentation

◆ SpaceSpreadsheet_Runtime() [1/2]

blender::ed::spreadsheet::SpaceSpreadsheet_Runtime::SpaceSpreadsheet_Runtime ( )
default

◆ SpaceSpreadsheet_Runtime() [2/2]

blender::ed::spreadsheet::SpaceSpreadsheet_Runtime::SpaceSpreadsheet_Runtime ( const SpaceSpreadsheet_Runtime & other)
inline

Definition at line 50 of file spreadsheet_intern.hh.

References SpaceSpreadsheet_Runtime(), tot_columns, tot_rows, and visible_rows.

Member Data Documentation

◆ left_column_width

int blender::ed::spreadsheet::SpaceSpreadsheet_Runtime::left_column_width = 0

◆ reorder_column_visualization_data

◆ top_row_height

int blender::ed::spreadsheet::SpaceSpreadsheet_Runtime::top_row_height = 0

◆ tot_columns

int blender::ed::spreadsheet::SpaceSpreadsheet_Runtime::tot_columns = 0

◆ tot_rows

int blender::ed::spreadsheet::SpaceSpreadsheet_Runtime::tot_rows = 0

◆ visible_rows

int blender::ed::spreadsheet::SpaceSpreadsheet_Runtime::visible_rows = 0

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