Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/wm_files.h
| Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
| void WM_OT_open_mainfile(struct wmOperatorType *ot); | void WM_OT_open_mainfile(struct wmOperatorType *ot); | ||||
| void WM_OT_revert_mainfile(struct wmOperatorType *ot); | void WM_OT_revert_mainfile(struct wmOperatorType *ot); | ||||
| void WM_OT_recover_last_session(struct wmOperatorType *ot); | void WM_OT_recover_last_session(struct wmOperatorType *ot); | ||||
| void WM_OT_recover_auto_save(struct wmOperatorType *ot); | void WM_OT_recover_auto_save(struct wmOperatorType *ot); | ||||
| void WM_OT_save_as_mainfile(struct wmOperatorType *ot); | void WM_OT_save_as_mainfile(struct wmOperatorType *ot); | ||||
| void WM_OT_save_mainfile(struct wmOperatorType *ot); | void WM_OT_save_mainfile(struct wmOperatorType *ot); | ||||
| void WM_OT_save_mainfile_incremental(struct wmOperatorType *ot); | |||||
| /* wm_files_link.c */ | /* wm_files_link.c */ | ||||
| void WM_OT_link(struct wmOperatorType *ot); | void WM_OT_link(struct wmOperatorType *ot); | ||||
| void WM_OT_append(struct wmOperatorType *ot); | void WM_OT_append(struct wmOperatorType *ot); | ||||
| void WM_OT_lib_relocate(struct wmOperatorType *ot); | void WM_OT_lib_relocate(struct wmOperatorType *ot); | ||||
| void WM_OT_lib_reload(struct wmOperatorType *ot); | void WM_OT_lib_reload(struct wmOperatorType *ot); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||
| Context not available. | |||||