Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_file/file_intern.h
| Show First 20 Lines • Show All 74 Lines • ▼ Show 20 Lines | |||||
| 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_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); | |||||
| int file_exec(bContext *C, struct wmOperator *exec_op); | int file_exec(bContext *C, struct wmOperator *exec_op); | ||||
| int file_cancel_exec(bContext *C, struct wmOperator *unused); | int file_cancel_exec(bContext *C, struct wmOperator *unused); | ||||
| int file_parent_exec(bContext *C, struct wmOperator *unused); | int file_parent_exec(bContext *C, struct wmOperator *unused); | ||||
| int file_previous_exec(bContext *C, struct wmOperator *unused); | int file_previous_exec(bContext *C, struct wmOperator *unused); | ||||
| int file_next_exec(bContext *C, struct wmOperator *unused); | int file_next_exec(bContext *C, struct wmOperator *unused); | ||||
| int file_directory_new_exec(bContext *C, struct wmOperator *unused); | int file_directory_new_exec(bContext *C, struct wmOperator *unused); | ||||
| int file_delete_exec(bContext *C, struct wmOperator *unused); | int file_delete_exec(bContext *C, struct wmOperator *unused); | ||||
| ▲ Show 20 Lines • Show All 44 Lines • Show Last 20 Lines | |||||