|
Blender V5.0
|
#include <WM_types.hh>
Public Attributes | |
| RecentFile * | next |
| RecentFile * | prev |
| char * | filepath |
Definition at line 1449 of file WM_types.hh.
| char* RecentFile::filepath |
Definition at line 1451 of file WM_types.hh.
Referenced by arg_handle_load_last_file(), save_set_filepath(), wm_history_file_free(), wm_history_file_new(), wm_history_file_read(), wm_history_file_update(), and wm_open_mainfile__select_file_path_exec().
| RecentFile* RecentFile::next |
Definition at line 1450 of file WM_types.hh.
Referenced by wm_history_file_update().
| RecentFile * RecentFile::prev |
Definition at line 1450 of file WM_types.hh.