|
Blender V4.3
|
#include <cmath>#include <cstdlib>#include "DNA_space_types.h"#include "ED_anim_api.hh"#include "ED_transform.hh"#include "action_intern.hh"#include "RNA_access.hh"#include "WM_api.hh"#include "WM_types.hh"Go to the source code of this file.
Functions | |
| void | action_operatortypes () |
| void | ED_operatormacros_action () |
| void | action_keymap (wmKeyConfig *keyconf) |
| void action_keymap | ( | wmKeyConfig * | keyconf | ) |
Definition at line 96 of file action_ops.cc.
References RGN_TYPE_WINDOW, SPACE_ACTION, and WM_keymap_ensure().
Referenced by ED_spacetype_action().
| void action_operatortypes | ( | ) |
Definition at line 26 of file action_ops.cc.
References ACTION_OT_bake_keys(), ACTION_OT_clean(), ACTION_OT_clickselect(), ACTION_OT_copy(), ACTION_OT_delete(), ACTION_OT_duplicate(), ACTION_OT_easing_type(), ACTION_OT_extrapolation_type(), ACTION_OT_frame_jump(), ACTION_OT_handle_type(), ACTION_OT_interpolation_type(), ACTION_OT_keyframe_insert(), ACTION_OT_keyframe_type(), ACTION_OT_layer_next(), ACTION_OT_layer_prev(), ACTION_OT_markers_make_local(), ACTION_OT_mirror(), ACTION_OT_new(), ACTION_OT_paste(), ACTION_OT_previewrange_set(), ACTION_OT_push_down(), ACTION_OT_select_all(), ACTION_OT_select_box(), ACTION_OT_select_circle(), ACTION_OT_select_column(), ACTION_OT_select_lasso(), ACTION_OT_select_leftright(), ACTION_OT_select_less(), ACTION_OT_select_linked(), ACTION_OT_select_more(), ACTION_OT_snap(), ACTION_OT_stash(), ACTION_OT_stash_and_create(), ACTION_OT_unlink(), ACTION_OT_view_all(), ACTION_OT_view_frame(), ACTION_OT_view_selected(), and WM_operatortype_append().
Referenced by ED_spacetype_action().
| void ED_operatormacros_action | ( | ) |
Definition at line 76 of file action_ops.cc.
References OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorTypeMacro::ptr, RNA_boolean_set(), RNA_enum_set(), TFM_TIME_TRANSLATE, WM_operatortype_append_macro(), and WM_operatortype_macro_define().
Referenced by ED_spacemacros_init().