Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_file/file_intern.h
| Show First 20 Lines • Show All 73 Lines • ▼ Show 20 Lines | |||||
| void FILE_OT_execute(struct wmOperatorType *ot); | void FILE_OT_execute(struct wmOperatorType *ot); | ||||
| void FILE_OT_mouse_execute(struct wmOperatorType *ot); | void FILE_OT_mouse_execute(struct wmOperatorType *ot); | ||||
| void FILE_OT_cancel(struct wmOperatorType *ot); | void FILE_OT_cancel(struct wmOperatorType *ot); | ||||
| void FILE_OT_parent(struct wmOperatorType *ot); | void FILE_OT_parent(struct wmOperatorType *ot); | ||||
| void FILE_OT_directory_new(struct wmOperatorType *ot); | void FILE_OT_directory_new(struct wmOperatorType *ot); | ||||
| void FILE_OT_previous(struct wmOperatorType *ot); | void FILE_OT_previous(struct wmOperatorType *ot); | ||||
| void FILE_OT_next(struct wmOperatorType *ot); | void FILE_OT_next(struct wmOperatorType *ot); | ||||
| void FILE_OT_refresh(struct wmOperatorType *ot); | void FILE_OT_refresh(struct wmOperatorType *ot); | ||||
| void FILE_OT_asset_library_refresh(struct wmOperatorType *ot); | |||||
| void FILE_OT_filenum(struct wmOperatorType *ot); | void FILE_OT_filenum(struct wmOperatorType *ot); | ||||
| void FILE_OT_delete(struct wmOperatorType *ot); | void FILE_OT_delete(struct wmOperatorType *ot); | ||||
| void FILE_OT_rename(struct wmOperatorType *ot); | void FILE_OT_rename(struct wmOperatorType *ot); | ||||
| void FILE_OT_smoothscroll(struct wmOperatorType *ot); | void FILE_OT_smoothscroll(struct wmOperatorType *ot); | ||||
| void FILE_OT_filepath_drop(struct wmOperatorType *ot); | void FILE_OT_filepath_drop(struct wmOperatorType *ot); | ||||
| void FILE_OT_start_filter(struct wmOperatorType *ot); | void FILE_OT_start_filter(struct wmOperatorType *ot); | ||||
| void FILE_OT_view_selected(struct wmOperatorType *ot); | void FILE_OT_view_selected(struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 106 Lines • Show Last 20 Lines | |||||