|
Blender
V3.3
|
#include "DNA_space_types.h"#include "MEM_guardedalloc.h"#include "BLI_color.hh"#include "BLI_cpp_type.hh"#include "BLI_hash.hh"#include "BLI_math_vec_types.hh"#include "BLI_string.h"#include "BLI_string_ref.hh"#include "BKE_geometry_set.hh"#include "spreadsheet_column.hh"#include "spreadsheet_column_values.hh"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::ed | |
| blender::ed::spreadsheet | |
Functions | |
| eSpreadsheetColumnValueType | blender::ed::spreadsheet::cpp_type_to_column_type (const CPPType &type) |
| SpreadsheetColumnID * | blender::ed::spreadsheet::spreadsheet_column_id_new () |
| SpreadsheetColumnID * | blender::ed::spreadsheet::spreadsheet_column_id_copy (const SpreadsheetColumnID *src_column_id) |
| void | blender::ed::spreadsheet::spreadsheet_column_id_free (SpreadsheetColumnID *column_id) |
| SpreadsheetColumn * | blender::ed::spreadsheet::spreadsheet_column_new (SpreadsheetColumnID *column_id) |
| void | blender::ed::spreadsheet::spreadsheet_column_assign_runtime_data (SpreadsheetColumn *column, const eSpreadsheetColumnValueType data_type, const StringRefNull display_name) |
| SpreadsheetColumn * | blender::ed::spreadsheet::spreadsheet_column_copy (const SpreadsheetColumn *src_column) |
| void | blender::ed::spreadsheet::spreadsheet_column_free (SpreadsheetColumn *column) |