|
Blender V5.0
|
#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< ReorderColumnVisualizationData > | reorder_column_visualization_data |
Definition at line 38 of file spreadsheet_intern.hh.
|
default |
Referenced by SpaceSpreadsheet_Runtime().
|
inline |
Definition at line 50 of file spreadsheet_intern.hh.
References SpaceSpreadsheet_Runtime(), tot_columns, tot_rows, and visible_rows.
| int blender::ed::spreadsheet::SpaceSpreadsheet_Runtime::left_column_width = 0 |
Definition at line 44 of file spreadsheet_intern.hh.
Referenced by blender::ed::spreadsheet::reorder_columns_modal(), and blender::ed::spreadsheet::spreadsheet_main_region_draw().
| std::optional<ReorderColumnVisualizationData> blender::ed::spreadsheet::SpaceSpreadsheet_Runtime::reorder_column_visualization_data |
Definition at line 46 of file spreadsheet_intern.hh.
Referenced by blender::ed::spreadsheet::draw_column_reorder_destination(), blender::ed::spreadsheet::draw_column_reorder_source(), blender::ed::spreadsheet::draw_spreadsheet_in_region(), blender::ed::spreadsheet::reorder_columns_invoke(), and blender::ed::spreadsheet::reorder_columns_modal().
| int blender::ed::spreadsheet::SpaceSpreadsheet_Runtime::top_row_height = 0 |
Definition at line 43 of file spreadsheet_intern.hh.
Referenced by blender::ed::spreadsheet::is_hovering_header_row(), and blender::ed::spreadsheet::spreadsheet_main_region_draw().
| int blender::ed::spreadsheet::SpaceSpreadsheet_Runtime::tot_columns = 0 |
Definition at line 42 of file spreadsheet_intern.hh.
Referenced by SpaceSpreadsheet_Runtime(), blender::ed::spreadsheet::spreadsheet_footer_region_draw(), and blender::ed::spreadsheet::spreadsheet_main_region_draw().
| int blender::ed::spreadsheet::SpaceSpreadsheet_Runtime::tot_rows = 0 |
Definition at line 41 of file spreadsheet_intern.hh.
Referenced by SpaceSpreadsheet_Runtime(), blender::ed::spreadsheet::spreadsheet_footer_region_draw(), and blender::ed::spreadsheet::spreadsheet_main_region_draw().
| int blender::ed::spreadsheet::SpaceSpreadsheet_Runtime::visible_rows = 0 |
Definition at line 40 of file spreadsheet_intern.hh.
Referenced by SpaceSpreadsheet_Runtime(), blender::ed::spreadsheet::spreadsheet_footer_region_draw(), and blender::ed::spreadsheet::spreadsheet_main_region_draw().