Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/wm_files.h
| Show All 39 Lines | int wm_homefile_read( | ||||
| bool use_factory_settings, bool use_empty_data, | bool use_factory_settings, bool use_empty_data, | ||||
| const char *filepath_startup_override, const char *app_template_override); | const char *filepath_startup_override, const char *app_template_override); | ||||
| void wm_file_read_report(bContext *C); | void wm_file_read_report(bContext *C); | ||||
| void WM_OT_save_homefile(struct wmOperatorType *ot); | void WM_OT_save_homefile(struct wmOperatorType *ot); | ||||
| void WM_OT_userpref_autoexec_path_add(struct wmOperatorType *ot); | void WM_OT_userpref_autoexec_path_add(struct wmOperatorType *ot); | ||||
| void WM_OT_userpref_autoexec_path_remove(struct wmOperatorType *ot); | void WM_OT_userpref_autoexec_path_remove(struct wmOperatorType *ot); | ||||
| void WM_OT_save_userpref(struct wmOperatorType *ot); | void WM_OT_save_userpref(struct wmOperatorType *ot); | ||||
| void WM_OT_save_workspace_file(struct wmOperatorType *ot); | |||||
| void WM_OT_read_history(struct wmOperatorType *ot); | void WM_OT_read_history(struct wmOperatorType *ot); | ||||
| void WM_OT_read_homefile(struct wmOperatorType *ot); | void WM_OT_read_homefile(struct wmOperatorType *ot); | ||||
| void WM_OT_read_factory_settings(struct wmOperatorType *ot); | void WM_OT_read_factory_settings(struct wmOperatorType *ot); | ||||
| 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); | ||||
| Show All 14 Lines | |||||