|
Blender V4.3
|
#include <WM_types.hh>
Public Attributes | |
| RecentFile * | next |
| RecentFile * | prev |
| char * | filepath |
Definition at line 1397 of file WM_types.hh.
| char* RecentFile::filepath |
Definition at line 1399 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().
| RecentFile* RecentFile::next |
Definition at line 1398 of file WM_types.hh.
Referenced by wm_history_file_update().
| RecentFile * RecentFile::prev |
Definition at line 1398 of file WM_types.hh.