|
Blender
V2.93
|
#include "DNA_space_types.h"#include "MEM_guardedalloc.h"#include "BLI_hash.hh"#include "BLI_string.h"#include "BLI_string_ref.hh"#include "spreadsheet_column.hh"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::ed | |
| blender::ed::spreadsheet | |
Functions | |
| 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) |
| SpreadsheetColumn * | blender::ed::spreadsheet::spreadsheet_column_copy (const SpreadsheetColumn *src_column) |
| void | blender::ed::spreadsheet::spreadsheet_column_free (SpreadsheetColumn *column) |