Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_markers.h
| Show First 20 Lines • Show All 66 Lines • ▼ Show 20 Lines | |||||
| /* Operators ------------------------------ */ | /* Operators ------------------------------ */ | ||||
| /* called in screen_ops.c:ED_operatortypes_screen() */ | /* called in screen_ops.c:ED_operatortypes_screen() */ | ||||
| void ED_operatortypes_marker(void); | void ED_operatortypes_marker(void); | ||||
| /* called in screen_ops.c:ED_keymap_screen() */ | /* called in screen_ops.c:ED_keymap_screen() */ | ||||
| void ED_keymap_marker(struct wmKeyConfig *keyconf); | void ED_keymap_marker(struct wmKeyConfig *keyconf); | ||||
| /* called in animation editors - keymap defines */ | |||||
| void ED_marker_keymap_animedit_conflictfree(struct wmKeyMap *keymap); | |||||
| /* debugging only */ | /* debugging only */ | ||||
| void debug_markers_print_list(struct ListBase *markers); | void debug_markers_print_list(struct ListBase *markers); | ||||
| #endif /* __ED_MARKERS_H__ */ | #endif /* __ED_MARKERS_H__ */ | ||||