|
Blender V5.0
|
#include <spreadsheet_layout.hh>
Public Attributes | |
| Vector< ColumnLayout > | columns |
| IndexMask | row_indices |
| int | index_column_width = 100 |
Definition at line 19 of file spreadsheet_layout.hh.
| Vector<ColumnLayout> blender::ed::spreadsheet::SpreadsheetLayout::columns |
Definition at line 20 of file spreadsheet_layout.hh.
Referenced by blender::ed::spreadsheet::spreadsheet_filter_rows(), blender::ed::spreadsheet::spreadsheet_main_region_draw(), and blender::ed::spreadsheet::SpreadsheetLayoutDrawer::SpreadsheetLayoutDrawer().
| int blender::ed::spreadsheet::SpreadsheetLayout::index_column_width = 100 |
Definition at line 22 of file spreadsheet_layout.hh.
Referenced by blender::ed::spreadsheet::spreadsheet_main_region_draw(), and blender::ed::spreadsheet::SpreadsheetLayoutDrawer::SpreadsheetLayoutDrawer().
| IndexMask blender::ed::spreadsheet::SpreadsheetLayout::row_indices |
Definition at line 21 of file spreadsheet_layout.hh.
Referenced by blender::ed::spreadsheet::spreadsheet_main_region_draw(), and blender::ed::spreadsheet::SpreadsheetLayoutDrawer::SpreadsheetLayoutDrawer().