Blender V2.61 - r43446
|
#include <WM_types.h>
Public Attributes | |
struct RecentFile * | next |
struct RecentFile * | prev |
char * | filepath |
Definition at line 562 of file WM_types.h.
char* RecentFile::filepath |
Definition at line 564 of file WM_types.h.
Referenced by blend_save_check(), free_openrecent(), recent_files_menu_draw(), wm_autosave_timer(), wm_block_create_splash(), wm_link_append_exec(), wm_open_mainfile_invoke(), WM_read_history(), wm_save_as_mainfile_invoke(), wm_save_mainfile_invoke(), WM_write_file(), WM_write_homefile(), and write_history().
struct RecentFile* RecentFile::next |
Definition at line 563 of file WM_types.h.
Referenced by free_openrecent(), recent_files_menu_draw(), wm_block_create_splash(), and write_history().
struct RecentFile * RecentFile::prev |
Definition at line 563 of file WM_types.h.