Blender V4.3
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
 
SpreadsheetCache cache
 

Detailed Description

Definition at line 14 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 25 of file spreadsheet_intern.hh.

Member Data Documentation

◆ cache

SpreadsheetCache blender::ed::spreadsheet::SpaceSpreadsheet_Runtime::cache

Definition at line 20 of file spreadsheet_intern.hh.

◆ 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: