Blender  V3.3
Public Member Functions | Public Attributes | List of all members
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
 
blender::ed::spreadsheet::SpreadsheetCache cache
 

Detailed Description

Definition at line 8 of file spreadsheet_intern.hh.

Constructor & Destructor Documentation

◆ SpaceSpreadsheet_Runtime() [1/2]

SpaceSpreadsheet_Runtime::SpaceSpreadsheet_Runtime ( )
default

◆ SpaceSpreadsheet_Runtime() [2/2]

SpaceSpreadsheet_Runtime::SpaceSpreadsheet_Runtime ( const SpaceSpreadsheet_Runtime other)
inline

Definition at line 19 of file spreadsheet_intern.hh.

Member Data Documentation

◆ cache

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

◆ tot_columns

int SpaceSpreadsheet_Runtime::tot_columns = 0

◆ tot_rows

int SpaceSpreadsheet_Runtime::tot_rows = 0

◆ visible_rows

int SpaceSpreadsheet_Runtime::visible_rows = 0

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