Blender V4.3
undo_system_types.cc
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#include <cstring>
10
11#include "BLI_utildefines.h"
12
13#include "ED_armature.hh"
14#include "ED_curve.hh"
15#include "ED_curves.hh"
16#include "ED_grease_pencil.hh"
17#include "ED_lattice.hh"
18#include "ED_mball.hh"
19#include "ED_mesh.hh"
20#include "ED_paint.hh"
21#include "ED_particle.hh"
22#include "ED_sculpt.hh"
23#include "ED_text.hh"
24#include "ED_undo.hh"
25#include "undo_intern.hh"
26
27/* Keep last */
28#include "BKE_undo_system.hh"
29
59
const UndoType * BKE_UNDOSYS_TYPE_SCULPT
const UndoType * BKE_UNDOSYS_TYPE_MEMFILE
const UndoType * BKE_UNDOSYS_TYPE_PARTICLE
void BKE_undosys_type_free_all()
const UndoType * BKE_UNDOSYS_TYPE_TEXT
const UndoType * BKE_UNDOSYS_TYPE_PAINTCURVE
UndoType * BKE_undosys_type_append(void(*undosys_fn)(UndoType *))
const UndoType * BKE_UNDOSYS_TYPE_IMAGE
void ED_lattice_undosys_type(UndoType *ut)
void ED_mball_undosys_type(UndoType *ut)
void ED_mesh_undosys_type(UndoType *ut)
void ED_paintcurve_undosys_type(UndoType *ut)
void ED_image_undosys_type(UndoType *ut)
void ED_particle_undosys_type(UndoType *ut)
void ED_text_undosys_type(UndoType *ut)
Definition text_undo.cc:227
void ED_armature_undosys_type(UndoType *ut)
void ED_curve_undosys_type(UndoType *ut)
void ED_font_undosys_type(UndoType *ut)
void ED_undosys_type_grease_pencil(UndoType *ut)
void ED_memfile_undosys_type(UndoType *ut)
void ED_undosys_type_free()
void ED_undosys_type_init()