Blender
V3.3
|
#include <WM_types.h>
Public Attributes | |
struct RecentFile * | next |
struct RecentFile * | prev |
char * | filepath |
Definition at line 1269 of file WM_types.h.
char* RecentFile::filepath |
Definition at line 1271 of file WM_types.h.
Referenced by arg_handle_load_last_file(), blend_save_check(), recent_files_menu_draw(), save_set_filepath(), wm_autosave_delete(), wm_autosave_location(), wm_autosave_write(), wm_file_history_find(), wm_file_read_opwrap(), wm_file_write(), wm_history_file_free(), wm_history_file_new(), wm_history_file_read(), wm_history_file_update(), wm_homefile_read_exec(), wm_homefile_write_exec(), wm_open_mainfile__open(), and wm_open_mainfile__select_file_path().
struct RecentFile* RecentFile::next |
Definition at line 1270 of file WM_types.h.
Referenced by recent_files_menu_draw(), and wm_history_file_update().
struct RecentFile * RecentFile::prev |
Definition at line 1270 of file WM_types.h.