Blender
V3.3
|
#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 |
Definition at line 8 of file spreadsheet_intern.hh.
|
default |
|
inline |
Definition at line 19 of file spreadsheet_intern.hh.
blender::ed::spreadsheet::SpreadsheetCache SpaceSpreadsheet_Runtime::cache |
Definition at line 14 of file spreadsheet_intern.hh.
Referenced by blender::ed::spreadsheet::add_fields_as_extra_columns(), and spreadsheet_main_region_draw().
int SpaceSpreadsheet_Runtime::tot_columns = 0 |
Definition at line 12 of file spreadsheet_intern.hh.
Referenced by spreadsheet_footer_region_draw(), and spreadsheet_main_region_draw().
int SpaceSpreadsheet_Runtime::tot_rows = 0 |
Definition at line 11 of file spreadsheet_intern.hh.
Referenced by spreadsheet_footer_region_draw(), and spreadsheet_main_region_draw().
int SpaceSpreadsheet_Runtime::visible_rows = 0 |
Definition at line 10 of file spreadsheet_intern.hh.
Referenced by spreadsheet_footer_region_draw(), and spreadsheet_main_region_draw().